Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@web-automobile: I am traveling and sorry I don’t have PC to check on IE. So I will be able to check only after I return back to office on Monday.
Sakin
Keymaster@cculinary: Which static pages you are talking about. You can check your layout settings at “Appearance => Theme Options => Default Layouts” for overall site. See the theme instruction for layouts http://catchthemes.com/theme-instructions/simple-catch/
Sakin
Keymaster@lizgallo: The easy way is to upgrade to Catch Box Pro theme where you can just go to “Appearance => Widget” and add Social Widget in “Header Right Sidebar”. But you will not find “Header Right Sidebar” in Catch Box Free Theme. So, there is no easy way to move social icons from footer to header.
Sakin
Keymaster@Trishah: Sorry if that is confusing but the
active:"current-menu-item"in tinynav setting is used to show the current menu as selected in menu. If you check our demo site http://catchthemes.com/demo/catchbox in mobile devices, you will see current menu item as “Home”, then lets go to “HTML Elements” page and then you will see in menu bar changed from Home to HTML Elements. This is how tinynav use active elements.Sakin
Keymaster@blackkeys: You don’t need to post your Custom CSS. I can get it from your Site. The confusion I have in your request now is between logo and the language flag. You told me that language bar should be clear below the logo on right. So, I gave CSS to clear
#header-right { clear: both; }. That is why the space between the logo and the menu bar is the space of flag. Just put a scale below the log and it is inline with your language file.Sakin
Keymaster@prayer0house: Sorry I haven’t got it. The Post Page, Blog Template and Archive will use Optional Archive Sidebar if is active otherwise it will use Main Sidebar.
Please the page URL, where you have issue then I can check in.
Sakin
Keymaster@blackkeys: YOu can add the following CSS to remove the padding top in the widget.
#header-right { padding-top: 0; }Sakin
Keymaster@paulf: Yes, I tried with iPad and I am able to go to Lesson Schedule and it works perfect.
Sakin
Keymaster@Trishah: Sorry I don’t think it will work. No Idea. As per my knowledge the
active: 'selected'is for tinynav to now our selected item. We already set it asactive:"current-menu-item"December 12, 2013 at 6:25 am in reply to: HTML changes in the editor will not be displeyed on the homepage #18215Sakin
Keymaster@Black_Bird: Now I think it’s already added in your database and we don’t recommend you to change any core theme files. All your changes in your core theme files will be reverted back to original when you update the theme. So, for CSS changes you can simply add in “Appearance => Theme Options => Custom CSS” box and for detail functions changes, you need to build child theme and edit there.
To fix your issues, you need to add the following Code in
theme-options.php. This this files, search forcatchevolution_theme_options_validatefunction and inside that function, you can add it in the line beforereturn $input_validated;//data validation for reset more if ( isset( $input['reset_more_tag'] ) ) { global $catchevolution_options_defaults; $defaults = $catchevolution_options_defaults; $input_validated[ 'footer_code' ] = $defaults[ 'footer_code' ]; }After you add this code and save your
theme-options.php, you need to change settings in “Appearance => Theme Options” then it will revert back to default.Sakin
Keymaster@GregK: To make the social icons always color, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
ul.social-profile li.facebook a { background-position: 0 -43px; } ul.social-profile li.twitter a { background-position: -44px -43px; } ul.social-profile li.pinterest a { background-position: -216px -43px; } ul.social-profile li.rss a { background-position: -130px -43px; }Sakin
Keymaster@insanelydivine: Sorry for this you need to post in WooCommerce support forum.
Sakin
Keymaster@hrcwebmaster: Thanks for debugging it. Yes, most of the time these type of issues is from Plugin.
Sakin
Keymaster@insanelydivine: You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box to reduce it.
p { margin-bottom: 10px; }Sakin
KeymasterI have just emailed you the new theme file. Can you check in.
Sakin
Keymaster@Oceani5: there is no easy way to do that. You can upload the font and generate the font http://www.fontsquirrel.com/tools/webfont-generator and then use it. For this, you also need to build child theme. So, I recommend you to hire customizer for this.
Sakin
Keymastercan you check our demo site http://catchthemes.com/demo/catchbox-pro
-
AuthorPosts
