Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Removing HeaderI think pages without titles are allowed. You can check it in the latest Twenty Thirteen theme too.
WP handles the menu https://core.trac.www.ads-software.com/ticket/23254
Here is the guideline
https://codex.www.ads-software.com/Theme_Unit_Test#.28no_title.29_2
Forum: Themes and Templates
In reply to: [Iconic One] Removing HeaderIf I understood you correctly you want to disable the page titles?
click on edit page and leave the page title empty, hit save and see how it goes.
Forum: Themes and Templates
In reply to: [Iconic One] Removing Headerplease share your blog URL so that we can check.
Forum: Themes and Templates
In reply to: [Iconic One] Top banneryes, sure.
Paste your banner code after line 34 in header.php
Forum: Themes and Templates
In reply to: [Iconic One] logo wipes out titleInstall a cache plugin.
Forum: Themes and Templates
In reply to: [Iconic One] 1 columnInsert this in your custom.css or child theme.
.site-content { width: 96%; }
@Virtual_BS
A new version 1.2.1.1 is pending approval. It should fix your full width problem. BTW This was not related to mmllmm.If you still face some issue with full width pages, de-select -> save and re-select full width template -> save.
Forum: Themes and Templates
In reply to: [Iconic One] 1 columnHi,
We have already supplied a full-width template without sidebar, to use simply select the full-width page template from the panel on the right while creating a page.
If you want to remove sidebar code from posts.
remove the following code from line 30 inside single.php
<?php get_sidebar(); ?>
Forum: Themes and Templates
In reply to: [Iconic One] logo wipes out titleHere is the code
<img src="https://www.scarsdaleaikido.com/aikidoblog/wp-content/uploads/2013/07/SaitoSteve99.jpg" alt="logo">
open the header.php file in a free software such as notepad++ to see line numbers.
If you like the theme kindly rate us 5 stars.
https://www.ads-software.com/support/view/theme-reviews/iconic-oneForum: Themes and Templates
In reply to: [Iconic One] logo wipes out titleLogo branding is meant to replace title and tagline.
Normally, the Logo itself has a title and tagline. See this very site www.ads-software.com do you see a logo or title+tagline.
If you want logo + title + tagline, that’s ok too, it can easily done by placing the <img> code just before line 49 in header.php.
here is the code:
<img src="logoimage.jpg" alt="logo">
replace the logoimage.jpg with direct image direct url.
Forum: Themes and Templates
In reply to: [Iconic One] Home pageHi abdovic1,
please create your own thread/topic by going to this page and entering title and description, don’t hijack other users thread.
Forum: Themes and Templates
In reply to: [Iconic One] Home pageHi,
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, home, 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.
If you are modifying php files, it’s better to use child theme and copy the content.php to child theme so that you can easily upgrade to new versions without loosing customizations.
Forum: Themes and Templates
In reply to: [Iconic One] Mobile appearanceReplied your PRO versions questions via email.
PRO version users get dedicated support for customization, these small customizations can be made free of cost.
We also have a 30 day hassle free money back guarantee.
Forum: Themes and Templates
In reply to: [Iconic One] why i cant veiw my image on homepageHi,
Please create a separate thread for this. This thread is marked resolved.
Regards
Forum: Themes and Templates
In reply to: [Iconic One] Older BrowsersThe theme works great on most commonly used browsers and has support for older browsers too.
You can test the demo site yourself.
https://demo.themonic.com/io/Forum: Themes and Templates
In reply to: [Iconic One] Footer Widgetsyes, very soon. ??