Themonic
Forum Replies Created
-
Please use any caching plugin and re-test.
Eg.
https://wordpress.org/plugins/wp-super-cache/
https://wordpress.org/plugins/w3-total-cache/Forum: Themes and Templates
In reply to: [Iconic One] Display Numeric Pagination on commentsPlease ask plugin questions in plugin forum.
This should help: http://codex.wordpress.org/Function_Reference/paginate_comments_links
Forum: Themes and Templates
In reply to: [Iconic One] sidebar widgetsTheme by default only support one menu.
You can try using a plugin for this for eg. https://wordpress.org/plugins/menubar/
Advanced stuff for adding another menu:
Your site must have at least two authors and a minimum one post assigned to each of them. Also, make sure that Author profile is filled in too.
Forum: Themes and Templates
In reply to: [Iconic One] How to customize footer ?If you are using caching plugins, you will have to empty site cache too.
Try this:
Disable all plugins, go to live customizer and change the footer text -> check site, after that enable plugins.
Forum: Themes and Templates
In reply to: [Iconic One] How to change colour in sub-menu?You can target sub-menu background color like this:
.themonic-nav li ul li a { background: #efefef; }Use in custom.css
Forum: Themes and Templates
In reply to: [Iconic One] Mobile website resizing and customization1) Your website will be resized maximum to 1170px on desktop only, what did you expect on mobile device? theme will adjust itself automatically based on the mobile width. Am i missing something here?
2) We will look into it and if there is an issue it will be fixed in the upcoming version.
Forum: Themes and Templates
In reply to: [Iconic One] What is new in version 1.4.4Official page has been updated now.
To be safe always take backup first.
Forum: Themes and Templates
In reply to: [Iconic One] Feature ImagesThat is expected of responsive theme, you can ignore that. Also, it doesn’t affect pagespeed.
check speed here http://tools.pingdom.com/fpt
http://tools.pingdom.com/fpt/#!/dGU8HZ/http://demo.themonic.com/io/
Default size of featured thumbnails are 200 x 140.
If you want edit it check functions.php, it is commented well.
Forum: Themes and Templates
In reply to: [Iconic One] H1 in homepageYou can wrap the title tag in <h1>title tag</h1> in header.php
or if you use the static home page it will have h1 tag automatically.
Other ways require custom programming.
Forum: Reviews
In reply to: [Iconic One] Good Theme but Poor SupportThank you for taking the time to rate the theme.
Free version support is provided by community volunteers in their free time. As per the rules
http://codex.wordpress.org/Forum_Welcome Theme support is provided as per the live demo only http://demo.themonic.com/io/. For custom work please use http://jobs.wordpress.net/A similar question already answered:
https://wordpress.org/support/topic/placing-ads-next-to-logo-in-the-header?replies=10Forum: Themes and Templates
In reply to: [Iconic One] Change 'thoughts' to commentsYou can edit it from comments.php line 25.
Forum: Themes and Templates
In reply to: [Iconic One] translationThank you for letting us know, though that term is translation ready, the .pot file isn’t updated to reflect that and it will be done in the coming version.
Until then open functions.php search for Read More and edit it directly.
Forum: Themes and Templates
In reply to: [Iconic One] Change Footer HeightAs you are using a child theme, paste the code in style.css of child theme.
Try
footer[role="contentinfo"] { height: 120px; }It should reflect in this file
https://www.childcare-ed.com/wp-content/themes/iconic-one-child/style.css?ver=4.0