Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Removing tags on home page only<?php if(!is_home()) { ?> <span><?php the_tags(); ?></span> <?php } ?>Try like the above.
Forum: Themes and Templates
In reply to: [Iconic One] Front page showing excerpts instead of full textTry again after deleting the browser cache.
The code is correct. If still not able to get it work then send in login details to support@themonic.com with a link to this thread.
Forum: Themes and Templates
In reply to: [Iconic One] Error when adding php to home templatePlease use https://wordpress.org/support/ for general support as your site is not using Iconic One.
Forum: Themes and Templates
In reply to: [Iconic One] Front page showing excerpts instead of full textHi,
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.
Do note that if you use full posts on home without breaking then it would cause duplicate content issues.
Forum: Themes and Templates
In reply to: [Iconic One] Iconic One IssuesIf you are asking about the missing HTML markup on blog page, then it is because the theme uses excerpts on home page(for better SEO).
Easy solution will be to use this plugin https://wordpress.org/plugins/advanced-excerpt/ to enable HTML in excerpts.
Forum: Themes and Templates
In reply to: [Iconic One] Faint border showing around images in certain postsUse this in custom css
.entry-content img, .widget img, img.header-image, img.wp-post-image { box-shadow: none; }Please create a thread at appropriate place or contact them via their website.
This forum is for Iconic One theme only.
Forum: Themes and Templates
In reply to: [Iconic One] I want to have ADS in posts! (728 x 90)Try this in custom css
.site { max-width: 1200px; }Responsiveness won’t be affected, it’s built that way.
*adjust the px value as per your need.
Forum: Themes and Templates
In reply to: [Iconic One] I want to change post excerpt font size?Try this in custom.css:
.entry-summary > p { font-size: 15px; }Forum: Themes and Templates
In reply to: [Iconic One] Resizing Initial ThumbnailsCheck out line 47 of functions.php which is
//Defining home page thumbnail size add_image_size('excerpt-thumbnail', 200, 140, true);edit 200 and 140 values to your liking and then regenerate thumbs. https://wordpress.org/plugins/regenerate-thumbnails/
Empty all caches to see results.
Do leave us a review if you like the theme
https://wordpress.org/support/view/theme-reviews/iconic-oneForum: Themes and Templates
In reply to: [Iconic One] Translate functions on the front endPlease refer this translation guide http://themonic.com/how-to-translate-iconic-one-pro-to-your-language/. The process is same for the free version too.
Forum: Themes and Templates
In reply to: [Iconic One] Content Area WidthIt is 660px.
Forum: Themes and Templates
In reply to: [Iconic One] Mobile is breaking – I don't know the reasonPlease ask third party plugin questions in their respective forums. This forum is for theme support only.
Cache plugin like w3tc requires setup. You can also try easier alternative https://wordpress.org/plugins/wp-super-cache/ if you are new.
Forum: Themes and Templates
In reply to: [Iconic One] Custom HeaderUse this in custom.css after changing the px value.
hgroup a { font-size: 34px; } hgroup .site-description { font-size: 12px; }For font family please search previous support topics.
For best results use an image based logo.
Forum: Reviews
In reply to: [Iconic One] one problem with read moreHi Jay,
Thank you for the honest review.
That is how the default WordPress excerpt works but there is very easy way to make it behave like you want to. For that simply install https://wordpress.org/plugins/advanced-excerpt/ and the excerpts will work as you want to.
If you need help regarding this do post it at https://wordpress.org/support/theme/iconic-one or email to support@themonic.com and we will be glad to help.