Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Child theme doesn't work correctlyYou are using php code in style.css?
Use php code like the one above in functions.php inside child theme folder.
Please read the docs first, everything is explained clearly here https://codex.wordpress.org/Child_Themes
Forum: Themes and Templates
In reply to: [Iconic One] Change text "Continue reading"As this is not theme related please ask in https://wordpress.org/support/forum/how-to-and-troubleshooting
Forum: Themes and Templates
In reply to: [Iconic One] Article attachmentsSearch for download manager WordPress plugin.
Forum: Themes and Templates
In reply to: [Iconic One] How to change "Tags:" to something elseIn line 65 of content.php you will find
<?php the_tags(); ?>replace with
<?php the_tags( 'Ingredients: ',' , ' ); ?>Forum: Themes and Templates
In reply to: [Iconic One] Theme Check 96 / 100 – Iconic OneThanks for your suggestions, All themes hosted on WordPress.org needs to pass theme check before are made available for download. Remaining theme check notifications are recommendations and are not errors. Some of those will be automatically fixed with the future theme versions.
Forum: Themes and Templates
In reply to: [Iconic One] approve pt-br translation for this themeThank you for submitting the translation. Translation approvals are done by volunteers, it is not in theme author control. Assume 7-15 days waiting for approval.
Forum: Themes and Templates
In reply to: [Iconic One] What size should my header be?The width should be exact 1040px, height can be your choice.
After doing that use this in custom.css to remove white space around the uploaded image.
.themonic-logo { margin: 0; padding: 0; }Forum: Themes and Templates
In reply to: [Iconic One] Allowing Hyperlinks in Excerptshttps://wordpress.org/plugins/advanced-excerpt/
This plugin works fine with Iconic One. Just tested on WP v4.4.2
Do check by disabling all other plugins to check plugin interference and plugin settings.
Forum: Themes and Templates
In reply to: [Iconic One] H1 Tag Not found IN SEO Checker ToolsH1 is applied to site title, if you use logo then H1 tag will not be there.
Bold part only
<h1 class=”archive-title”><?php printf( __( ‘Category: %s’, ‘themonic’ ), ‘<span>’
Forum: Themes and Templates
In reply to: [Iconic One] Iconic Theme headerUse like this:
hgroup a { color: #0099ff; font-size: 34px; }For tagline:
hgroup .site-description { color: #0099ff; font-size: 12px; }Forum: Themes and Templates
In reply to: [Iconic One] Remove Header and/or Menu from Single PageIt will require custom page templates which free version doesn’t have.
Refer: https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/
or you could upgrade to the Pro version http://themonic.com/iconic-one-pro/ which has 6 page templates like no header, blank, no header with sidebar etc. You will also have access to support in case you need help with templates.
Forum: Reviews
In reply to: [Iconic One] They will add OUTBOUND link on fotterThere are only two credit links in the footer, one for theme and one for WordPress.
There is no rollback of any kind.
When you update theme, all files are replaced with new default files. The process is same with all themes.
To prevent this:
Use a child theme:
https://codex.wordpress.org/Child_Themes#Why_use_a_Child_Theme.3F
Do kindly update your rating.
Forum: Themes and Templates
In reply to: [Iconic One] Fill Color in my HeaderUse like this in simple custom css plugin:
.site-header { background: #333333; }Forum: Themes and Templates
In reply to: [Iconic One] Hi i like it …butPlease 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.