Themonic-Support

Forum Replies Created

Viewing 10 posts - 61 through 70 (of 1,486 total)
  • Author
    Posts
  • in reply to: Breadcrumbs issue #6616

    Most validator issues are due to advanced breadcrumbs (no solution to this is available currently as it is a third party library), I suggest you to try the Yoast plugin or classic breadcrumbs in v3 control panel -> Post settings.

    in reply to: Menu color #6615

    Thank you for your report, we have fixed this in version 3.6

    Download from

    Member Login

    By Default background color is black (#444444), To change background color of mobile menu:

    paste this in Customizer -> Additional CSS

    
    .js .selectnav {
        background: #0099ff;
    }

    To get hex color codes refer https://www.color-hex.com/

    Default view should look like this

    default view iOS mobile

    in reply to: Share buttons wishes #6614

    Hello,

    Currently you will have to use plugins for this, maybe in future versions we will add these.

    Search plugin repo https://wordpress.org/plugins/

    in reply to: Breadcrumbs issue #6605

    For Breadcrumbs, theme settings available at

    Customizer -> V3 control panel -> Post Settings

    To test your rich snippets use official tool https://search.google.com/test/rich-results/

    Currently, your site shows Valid in the Google test.

    Unfortunately, if you are selecting Schema based breadcrumbs, it is how it will look otherwise Schema fails.

    If the theme bundled breadcrumb doesn’t suit you, you may also try other breadcrumbs for eg. the breadcrumbs available in the Yoast SEO plugin.

    in reply to: H1 title issues #6604

    We have identified the issue in author archive pages, fix coming up in the next version by tomorrow.

    Update: New version has been released for this, you can download it from the
    member area. https://themonic.com/member-login/

    in reply to: Home Page Widgets #6592

    Hi,

    The following extra widgets are enabled only when home page is set as a default blog page.

    it works as the following

    in reply to: how to set add below site logo #6580

    Please try your ad code in line 81 of header.php

    Before the ad code, copy line 86 (div clear) and paste above your ad code.

    Please email [email protected] if further explanation or code example is required as some HTML codes like div elements cannot be displayed here in the forum properly.

    in reply to: in which .php file we are add breadcrumbs code #6574

    Hi,

    You can paste that code in single.php after line 12 which contains the following

    
    "primary" class="site-content"
    in reply to: Trimming whitespace from Logo area at top #6557

    Use in Additional CSS

    For logo

    
    .themonic-logo {
        padding: 0px 0px 0px 2px;
        margin: 0;
    }

    For space above H2

    
    .entry-content h2, .comment-content h2 {
        margin-top: 0;
    }
    div#primary {
        padding-top: 0;
    }

    There is also a no title page template for this specific use case that does the same thing but better.

    in reply to: How to change display area width #6537

    Please refer the following guide for changing width and more, it has ready to use CSS codes.

    Customization Guide for Iconic One Pro with CSS Codes

Viewing 10 posts - 61 through 70 (of 1,486 total)