Themonic-Support

Forum Replies Created

Viewing 10 posts - 331 through 340 (of 1,486 total)
  • Author
    Posts
  • in reply to: I'd Like to Have a background image filtered #5242

    CSS blur is not supported for all browsers, better to use any image blur tool like

    https://www.befunky.com/create/blur-image/

    in reply to: side bar only on home page #5241

    Refer for details: http://themonic.com/forums/topic/make-post-pages-full-width/

    and try the following:

    
    .single-post .site-content {
        width: 95%;
        border: none;
    }
    .single-post .below-title-meta {
        margin-left: -2.1%;
        width: 105.2%;
    }
    .single-post #secondary {
        display: none;
    }
    in reply to: Search bar in Menu #5238

    Theme doesn’t support search bar in Menu. It will require custom work.

    in reply to: Link in Author Bio Section #5234

    You can add HTML link like in the Users -> Your profile -> description section

    <a href="http://yoursitelink/author-link/">Author Name</a>

    And you can change its link color using

    
    .author-description a {
        color: #0099ff;
    }
    in reply to: Changing format of quotes #5233

    Use the following Custom CSS

    
    .entry-content blockquote, .comment-content blockquote {
        background: #ffc3c3;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-bottom: 24px;
        padding: 24px;
        font-style: normal;
        border: 1px solid #ef1b1b;
    }
    in reply to: WordPress 5.0 and Gutenberg ?? #5228

    The upcoming WordPress upgrade should work fine with our themes out of box, if there is any issue then we will issue theme update accordingly, so you have no reason to worry 🙂

    Your custom CSS should remain as it is. But, you should always have your custom CSS backed up.

    Some tips before you Upgrade WordPress:

    – Don’t upgrade on day 1, in fact wait at least 7-10 days.
    – Browse the official forums to check if people are having any issues with the theme and plugins that you are using before upgrade.
    – If it is not a WordPress security upgrade, you can wait even longer depending upon how bad you want the latest features.

    The most up to date changelog.txt can always be found inside the iconic-one-pro.zip file downloaded from the member area. Current latest version is 2.2 released on 12th April, 2018.

    in reply to: customize mobile menu #5227

    Replacing mobile menu is not possible without a lot of custom work. Fancy menus are good but they can have limited backwards compatibility. Current menu system because of its ‘Select’ based design is compatible with almost every browser old and new.

    in reply to: how to remove date from post and comments (CSS) #5223

    Please try the following Custom CSS

    
    span.meta-sep {
        display: none;
    }
    span.date.updated {
        display: none;
    }
    .comments-area article header time {
        display: none;
    }
    in reply to: Hiding excerpt #5222

    Excerpt cannot be removed without modifying php files and comes under custom work. Besides, if you remove excerpt text there will be whole lot of blank space to the right of excerpt thumbnail.

    in reply to: Social media sharing buttons in Iconic One Pro #5217

    1) Depending upon your modification requirement it will require custom work.

    2) All page templates currently supports the social sharing buttons available in theme settings.

    3) It will require custom work.

    4) Please refer http://themonic.com/forums/topic/linkedin-share-option/

    For custom work, kindly email to [email protected] with work details for quote.

Viewing 10 posts - 331 through 340 (of 1,486 total)