Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterPlease try this post to center the logo http://themonic.com/forums/topic/center-logo/#post-2857
Themonic-Support
Keymaster1) This is the background of social icon bar, you have turned on The Social bar without activating any icons. You can easily Turn OFF this, refer the image below.
2) Thin line after the content.
To remove this, use following Custom CSS
.site-content article { border-bottom: none; }
Site origin page builder is great, other one you can check is Live composer https://wordpress.org/plugins/live-composer-page-builder/.
Themonic-Support
KeymasterYou can use CSS media queries for this:
@media screen and (max-width:1024px) { .site-content { float: right; border-left: 1px solid #F1F1F1; } .widget-area { float: left; } }
This CSS should go in Custom CSS plugin or in Live customizer CSS section.
You may have to adjust the media query parameter as per your need.
Themonic-Support
KeymasterHere is the link to the guide
The link to the above guide is also available inside the member area after login.
Themonic-Support
KeymasterHi Gabriele,
Please refer the screenshot below:
You have to use the widget named “Iconic One Pro Recent Posts Thumbnails”
This is the theme provided “recent posts” widget, there is also a regular “recent posts” widget which doesn’t have thumbnails that one you may be currently using.
Themonic-Support
KeymasterThis post explains the options available
Themonic-Support
Keymaster404 is a server/resource not found error, not related to theme. Cross check with demo http://demo.themonic.com/io-pro/2
Start with a fresh download to make sure all theme files are present.
Themonic-Support
KeymasterHi Widi,
Thank you for bringing that to our attention, that was indeed a bug, caused by a missing bracket.
A new version 2.1 has been released addressing this issue. You can download it from the member area. http://themonic.com/member-login/
Themonic-Support
KeymasterHi Marc,
It seems to be a bad configuration of Cache plugin or a plugin conflict.
Try the following:
1) Disable caching plugin and check site.
2) Disable all plugins and check site if 1) doesn’t work.
When checking site, check in private browsing each time to prevent the browser from serving old local cache.
Also, upgrade theme to latest version http://themonic.com/forums/topic/how-to-upgrade-iconic-one-pro-responsive-theme-to-the-latest-version/
If after doing the above issue is still not resolved, send email with login details to [email protected] with a link to this thread.
Themonic-Support
KeymasterUpdate: A new version 2.06 has been uploaded fixing this issue. You can use the download link in the member area to get it.
- AuthorPosts