Themonic
Forum Replies Created
-
Please upgrade to the latest version, disable all plugins just to check and if issue persists send screenshot to support@themonic.com with link to this thread.
Please check after disabling all plugins and make sure you are on the latest version.
Quick fix would be:
body.full-width .site-content { width: 96%; }paste in simple custom css plugin.
Forum: Themes and Templates
In reply to: [Iconic One] How to fix Missing: authorMissing: updated in GMTDownload the latest version of Iconic One v1.7.6 as it now comes with structured data support. After updating to the latest version author missing error in Google Webmaster Tools would be fixed on single post pages.
To Enable on home page go to live customizer -> post settings and make sure date and author bar is enabled for home page.
Changelog available at official page: http://themonic.com/iconic-one/
Apply site wide using like this
body { font-size: 16px; }Forum: Themes and Templates
In reply to: [Iconic One] menu not responsive on mobilePlease ask in the respective plugin support forum and let us know what they say.
Also, in their docs I found this:
Redirect Errors
When you optin on the WordPress page, it takes you to the next page in the funnel, on the ClickFunnels side. This is expected, as the plugin only has 1-way communication with ClickFunnels. So, to get the next WordPress/ClickFunnels page, you have to set the Redirect Override inside of ClickFunnels to go to the next WordPress page.
Forum: Themes and Templates
In reply to: [Iconic One] menu not responsive on mobileHi,
Please check after disabling all plugins, empty cache and then enable one by one to find plugin conflict issues.
This should solve your issue, if not let us know.
Please check out the How to section
http://themonic.com/iconic-one/
You have to experiment with the percentages given there.
Forum: Themes and Templates
In reply to: [Iconic One] New Updated Iconic One Responsive Blogging ThemeA new update v1.7.4 now available:
– Setting Excerpts to default on home like before in v1.7.2
Forum: Themes and Templates
In reply to: [Iconic One] New Updated Iconic One Responsive Blogging ThemeUpdate:
Some users have reported that with the update instead of summaries, full posts are being displayed on home page.
To make the theme save the new settings:
In the Live Customizer -> Post Settings deselect and reselect the first option(Show Excerpts on Home Page) and save settings.
You can add like this in custom.css:
.archive-title { font-size:20px; font-weight:bold; }Change px value as per your requirement.
Forum: Themes and Templates
In reply to: [Iconic One] New Updated Iconic One Responsive Blogging ThemeYou just have to replace
hgroupwith
.io-title-descriptionin your custom css and it should work just fine. If not please do create a new support thread with details.
Forum: Themes and Templates
In reply to: [Iconic One] Problems with password protecting pagesTry this: Remove password, save and then create password again.
If issue persists, please ask here https://wordpress.org/support/
Forum: Themes and Templates
In reply to: [Iconic One] Cant put AdSense on Front PageKindly ask in the respective plugin support forum or try a different ad plugin.
Forum: Themes and Templates
In reply to: [Iconic One] How to Hide Date and Author Name in POSTCheck line 26 of content.php which is
<div class="below-title-meta">line 38 is
</div><!-- below title meta end -->Remove all code inside of the above lines. Do take backup.
After doing above, Google won’t be able to read the published date.
Do leave us a review if you like the theme https://wordpress.org/support/view/theme-reviews/iconic-one
Forum: Themes and Templates
In reply to: [Iconic One] Date on blog postThe code for date is working fine, just tested again.
<?php if ( is_single() || is_home() ) : //for date on single and home page ?>After that don’t forget to empty browser cache and site cache if using cache plugin.
We will also add a setting for showing date on home page in the next theme version.