Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Disable responsiveIt is designed as mobile first, disabling responsiveness is not as simply removing some section, apologies for the inconvenience. You should better check out the non responsive themes if that is your requirement rather than modding a responsive theme.
Forum: Themes and Templates
In reply to: [Iconic One] Images wont load on mobileKindly post URL so we can check.
It doesn’t appear to be theme related.
Forum: Themes and Templates
In reply to: [Iconic One] menu bar not visible on an ipadYou just have set your menu as primary menu, read FAQs given here http://themonic.com/iconic-one/
Forum: Themes and Templates
In reply to: [Iconic One] excerpt author archive postKindly ask in the Pro users forum http://themonic.com/forums/members/iconic-one-pro-support/
Pro version discussion is not allowed in this free version forum.
Forum: Themes and Templates
In reply to: [Iconic One] make hompage post title h1 to h2?Replace h1 to h2 in line 21 and line 23 of content.php
Forum: Themes and Templates
In reply to: [Iconic One] Removing Feed LinksThis should do
remove_theme_support( 'automatic-feed-links' );Forum: Themes and Templates
In reply to: [Iconic One] How change the position of the sidebar to the left?To move sidebar to the left in Iconic One, paste this in custom.css
.widget-area { float: left; margin: 30px 0 24px 20px; }.site-content { border-right: none; float: right; }Forum: Themes and Templates
In reply to: [Iconic One] CommentsHi,
Please ask Pro version questions at the Pro version support forum here
http://themonic.com/forums/members/iconic-one-pro-support/ and we will get back to you asap.This forum is for the free version only.
Forum: Themes and Templates
In reply to: [Iconic One] Text Alignment ProblemIt doesn’t appear to be a Iconic One theme issue..
To check if it’s a theme related problem, switch to default WP theme and check if the problem exists.
Try this plugin:
http://wordpress.org/plugins/advanced-excerpt/ this should work for you.You can also search the plugin directory:
http://wordpress.org/plugins/search.php?q=excerptsTo show full posts on home page instead of excerpt:
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] QuestionsRefer the theme details page
Appearance -> Iconic OneTheme already comes with po file, check out the language folder, it also has tutorial inside.
Forum: Themes and Templates
In reply to: [Iconic One] Display comments on homepageKindly use a page and select it as static home page for such functionality.
Refer: https://codex.wordpress.org/Creating_a_Static_Front_Page
Forum: Themes and Templates
In reply to: [Iconic One] Featured Image IssueFeatured images in Iconic One are for thumbnail display on home/category pages only. To insert image in post, select an image normally from the gallery. This way you can place your image anywhere in the article rather than the theme placing the image for you.
Forum: Themes and Templates
In reply to: [Iconic One] nextgen galleryIt appears to be Nextgen gallery issue
http://wordpress.org/support/view/plugin-reviews/nextgen-gallery?filter=1