Forum Replies Created

Viewing 20 posts - 9,401 through 9,420 (of 14,497 total)
  • Author
    Posts
  • in reply to: Mobile Drop Down menu in Arabic #18235
    Sakin
    Keymaster

    @blackkeys: YOu can add the following CSS to remove the padding top in the widget.
    #header-right { padding-top: 0; }

    in reply to: iPad Safari Menu Sublink support #18233
    Sakin
    Keymaster

    @paulf: Yes, I tried with iPad and I am able to go to Lesson Schedule and it works perfect.

    in reply to: How to change look of TinyNav current item? #18228
    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 as active:"current-menu-item"

    in reply to: Excerpt with thumbnail #18227
    Sakin
    Keymaster

    @funergy: Please add in your site URL and then I can check in.

    in reply to: Social Icons – Making them always have color #18226
    Sakin
    Keymaster

    @Greg: Cool. Thanks

    Sakin
    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 for catchevolution_theme_options_validate function and inside that function, you can add it in the line before return $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.

    in reply to: Social Icons – Making them always have color #18214
    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; }
    in reply to: How do i place woo commerce under my store page #18213
    Sakin
    Keymaster

    @insanelydivine: Sorry for this you need to post in WooCommerce support forum.

    in reply to: Desktop site suddenly switching to mobile view #18212
    Sakin
    Keymaster

    @hrcwebmaster: Thanks for debugging it. Yes, most of the time these type of issues is from Plugin.

    in reply to: How to make spacing between paragraphs smaller #18211
    Sakin
    Keymaster

    @insanelydivine: You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box to reduce it.
    p { margin-bottom: 10px; }

    in reply to: not display site with IE #18197
    Sakin
    Keymaster

    I have just emailed you the new theme file. Can you check in.

    in reply to: Headline Font #18195
    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.

    in reply to: not display site with IE #18194
    Sakin
    Keymaster

    can you check our demo site http://catchthemes.com/demo/catchbox-pro

    in reply to: Replace Header Picture With HTML Code #18192
    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.

    in reply to: Replace Header with my png to match site. #18189
    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;
    }
    in reply to: Headline Font #18186
    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

    in reply to: Replace Header with my png to match site. #18184
    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;
    }
    in reply to: not display site with IE #18175
    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.

    in reply to: Bug in the theme? #18174
    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.

    in reply to: Slider in header #18173
    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.

Viewing 20 posts - 9,401 through 9,420 (of 14,497 total)