Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] put ads in middle of each post?Unfortunately, the easiest way to do this is via plugin only. You may want to post this question in http://wordpress.org/support/forum/how-to-and-troubleshooting
Forum: Themes and Templates
In reply to: [Iconic One] Social PluginKindly ask this in the respective plugin forum along with your website URL.
Forum: Themes and Templates
In reply to: [Iconic One] Still see the link and I have deleted itKindly ask in the WordPress forum, it doesn’t appear to be theme issue.
Forum: Themes and Templates
In reply to: [Iconic One] iPad Menu Bar FixThe easiest way would be to remove any one of the menu item or decreasing the font px value.
Forum: Themes and Templates
In reply to: [Iconic One] Stray end tag in content.phpThank you Jesin, we will fix this in the upcoming version asap.
Forum: Themes and Templates
In reply to: [Iconic One] I no can see RSSCheck by disabling your installed plugins one by one and checking
http://mirutafacil.com/feed/Kindly read the FAQs here http://themonic.com/iconic-one/
Select your menu as primary menu.
Mobile view is kept simple for obvious reasons.
Display code of these are at line 27 to 37 of content.php
Check demo on other browsers to see if it’s a problem with the theme or your setup.
Forum: Themes and Templates
In reply to: [Iconic One] How can I show desktop version of menu bar on ipad?Yes, it is possible but requires editing of media queries, in the style.css, change the media query of 768 to 767.
Pro version questions are not allowed here.
If you have question about pro version kindly ask here
http://themonic.com/support/ or via http://themonic.com/contact/Forum: Reviews
In reply to: [Iconic One] okayMany basic things that should work do not?
Care to explain what is not working for you?
Very buggy?
How? and your common plugin names so that we can check?
Forum: Themes and Templates
In reply to: [Iconic One] Calendar WidgetFor events on calendar check out WP plugin repo
http://wordpress.org/plugins/search.php?q=calendarForum: Themes and Templates
In reply to: [Iconic One] iconic one upgrade goes wrongYou will have to restore from backup if you have not gone the child theme route.
Also, when you click on update WordPress tells you that all your customizations will be lost. This is because during update all files are overwritten.
Anybody else doing the upgrade:
Copy all your modifications safely before performing update. If all your mods are in a child theme then you do not have to worry.Forum: Themes and Templates
In reply to: [Iconic One] How to disable Commenting FunctionalityForum: Themes and Templates
In reply to: [Iconic One] Remove the horizontal lines between postsWe cannot guarantee the workings of code on customized websites. The given code is working fine with our default installation.
Other way would be to directly modify style.css, around line 851
find .site-content article
and then
border-bottom: 2px double #F3F3F3;make it
border-bottom: none;