Themonic-Support

Forum Replies Created

Viewing 10 posts - 671 through 680 (of 1,486 total)
  • Author
    Posts
  • in reply to: Ad inside text #3806

    You do not have permission to view this content.

    in reply to: block quote #3803

    You have to use like

    
    .entry-content blockquote, .comment-content blockquote {
        float: left;
        margin-right: 4%;
        width: 50%;
    }
    in reply to: block quote #3798

    You do not have permission to view this content.

    in reply to: Social Sharing buttons – Home Page/Article #3793

    You do not have permission to view this content.

    in reply to: Home page "by Admin", Comments, Tags #3792

    You do not have permission to view this content.

    in reply to: Social Sharing buttons – Home Page/Article #3786

    You do not have permission to view this content.

    in reply to: Home page "by Admin", Comments, Tags #3785

    You do not have permission to view this content.

    in reply to: Related Posts #3781

    Thank you for the screenshot. That is not related post, it is called post navigation and it displays NEXT and PREVIOUS Posts. Refer demo.

    If you want to remove it, you will have to remove these lines from single.php starting line 61

    
    
    <nav class="nav-single">
    <div class="assistive-text"><?php _e( 'Post navigation', 'themonic' ); ?></div>
    <span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'themonic' ) . '</span> %title' ); ?></span>
    					<span class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'themonic' ) . '</span>' ); ?></span>
    				</nav><!-- .nav-single -->

    Do note that we do not advise removing it as it is integral part of SEO as it allows proper indexing. You can always use PAGES as pages do not have this navigation bar.

    in reply to: Related Posts #3778

    Just make sure you have:

    1) Saved the theme options

    2) Delete browser cache

    3) Delete cache plugin cache if installed

    4) Disable all plugins and then save theme options

    If after doing the above, issue still persists then send login details to [email protected] with link to this thread and we will look into it.

    in reply to: Change the font to Rajdhami Regular and menu color #3772

    You do not have permission to view this content.

Viewing 10 posts - 671 through 680 (of 1,486 total)