Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Post title font sizeHi,
Try like this in custom.css
.entry-header .entry-title a { font-size: 16px; }Forum: Themes and Templates
In reply to: [Iconic One] Change Footer HeightTry this in custom.css
footer[role="contentinfo"] { height: 100px; }You can edit the 100px part as per your need.
If you have any further query kindly reply with your website URL, as without URL there’s little help anyone can provide. http://codex.wordpress.org/Forum_Welcome
Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing in mobile viewJust set your menu as primary menu and it will work fine, check FAQs given here http://themonic.com/iconic-one/
Forum: Themes and Templates
In reply to: [Iconic One] Homepage show only one categoryHi Adriano,
Check out https://wordpress.org/plugins/ultimate-category-excluder/
We are not allowed to discuss Pro version in this forum, please use http://themonic.com/contact/ for your queries regarding Pro version.
About the SEO, no side effect but you get further improvements.
Forum: Themes and Templates
In reply to: [Iconic One] mobileIf you want to rename it you can do so via line 159 of selectnav.js file inside the js folder. Removing it is not possible as the menu needs a fallback display item(menu) when pages not in the menu are being displayed.
Forum: Themes and Templates
In reply to: [Iconic One] Full-Width TemplateFull width template can only be used while creating Pages, these page templates doesn’t support posts in WordPress.
Forum: Themes and Templates
In reply to: [Iconic One] Desktop view is not working correctly.Try:
Disable all plugins and check
Delete the current theme installation and install again by downloading fresh.Forum: Themes and Templates
In reply to: [Iconic One] Remove SidebarIt’s very easy with Iconic One, Theme already comes with a no sidebar template, while creating a page select the full width page template from the right side.
Forum: Reviews
In reply to: [Iconic One] Featured Image (thumbnail) Getting PixelatedHi Vijay,
If the newly published posts have correct featured thumbnails then the theme is working fine. Regenerate thumbnails is only needed to run once after theme change for older posts thumbnails after which you can uninstall it.
It is also recommended in the FAQs here http://themonic.com/iconic-one/
If you face any further issue feel free to create a support thread here
http://wordpress.org/support/theme/iconic-one and we will gladly help you out.Forum: Themes and Templates
In reply to: [Iconic One] How to ADD date and comments count on main pageFind this line 25 inside content.php
<?php if ( is_single() ) : //for date on single page ?>and replace it with
<?php if ( is_single() || is_home() ) : //for date on single and home page ?>Forum: Themes and Templates
In reply to: [Iconic One] Change 'Read More' to 'Çontinue Reading'Child theme override for read more function will become available in version 1.4.4 by the end of this month. After which you can simply copy the same function in child theme with your edits.
Forum: Themes and Templates
In reply to: [Iconic One] featured imagesMy bad I had read it wrong and answered for single posts pages.
On the home page, the thumbnails will display automatically if there is a featured image set. For existing posts thumbnails generation run this plugin once https://wordpress.org/plugins/regenerate-thumbnails/
Forum: Themes and Templates
In reply to: [Iconic One] Change 'Read More' to 'Çontinue Reading'Download fresh and find this line in functions.php
line 61.
return '… <span class="read-more"><a href="'. get_permalink($post->ID) . '">' . __( 'Read More', 'themonic' ) . ' »</a></span>';Replace it with
return '… <span class="read-more"><a href="'. get_permalink($post->ID) . '">' . __( 'Continue Reading', 'themonic' ) . ' »</a></span>';Forum: Themes and Templates
In reply to: [Iconic One] How to customize 'Read More' linkLatest version of Iconic One already has a read more button refer changelog at http://themonic.com/iconic-one/