Iceable
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BoldR Lite] Removing reply box at bottom of pageDuplicate post, see the reply at: http://wordpress.org/support/topic/removing-reply-box-at-bottom-of-page?replies=2
Forum: Themes and Templates
In reply to: [BoldR Lite] Removing reply box at bottom of pageHi, you simply need to close the comments for these pages!
Note that this is a WordPress Core feature, not directly related to the theme so it applies no matter what theme you use.Detailed explanations and instructions are available in this article: http://www.iceablethemes.com/openclose-comments-master-confusing-discussion-settings-wordpress/
Forum: Reviews
In reply to: [BoldR Lite] Top menuHello,
It is unfortunate that you rated only 3 stars for this reason instead of using the support section to ask about it, because it is very possible.
From Appearance > Menus, scroll down a bit on the left side and you will find “Categories” which you can use as menu link in addition to pages.
Forum: Themes and Templates
In reply to: [BoldR Lite] Style tags removed from newsfeedHi, I believe you are referring to the content on the homepage, not the rss feed, right ?
Actually the difference is in post format: Your previous post are “video” posts, and the latest are “standard” post. You have two options to fix this:
– Either change your latest post to the same post format
– Or, in BoldR Lite, you can go to Theme Options > Main Settings > Blog index shows and check Full content. This way the content the index will show the original content (including styling and videos), instead of an “excerpt” (which strips all HTML tags).Forum: Themes and Templates
In reply to: [Silverclean Lite] Problems with Display on the iPhone?@queenofeverything: I am not sure what is the issue exactly. A custom menu needs to be created and attached to “Navigation Menu” for the dropdown menu to work on mobile, and shouldn’t cause issue in desktop view, unless maybe you haven’t setup your menu as intended. Please review this page which contains extensive information about setting up menus: http://codex.wordpress.org/WordPress_Menu_User_Guide
If you still have an issue when the menu is set please let me know and post a link to your site so I can have a look and see what else could go wrong.
Forum: Themes and Templates
In reply to: [Silverclean Lite] Remove borders from each page?Hi,
Thanks @Roxee Cruz for your help and reminding that posting a link is almost always needed when asking for support! (Even though as the author I’ll be able to answer this specific question without a link)
@queenofeverything: as @esmi rightfully mentioned, you should either create a child theme or use a custom css plugin instead of making any change in the theme files directly.
Adding the following CSS code to your child theme’s style.css file, or through your custom CSS plugin will then remove the main content’s border:
#page-container { border: none; padding: 0; }Forum: Reviews
In reply to: [Silverclean Lite] Great…The sidebar is always enabled on all “blog” page (index, category, search etc.) It can be removed with some easy custom code though, details and ready-to-copy-paste code have been provided on the support forums.
For the menu, you should have seen a notice in your dashboard informing you that you need to set a menu from Appearance > Menus. If you don’t WP will use an automatic “fallback” menu which is missing some functionalities, and especially doesn’t work in responsive mode.
If you have any question or issue, feel free to head to the dedicated support forums and I’ll be glad to help you out.
Forum: Themes and Templates
In reply to: [BoldR Lite] Excerpt FormattingBy definition an excerpt doesn’t have any formatting, and by default it is only the 55 first words (and only words) of your post.
However you can keep formatting on the home page without displaying the full content by using the
<!--more-->tag along with the “full posts” option.See this page for more info: http://codex.wordpress.org/Template_Tags/the_content
(In BoldR theme options, “full posts” means that the theme will use the_content() )
Forum: Themes and Templates
In reply to: [BoldR Lite] Missing space in translationHi,
Indeed some spaces were missing in this string, and in a few others as well (in all translation files).
This has just been patched in revision 1.1.31 which should be available in a few hours.Thank you very much for catching and reporting this glitch!
Forum: Themes and Templates
In reply to: [BoldR Lite] Create a Home PageHello, first go to Appearance > Menu to manage your navigation menu.
Select “link” from the list on the left, enter your homepage URL in the link field and enter “Home” in “link text”, and hit Add to menu.Forum: Themes and Templates
In reply to: [Silverclean Lite] Problems with Display on the iPhone?Hello, as stated in a notice you should have in wp-admin, you need to explicitly set a menu from Appearance > Menus for it to work properly in responsive mode.
If you don’t set your menu there, WordPress will use a fallback menu which doesn’t work well (and simply disappears on mobile).In mobile mode, the navbar is replaced with a drop-down menu. When you touch it, the menu will appear with your phone’s “pull down” menu, which is easier to use on a phone than the “normal” navbar.
You can visit http://demo.iceable.com/silverclean-lite/ from your iPhone to see how it looks once the menu is configured.
Forum: Themes and Templates
In reply to: [BoldR Lite] Searchbar in another colorThank you very much for your help @mtpintros 🙂
Glad @basz85’s question is resolved already, so I’ll just leave this here if it can be of any help for someone else:
– You don’t necessarily need to change the original CSS file, you can also just add some new css to the end of style.css to override the default.
– The following is the default styling for the search field. You can paste this in style.css and change the colors as desired:#s { background: #CCCCCC; color: #FFFFFF; } #s:focus { background: #25CEFF; color: #FFFFFF; }Forum: Themes and Templates
In reply to: [BoldR Lite] Widgets appearing on all my pages@pf4711: These widgets don’t have any more options than these. Also note that these are WordPress core functionalities, these widgets are not directly related to this theme.
If you want similar widgets with more options, you may want to browse the plugin repository for alternative implementations of these widgets at http://wordpress.org/plugins/tags/widget where thousands of widget plugins are available.
Forum: Themes and Templates
In reply to: [BoldR Lite] Hiding page titleHi, edit style.css (you can edit it from Appearance > Editor) and add this at the end:
h1.page-title { display: none; }Forum: Themes and Templates
In reply to: [Chooko Lite] Plugin TroubleHello, unfortunately PHP settings belong to the server configuration and has nothing to do with the theme nor even WordPress.
As the error message suggest and as @batharoy rightfully said, you need to contact your hosting service provider. Only them are able to change the PHP settings. And in case they don’t allow this, your only solution will be to switch to another host.