Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] How to show related post under each postForum: Themes and Templates
In reply to: [Iconic One] social Sidebar plugin on image attachment pageKindly ask all questions that are not theme related in the WordPress support forums here
http://wordpress.org/support/For plugins – Ask the respective plugin author.
Forum: Themes and Templates
In reply to: [Iconic One] how to put password and dbnameKindly ask all questions that are not theme related in the WordPress support forums here
Forum: Themes and Templates
In reply to: [Iconic One] Add Image or Video post formats on home pageIf you do not want text excerpts on home page then do the following:
Remove
|| is_home()from the following line<?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>It would become
<?php if ( is_search() || is_category() || is_tag() ) : // Display Excerpts for Search, category and tag pages ?>it is line 44 of content.php
After doing this you can use the <!–more–> tag in articles to break your posts for home page.
Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing on Mobile PhoneI visited addictedandroid.tk it is not using our theme.
also, create a new separate support thread.
Forum: Themes and Templates
In reply to: [Iconic One] Display author name in main pageFor doing this, replace line 25 of content.php with
<?php if ( is_single() || is_home() ) : //for date on single and home page ?>I am sorry we don’t support this type of customizations.
We provide theme support as per the demo. If you want to do customization of this kind, use the support packages available in the theme options page.
If you use a small logo the header size output will automatically be small.
Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing on Mobile PhoneYour site doesn’t appears to be using our theme and it appears to be broken.
Download the latest version http://wordpress.org/themes/iconic-one/
Check by disabling other plugin. Also we do not support free hosts as they have a lot of restrictions.
Forum: Themes and Templates
In reply to: [Iconic One] Category Archive – Hot to remove ?Simply remove line 15 to 21 of category.php
Forum: Themes and Templates
In reply to: [Iconic One] more tag not showingWordPress by default doesn’t support more tag, similarly our free theme also doesn’t support the more tag out of box, you can easily modify it though, refer http://codex.wordpress.org/Customizing_the_Read_More
Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing on Mobile PhoneYou must not be setting up WP menu, Refer the following image: http://themonic.com/wp-content/uploads/2013/07/menu-setup-wp-latest-2013.jpg
For this your website must have more than 1 author with filled in Bio and it will auto appear.
Forum: Themes and Templates
In reply to: [Iconic One] Just Purchsed the Ionic One Pro – I need helpHave you referred:
http://codex.wordpress.org/Child_ThemesKindly use the forum given below to post your questions about the pro
version, we would be happy to help.Forum: Themes and Templates
In reply to: [Iconic One] I want change english font, please helpThis free forum is for theme support only, no customization support please, we only have limited time. If you want customization of this kind consider supporting the project by purchasing the Pro version and submitting a ticket.