Themonic-Support

Forum Replies Created

Viewing 10 posts - 1,331 through 1,340 (of 1,486 total)
  • Author
    Posts
  • in reply to: Image caption problem #1069

    For adding border around images, add this in the custom.css, change hex color code as per your liking.

    .entry-content img {
        border: 1px solid #999999;
    }
    in reply to: Slider Issues (Add Slider to Static Home Page) #1062

    You do not have permission to view this content.

    in reply to: Image caption problem #1061

    Have you already cleared the cache? or try in a different browser.

    Also could you provide me a direct link or screenshot where I can look for this.

    in reply to: Image caption problem #1057

    It seems they have fixed the image caption issue in the latest WordPress version 3.7.1

    WordPress 3.7.1 Maintenance Release

    in reply to: H2/H3 Tags Kick Text Down Below Google Ad #1056

    Hi Cathie,

    Paste the code given below in the child theme or in custom.css and let me know if it works as expected.

    h1, h2, h3, h4, h5, h6 {
        clear: none;
    }
    in reply to: ERROR 500 – INTERNAL SERVER ERROR from Latest WP update… #1050

    I am sorry but this is server error and it has nothing to do with the theme. I also checked on test WP 3.7 installation with Iconic One Pro and everything was fine.

    Check your .htaccess file, if you have a backup then replace your .htaccess file with the backup of .htacess file. Also contact your hosting company to see if there are any permissions error.

    in reply to: problem with the sharing buttons #1047

    @pardauro If you want to show the social sharing buttons only on the post pages try the following simple edit.

    Replace line 76 of content.php with

    <?php if($options['themonic_social_share'] == '1' && is_single() ) { // display social sharing buttons on single only ?>

    All we are doing is adding the conditional && is_single() which will do the job.

    in reply to: Menu issues #1042

    Could you please check back after disabling third party plugins, it might be a plugin conflict.

    in reply to: slider issues #1041

    Hi Roy,

    For partial image:

    Minimum image size for proper slider image generation is 658 x 300

    Rotation:

    The rotation is automatic, try the following:
    1) Go to control center -> Save settings
    2) Disable third party plugins and repeat step 1
    3) If the above don’t work then disable all plugins -> Reset control-center settings -> turn on slider -> enable plugin one by one to see if any of them is conflicting.

    in reply to: Best size for (Featured) Image #1037

    Yes, it’s automatic. Minimum image size for proper generation is 658 x 300. Larger size is no problem.

    If your featured images, thumbnails(for related posts, recent posts) are not appearing of same size then use the regenerate thumbnail plugin once.

    Also refer https://themonic.com/online-documentation-usage-guide-for-iconic-one-pro/#thumbnails

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