Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Remove the horizontal lines between postsUse the following in custom.css
.site-content article { border-bottom: none; }Forum: Themes and Templates
In reply to: [Iconic One] Can't upload logo to headerKindly try again after changing the uploads folder permissions to 777
It is generally a permissions/server side related problem and has nothing to do with the theme.
Forum: Themes and Templates
In reply to: [Iconic One] Can't use links on front pageForum: Themes and Templates
In reply to: [Iconic One] How to remove Author and Date from my posts?A similar question is already answered please browse the previous topics.
Forum: Themes and Templates
In reply to: [Iconic One] Problems with mobile headerForum: Themes and Templates
In reply to: [Iconic One] Problem with header images replacementWe do not provide support for third party plugins and stuff. Ask their respective authors or use the general WP forum.
@suna
Create your own thread please.Forum: Themes and Templates
In reply to: [Iconic One] Adsense Banners Wider than Site Width on MobileForum: Themes and Templates
In reply to: [Iconic One] Menu not showing up on mobile part 2Iconic One uses WordPress menu system. You can easily edit it from the menu page.
Refer http://codex.wordpress.org/WordPress_Menu_User_Guide to learn more about it.Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing up on mobileIf Menu is already selected as Primary then it should work.
Could you try by creating a new menu and then selecting it as primary menu and saving.
If it still doesn’t work, then try the above after disabling all third party plugins.
Forum: Themes and Templates
In reply to: [Iconic One] Top Navigation Dropdown – MobileIt is a feature of Android phone, I don’t think themes can override it.
Forum: Themes and Templates
In reply to: [Iconic One] excerpt author archive postCustom Author archives are only available in the pro version
Example:
http://demo.themonic.com/io-pro/blog/author/stacy/Forum: Themes and Templates
In reply to: [Iconic One] Full-width themePaste this in the custom.css
.site { max-width: 100%; }After doing this, the theme will use the full width of browser.
Forum: Themes and Templates
In reply to: [Iconic One] Languagethe translated .pot file in the language folder must be named as “pl_PL” in your case.
Forum: Themes and Templates
In reply to: [Iconic One] Languagedefine('WPLANG', 'language');is the correct usage
in your case
define('WPLANG', 'pl_PL');Forum: Themes and Templates
In reply to: [Iconic One] How to hide the sidebar?Kindly use the bundled full width template.