Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterYou could use the following in customizer -> additional CSS section
.home img.alignleft { display: none; }
Themonic-Support
KeymasterHi,
The front page shows the image from featured image, if you don’t upload feature image in a post then it will not appear.
The uploaded images in single post can be centered from the WP editor align buttons, if you are having difficulty with the new WP editor install https://wordpress.org/plugins/classic-editor/ and use the center align button on the image.
Themonic-Support
KeymasterHi,
You can use the following in customizer -> additional CSS
.tags { display: none; }
Themonic-Support
KeymasterYou can use the following function along with the conditional from your member plugin:
Depending upon your requirement, this may require custom work as this also involves third party plugin which is charged separately, you can contact us at [email protected] for quote.
Themonic-Support
KeymasterHi Isreal,
Paste in Customizer -> Additional CSS
.bbpress .widget-area { display: none; } .bbpress .site-content { width: 96%; }
It will make bbpress forums full width.
Themonic-Support
KeymasterPlease send link to [email protected] with link to this thread for inspection.
Currently the search widget included in the theme can be placed in a sidebar or footer widget only.
We will include top search option for mobiles in the upcoming version.
Themonic-Support
KeymasterIt is CSS style code, it will go in Customizer -> Additional CSS section
Themonic-Support
Keymasterspace between the Facebook and the Twitter sharing icons
To reduce spacing:
.themonic-social-share li { margin-right: 0; }
Themonic-Support
KeymasterIt seems SSL is not enabled on your site, the sharing buttons require SSL for proper functioning. You can enable SSL via your host. Most popular is letsencrypt SSL which is free.
Themonic-Support
KeymasterHi,
Please try the following:
1) Update to latest WordPress
2) Disable all pluginsCheck your site and if everything is working fine then enable plugins one by one to find out the conflicting plugin.
About the versions: Free version and Pro version have different version numbers. Current latest Pro version is v2.8.
To upgrade refer this guide: https://themonic.com/forums/topic/how-to-upgrade-iconic-one-pro-responsive-theme-to-the-latest-version/
If there is still issue after upgrade, send login information to [email protected] with link to this thread and we will check it out.
Update: This issue was caused by outdated plugin WP Hide Post, resolved via email.
- AuthorPosts