Forum Replies Created

Viewing 20 posts - 3,481 through 3,500 (of 14,509 total)
  • Author
    Posts
  • in reply to: Primary Sidebar Widget Settings #59043
    Sakin
    Keymaster

    @Blair: Thanks and it’s cool that you font the solution.

    in reply to: Featured Content Slider #59042
    Sakin
    Keymaster

    @brookmatthiesen:

    1 & 2) Yes, you are not supposed to edit/add files inside catch-responsive theme directory. As it will be reverted back to original when you update or upgrade the theme. If you want to change any core functions, then you need to build child theme and edit it in your child theme functions.

    Change Featured Slider in Catch Responsive Free theme
    — Catch Responsive theme only have option to change that Featured Demo Slider to Featured Slider type”. So, go to “Appearance => Customize => Featured Slider Options” and under “Featured Slider Type”, you need to select “Featured Page Slider”. Then select the pages which you want to show as slider. When you select page, make sure your page have Featured Image.

    For more check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive/

    3) For menu, you can build custom menu from “Appearance => Menus”, and then add in page, post, category, links as per your need. Then you need to assign your custom menu to particular theme location from “Appearance => Menus => Manage Location”. For more check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    4) You can create submission from using plugin such as Contact Form 7 or JetPack plugin “Contact Form” module.

    5) If you upgrade to pro version, then you will have option to add or remove widget in Header Right Sidebar from “Appearance => Widgets”. To know more about pro version, read theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    For free, you can add in following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #header-right-search.widget_search { display: none; }

    6) This option is only there in Pro version.

    in reply to: Error Message #59041
    Sakin
    Keymaster

    @Josef: I check in your site and looks like there is issue language settings in your site. When I change Site Language to “English” from “Settings => General”, customizer is working fine.

    in reply to: Logo/widgets in Header #59028
    Sakin
    Keymaster

    @Vivien: I cannot view your site. It’s coming soon.

    If you want larger logo, then you can adjust the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-logo img { max-height: 41px; }

    To add language switcher in Header. You can go to “Appearance => Widgets” and add your plugin language widget in Header Right Sidebar or Header Top Sidebar as per your need.

    in reply to: Featured Image slider question #59026
    Sakin
    Keymaster

    @Olivia: Can you activate my access to your site once again and then I will check in details.

    in reply to: Sidebar font size reduction #59025
    Sakin
    Keymaster

    @roderick: It will work fine, but when I check in your site, I found issue. You have issue in Custom CSS. You can find the following CSS in your custom css, where you have extra closing bracket. So, replace following cs

    /* Footer Widget Title Font */
    #supplementary .widget-title { font-size: 14px; }
    }

    with the following.

    /* Footer Widget Title Font */
    #supplementary .widget-title { font-size: 14px; }
    in reply to: Video/Animation as Header Logo #59024
    Sakin
    Keymaster

    @markytheboy: There is no option for that. You need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then you can copy catchresponsive_site_branding() function from catchresponsive-custom-header.php and to your child theme functions.php file and add it there.

    in reply to: Enter custom CSS #59023
    Sakin
    Keymaster

    @helpme:
    1. For header center and hide search, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .sidebar-header-right { display: none; }
    #site-branding { width: 100%; text-align: center; }
    #site-header { display: block; width: 100%; }

    2. To change the menu text color, you can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Menu Text Color */
    .catchresponsive-nav-menu a {
        color: #fff;
    }
    /* Current Menu Text Color */
    .catchresponsive-nav-menu .current-menu-item > a, 
    .catchresponsive-nav-menu .current-menu-ancestor > a, 
    .catchresponsive-nav-menu .current_page_item > a, 
    .catchresponsive-nav-menu .current_page_ancestor > a {
        color: #000;
    }
    /* Hover Menu Text Color */
    .catchresponsive-nav-menu li:hover > a {
        color: #000;
    }
    in reply to: Enter custom CSS #58993
    Sakin
    Keymaster

    @helpme: Please post in your site URL fist.

    in reply to: Menu text size modification #58989
    Sakin
    Keymaster
    in reply to: Page logo on header image #58985
    Sakin
    Keymaster

    @Raphael: Sorry there is no option to do like that. As this theme is not designed for that. So, you might want to build child theme and work on the customization. For child theme, you can refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Menu text size modification #58984
    Sakin
    Keymaster

    @roderick: Yes, you are using Catch Box Free theme, so you can post it in http://catchthemes.com/support-forum/forum/catch-box-public/

    Also note: Detail color option to change, is there only in Pro version. If you want me provide css to change color as you needed. Then you need to send me details of color codes that you want to change to. I only see Primary menu and Footer Menu in your sidebar.

    Please post in new support thread and I will work on it.

    in reply to: Featured Content Type #58978
    Sakin
    Keymaster

    @Massimo: For that you need to use “Featured Content Type” as “Featured Category Content” and then select the category.

    in reply to: Home page settings #58977
    Sakin
    Keymaster

    @salen555: I guess you are talking about Featured Post Slider. To link to page, you need to use Featured Page Slider, which is there only in Adventurous Pro theme. also to change the slider image, the best option is to use Featured Image Slider, which allows you to upload image on your own choice. It will load image whatever you have uploaded. See this for image slider settings, http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    So, best option is to upgrade to Pro version. You can see the list of additional featured that you will get in pro version at http://catchthemes.com/theme-instructions/adventurous-pro/

    For mobile device settings, can you post in your site URL and let me know what you want to change to. Maybe share screenshot of what you want.

    in reply to: Error Message #58976
    Sakin
    Keymaster

    @Josef: This looks like your website hosting server issue. Can you contact them and let me know it.

    in reply to: images on tablet #58974
    Sakin
    Keymaster

    @marcodimi: Sorry I am bit confused which image you are talking about, as i see image in both desktop and tablet same. Can you explain please. Image quality depends on the image that you upload.

    in reply to: Disable Excerpt option #58973
    Sakin
    Keymaster

    @Széchenyi István: There is no option to merge two option. If you want custom excerpt in some post then you an add excerpt content in excerpt post in your post. See this screenshot which show where you can find excerpt box https://www.pinterest.com/pin/548594798330200958/

    in reply to: White space on individual posts #58972
    Sakin
    Keymaster

    @Charissa: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-summary { margin-top: 0; }
    .more-link { display: none; }
    in reply to: Remove Wrapper color #58971
    Sakin
    Keymaster

    @bigoslesli: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .site { box-shadow: none; }

    in reply to: Featured Image slider question #58970
    Sakin
    Keymaster

    @Olivia: For slider width and transparency, you can change the width and 0.7 for transparency where 1 is 100 percent. Then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #feature-slider .entry-container {
        background: rgba(0,0,0,0.7);
        width: 60%;
    }
Viewing 20 posts - 3,481 through 3,500 (of 14,509 total)