Forum Replies Created

Viewing 20 posts - 9,401 through 9,420 (of 14,504 total)
  • Author
    Posts
  • in reply to: not display site with IE #18268
    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.

    in reply to: Leave a Reply & Content Width #18256
    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/

    in reply to: Adding Social Media Icons to the Header #18255
    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.

    in reply to: Excerpt with thumbnail #18254
    Sakin
    Keymaster

    @Trishah: Thanks a lot 🙂

    in reply to: How to change look of TinyNav current item? #18252
    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.

    in reply to: Mobile Drop Down menu in Arabic #18249
    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.

    in reply to: bug in everest pro #18247
    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.

    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

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