Themonic-Support

Forum Replies Created

Viewing 10 posts - 161 through 170 (of 1,486 total)
  • Author
    Posts
  • in reply to: Child theme – Why and How to fix it? #5983

    Child themes are picky about the names, if you download the zip file two times it will be named zip(1) then it could fail.

    Make sure you do not activate the parent theme, only install. If you activate the parent theme it will show child theme as broken. To update a parent theme you must deactivate child theme first.

    So, Disable child theme, make sure you only upload iconic-one-pro.zip and and after installation do not click activate, go back to themes dashboard and only activate the child theme.

    in reply to: New Theme 2.9.9.1 #5979

    Hi,

    Thank you for reporting this, the Dashboard menu width issue has been fixed now.

    -------------- March 13 20120 ----------------
    
    - Version 2.9.9.2
    
    -- Fix: Admin dashboard bar width
    in reply to: Popular post #5976

    Popular posts are based on number of comments and cannot be changed. If you like to check the code for modification it is available in widget-popular-posts.php under “inc” folder.

    Jetpack already provides such a widget, also check plugin repo for more.

    in reply to: 3.0 version and latest child theme? #5974

    Hi DD,

    Thank you for contacting us.

    Iconic One Pro current latest version is 2.9.9 which was released in December 21, 2019

    Version 3.0 is under development, exact release date is not available. We are aiming for May-June release.

    Changes: In short we are doing a major overhaul while keeping the simplicity.

    If you have any feature requests, please send it in via this page https://themonic.com/feedback/

    Starter child theme is available via member area.

    All download buttons in the member area will always provide the latest version available at that time.

    in reply to: How to sticky widget #5968

    Hi,

    You have to search WP plugins for doing this, eg.

    Q2W3 Fixed Widget for WordPress

    Search more in the plugin repo.

    in reply to: How to remove the white space beyond the border line? #5966

    You can use like this in Additional CSS:

    
    body .site {
        padding: 0;
        margin-bottom: 0;
    }
    in reply to: Changing sidebar width #5963

    Use updated code from:

    Customization Guide for Iconic One Pro with CSS Codes

    Edit the numbers only like below:

    
    .site-content {
    width: 65.9%;
    }
    .widget-area {
    width: 300px;
    }

    Now increase or decrease 65.9% by checking live site and your requirements.

    in reply to: Menu is broken [Menu icons] #5961

    Thank you for providing the screenshot.

    Try this in Additional CSS section

    
    .wpmi-iposition-top>a .wpmicons-set, .wpmi-iposition-left>a .wpmicons-set, .wpmi-iposition-right>a .wpmicons-set {
        font-size: 10px!important;
    }
    in reply to: Menu is broken [Menu icons] #5959

    Please provide screenshot, I just checked your website, the menu was working fine.

    in reply to: Full Width Mode on Mobile #5954

    Yes, replace it(with the updated code from css guide) or remove it.

Viewing 10 posts - 161 through 170 (of 1,486 total)