Forum Replies Created
-
AuthorPosts
-
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
Sakin
Keymaster@Jeff: For that you need to build child theme and create functions.php file in your child theme. Then copy
catchevolution_featured_header()functions from custom-header.php file and edit the code as per your need.Sakin
Keymaster@jatco: Slight correction in the css.
#header .top-bg, #header .bottom-bg { display: none; } #header { background: url("http://isadoit.com/wp-content/uploads/2013/07/Screen-Shot-2013-12-09-at-4.55.30-PM.png") no-repeat scroll center top #000; border: none; height: 309px; }Sakin
Keymaster@Oceani5: Myriad Regular Condense is not free and GPL font so we are not allowed to add it in Font option. You need to purchase and then only can be added with font embed through fontsquirrel.com or typekit.com
Sakin
Keymaster@jatco: Your Custom CSS will be as below:
#header .top-bg, #header .bottom-bg { display: none; } #header { background: url("http://isadoit.com/wp-content/uploads/2013/07/Screen-Shot-2013-12-09-at-4.55.30-PM.png") no-repeat scroll center top #000); border: none; height: 309px; }Sakin
Keymaster@web-automobile: Sorry but you need to consider hiring developer to work for you. As our default theme works fine in IE but your customize site doesn’t work and I am having difficulty debugging it.
Sakin
Keymaster@Peter: Yes it was custom social icon issue. But when I check in your site now it looks file.
Otherwise, you can remove that custom social icon and add that flag image and link from Text Widget to the header right sidebar.Sakin
Keymaster@Betty: You can not supposed to add the function in Child Theme directly as this function is added through action hook and to make changes you need to do it from action hook. I don’t know why you need to adjust this function. If you are trying to change the image then you can change it from “Appearance => Header”.
Now you need to delete your child theme from FTP or Hosting Control panel.
-
AuthorPosts
