Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Changing the Content WidthHi epitoy,
Please refer how to section of theme page
http://themonic.com/iconic-one/Forum: Themes and Templates
In reply to: [Iconic One] "custom footer text left"Hi,
Please check after emptying plugin and browser caches.
If that doesn’t work then try:
– Disable all plugins
– Change/edit the settings in live customizer, save
– Enable plugins again
Forum: Themes and Templates
In reply to: [Iconic One] Nav Menu gets cut off after FooterWelcome page content body is too small, the sub menu of “Tournaments” menu is relatively too big. Simply try increasing the content/image etc on the page, the menu would be visible.
Or try this in custom.css
.site { overflow: auto; }Also, you have to select the menu as primary menu after creating custom menu as your menu is disappearing in mobile view.
Refer FAQs here http://themonic.com/iconic-one/
Forum: Themes and Templates
In reply to: [Iconic One] How do I get rid of read moreForum: Themes and Templates
In reply to: [Iconic One] Height of the menu barUse the following in simple custom css plugin or in custom.css:
.themonic-nav li a { line-height: 4.5; } .widget-area .widget-title { font-weight: bold; }If you meant the sub headings:
Use like this custom css plugin or custom.css
.entry-content h2 { font-size: 20px; }.entry-content h3 { font-size: 16px; }and so on.
Forum: Themes and Templates
In reply to: [Iconic One] Change colorRefer How To section on this page
http://themonic.com/iconic-one/Do check after emptying browser cache and caching plugin cache if using caching plugin.
Forum: Themes and Templates
In reply to: [Iconic One] Menu on mobile deviceDue to the <select> mobile menu system that theme uses it is not possible for separate sub menu expansion.
Forum: Themes and Templates
In reply to: [Iconic One] Colour selection vanishedTry this:
1) Disable all plugins and then make changes in the live customizer and save.
2) Enable plugins again.
Forum: Themes and Templates
In reply to: [Iconic One] How to ADD comments in postsMake sure that you have enabled comments in WordPress settings:
Settings – Discussion
Forum: Themes and Templates
In reply to: [Iconic One] How to show latest edited date as post date?Please refer:
https://codex.wordpress.org/Function_Reference/the_modified_date for code replacement. It might also need custom work.Or just try this plugin https://wordpress.org/plugins/wp-last-modified/
Forum: Themes and Templates
In reply to: [Iconic One] Display latest full post on category archive pageOpen content.php
Line 44 is
<?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>Replace with
<?php if ( is_search() || is_home() || is_tag() ) : // Display Excerpts for Search, home and tag pages ?>Forum: Themes and Templates
In reply to: [Iconic One] Drop down menuTry any mega menu plugin. Search here https://wordpress.org/plugins/ Also it won’t be plug and play. Read plugin docs for setup instructions.
If you like the theme then please post a review here
https://wordpress.org/support/view/theme-reviews/iconic-oneForum: Themes and Templates
In reply to: [Iconic One] Removing tags on home page onlyYes, the above is correct.
The changes are visible on your site now. If not, then check after clearing all caches or in a different browser/computer.
Forum: Themes and Templates
In reply to: [Iconic One] Removing tags on home page onlyCode is correct and working. Copy the above and replace from line 65.
After saving, empty browser and plugin cache to see the changes.