Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] mobile does not look the same as desktop versionThese support forums are only for theme support and not for custom customization support. We can only support and help in everything that is in there in the theme demo https://demo.themonic.com/io/
In your specific case with full width logo image, paste this in custom.css
.themonic-logo img { width: 100%; }
—- This also applies to users using fullwidth/large logo images —-
You also not have saved your WordPress menu: go to Appearance -> menu -> save as primary menu.
Forum: Themes and Templates
In reply to: [Iconic One] Iconic One Theme – customizing with opt-in boxMost of the email marketing companies provide ready made codes for placing in text widget or WP plugins that create ready made widgets, all you have to do is drag them in the sidebar.
Forum: Themes and Templates
In reply to: [Iconic One] Displaying full post on front page IssuesHi,
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] Can I remove the Category list under each post?Hi Ray,
For doing this, remove the following line from content.php line 65
<span>Category: <?php the_category(' '); ?></span>
Forum: Themes and Templates
In reply to: [Iconic One] Just Purchsed the Ionic One Pro – I need helpHi 2besure,
Thank you for supporting us.
This forum is for free version users only.Kindly post your support questions at the high priority PRO member only support forum at the following link.
https://themonic.com/forums/members/iconic-one-pro-support/
Login required: https://themonic.com/member-login/
Forum: Themes and Templates
In reply to: [Iconic One] Landing PageI see what you want, this won’t be possible with iconic one without custom customization. If you want custom work done you can contact us at https://themonic.com/contact/
Forum: Themes and Templates
In reply to: [Iconic One] Landing Pagecan you show me live example?
There is a full width template that can be used as a landing page?
Forum: Themes and Templates
In reply to: [Iconic One] Header WidgetI am sorry but a widget next to the logo will not work well with responsiveness and users will start to complain when that will happen ??
Forum: Themes and Templates
In reply to: [Iconic One] Footer WidgetsFooter Widgets are available in the PRO Version : https://themonic.com/iconic-one-pro/
Footer widgets in the free version will not be made available for now to keep this version simple, the idea is not entirely rejected and we might include it in the coming versions just that no time frame is set.
Forum: Themes and Templates
In reply to: [Iconic One] uploading logo imagePlease send in a support request with login details at the below url
Forum: Themes and Templates
In reply to: [Iconic One] Sidebar not appearing in postsHave you configured the sidebar by going to Appearance -> Widgets?
Forum: Themes and Templates
In reply to: [Iconic One] uploading logo imageInstall a fresh version of Iconic One and Please do all your customizations in the child theme.
If you have modified the code directly we can only provide limited help, this is either the problem with permissions or with your customization because the theme is working fine.
Forum: Themes and Templates
In reply to: [Iconic One] uploading logo imageLogo will be saved in wp-content/uploads/current-month
You can also check if the logo is uploaded by going to the media library.
Also check the folder permission of uploads directory, try changing permissions of uploads folder to 777.
You will need to check/change proper permissions via ftp program like filezilla.
It seems to be a problem with permissions and are not related to our theme.
Forum: Themes and Templates
In reply to: [Iconic One] Structured Data ErrorI do not think this structured data problem is related to Iconic One, please check with default twenty twelve or twenty thirteen theme.
Please post this problem in https://www.ads-software.com/support/forum/how-to-and-troubleshooting
Forum: Themes and Templates
In reply to: [Iconic One] uploading logo imageNow I understand your problem.
Please try uploading logo on completely fresh/new installation of iconic one non modified and report result.
The theme is working fine for all users, this is the first of a kind problem.
Also let me know the permissions of your theme directory.