Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterFor 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; }
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterHave 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.
Themonic-Support
KeymasterIt seems they have fixed the image caption issue in the latest WordPress version 3.7.1
Themonic-Support
KeymasterHi 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; }
October 29, 2013 at 6:53 pm in reply to: ERROR 500 – INTERNAL SERVER ERROR from Latest WP update… #1050Themonic-Support
KeymasterI 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.
Themonic-Support
Keymaster@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.Themonic-Support
KeymasterCould you please check back after disabling third party plugins, it might be a plugin conflict.
Themonic-Support
KeymasterHi 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.Themonic-Support
KeymasterYes, 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 http://themonic.com/online-documentation-usage-guide-for-iconic-one-pro/#thumbnails
- AuthorPosts