Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterCSS blur is not supported for all browsers, better to use any image blur tool like
Themonic-Support
KeymasterRefer for details: http://themonic.com/forums/topic/make-post-pages-full-width/
and try the following:
.single-post .site-content { width: 95%; border: none; } .single-post .below-title-meta { margin-left: -2.1%; width: 105.2%; } .single-post #secondary { display: none; }
Themonic-Support
KeymasterTheme doesn’t support search bar in Menu. It will require custom work.
Themonic-Support
KeymasterYou can add HTML link like in the Users -> Your profile -> description section
<a href="http://yoursitelink/author-link/">Author Name</a>
And you can change its link color using
.author-description a { color: #0099ff; }
Themonic-Support
KeymasterUse the following Custom CSS
.entry-content blockquote, .comment-content blockquote { background: #ffc3c3; border-left: 0; border-right: 0; border-radius: 0; margin-bottom: 24px; padding: 24px; font-style: normal; border: 1px solid #ef1b1b; }
Themonic-Support
KeymasterThe upcoming WordPress upgrade should work fine with our themes out of box, if there is any issue then we will issue theme update accordingly, so you have no reason to worry 🙂
Your custom CSS should remain as it is. But, you should always have your custom CSS backed up.
Some tips before you Upgrade WordPress:
– Don’t upgrade on day 1, in fact wait at least 7-10 days.
– Browse the official forums to check if people are having any issues with the theme and plugins that you are using before upgrade.
– If it is not a WordPress security upgrade, you can wait even longer depending upon how bad you want the latest features.The most up to date changelog.txt can always be found inside the iconic-one-pro.zip file downloaded from the member area. Current latest version is 2.2 released on 12th April, 2018.
Themonic-Support
KeymasterReplacing mobile menu is not possible without a lot of custom work. Fancy menus are good but they can have limited backwards compatibility. Current menu system because of its ‘Select’ based design is compatible with almost every browser old and new.
Themonic-Support
KeymasterPlease try the following Custom CSS
span.meta-sep { display: none; } span.date.updated { display: none; } .comments-area article header time { display: none; }
Themonic-Support
KeymasterExcerpt cannot be removed without modifying php files and comes under custom work. Besides, if you remove excerpt text there will be whole lot of blank space to the right of excerpt thumbnail.
Themonic-Support
Keymaster1) Depending upon your modification requirement it will require custom work.
2) All page templates currently supports the social sharing buttons available in theme settings.
3) It will require custom work.
4) Please refer http://themonic.com/forums/topic/linkedin-share-option/
For custom work, kindly email to [email protected] with work details for quote.
- AuthorPosts