Themonic
Forum Replies Created
-
Forum: Reviews
In reply to: [Iconic One] Great ! and simplePlease refer the How to section on this page
http://themonic.com/iconic-one/Steps:
– Install https://wordpress.org/plugins/simple-custom-css/
– Paste this code in appearance -> custom css.site {
max-width: 1240px;
}Change 1240 number to higher value as per your requirement.
Pro users get a more advanced CSS customization guide in the member area with direct support too when you need help.Forum: Reviews
In reply to: [Iconic One] Tab menu does not work – it breaks usability GuidelinesYour query has been answered here
https://wordpress.org/support/topic/taps-not-working-ist-not-visible-under-what-tab-your-at?replies=4Also, check the WordPress default theme as we follow the same guidelines:
https://wordpress.org/themes/twentysixteen/All thousands of themes in the WordPress repository will break your “Tab menu” usability guidelines because it doesn’t apply to WordPress, In WordPress dynamic menu system you can insert custom links, pages, categories, tags, posts etc and Main menu has limited space. You can check this by changing to default themes yourself and if you find something different then you can contact us at support@themonic.com and we will inspect it.
Forum: Themes and Templates
In reply to: [Iconic One] More Content Size on higher resolution displaysPlease refer How to section
http://themonic.com/iconic-one/
If it is for something else then kindly provide screenshots.
In WordPress users assign multiple categories in their posts, now if both these categories are in the main navigation bar then both will become highlighted which doesn’t look good that is why this code is not there by default.
If you want to do this for your site then you can use the code given above.
If you meant the menu item highlighting, then it only works with parent menu items. It doesn’t work with posts parent.
However, you can try this in custom.css:
.current-menu-parent {
background:#16A1E7;
}It will highlight all parent categories in the menu.
Forum: Themes and Templates
In reply to: [Iconic One] How do I add phone numbers in the header iconic oneUse like this:
<br>000000110 <a href="mailto:yourmail@yoursite.com">Email Us</a>Take backup of header.php before and after modification.
Please note that all changes to the php files will be lost when you upgrade theme, do research on child themes
https://codex.wordpress.org/Child_ThemesYou can contact us at support@themonic.com if you want custom work done.
Forum: Themes and Templates
In reply to: [Iconic One] How do I add phone numbers in the header iconic oneYou can add your phone number just before line 77 in header.php, just prefix
before your number so it goes below the social icons.Forum: Themes and Templates
In reply to: [Iconic One] Sidebar on the left side? How to do it?Have you tried this:
https://wordpress.org/support/topic/how-change-the-position-of-the-sidebar-to-the-left?replies=2We will add support for it in settings in the upcoming version.
Did you regenerate the thumbnails?
For other options refer: https://developer.wordpress.org/reference/functions/add_image_size/
You will have to regenerate thumbs and empty browser cache after every change.
Forum: Reviews
In reply to: [Iconic One] Quick and CleanHi Daniel,
Thank you taking the time to rate the theme. It’s much appreciated.
Regarding changing width, you can easily do so by following the code given at ‘How to’ section here http://themonic.com/iconic-one/
You can always contact us for further support from here
http://themonic.com/support/Forum: Themes and Templates
In reply to: [Iconic One] Pictures on main pageYou have to set featured image for preview.
For doing it Auto try
Forum: Themes and Templates
In reply to: [Iconic One] Getting rid of sidebar in tablet viewIf you want to hide the sidebar below tablet width
use like this in between Media query code
http://www.w3schools.com/css/css_rwd_mediaqueries.asp.widget-area { display: none; }Forum: Themes and Templates
In reply to: [Iconic One] Change textation of "category" on list of postsHi Jan,
Check out line 65 of content.php
Hi Gaurav,
Have a look at line 16 of category.php