Forum Replies Created

Viewing 20 posts - 4,081 through 4,100 (of 14,494 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Driven13: Need to look at your css as well. So, need tot check your site. Can you upload it in your test site.

    in reply to: Layout Option #56032
    Sakin
    Keymaster

    @rublo: Thanks we will update it soon. Trying to find the problem. Sorry it might take some time.

    in reply to: Center Items in Top Menu #56031
    Sakin
    Keymaster

    @Jesse: Are you sure about it. As you already have Fixed Top Menu which will be there when you scroll to bottom. So, adding another footer menu might not look good. But if you want to add in then you can assign your custom menu as “Footer Menu” from “Appearance => Menus => Manage Locations”

    in reply to: Featured image blurry #56030
    Sakin
    Keymaster

    @tscpgraphics: Yes, please refer to WooCommerce plugin documentation. We haven’t added anything in our theme to compliment with WooCommerce plugin. Yes, you need to upload large image and then regenerate the thumbnail again once you change those images settings.

    in reply to: Featured Slider Not Working #56028
    Sakin
    Keymaster

    @tscpgraphics: you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” boxL
    #feature-slider .entry-title { font-size: 16px; }

    in reply to: Parse error #56026
    Sakin
    Keymaster

    @m4rkym: Please be careful. You can delete the theme and install it as fresh installation. Maybe other files are also infected. Also, change all your password and maybe add security plugin.

    in reply to: Menu Format and Dots on the slider #56024
    Sakin
    Keymaster

    @yinglin1202: I am bit confused with theme are you using it. Are you using Simple Catch theme or Catch Responsive Theme. Please post in your site URL.

    in reply to: Update problem #56022
    Sakin
    Keymaster

    @Maria: Did you activate the Catch Updater Plugin. If Catch Updater plugin is active then the upload should run normally. Let me know if you have issue, I will also email for assistance.

    in reply to: Increasing size of featured content and font #56019
    Sakin
    Keymaster

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

    @media screen and (min-width: 541px) {
        #featured-post .post.layout-four {
            margin-left: 0;
            width: 25%;
        }
    }
    #featured-post .entry-title {
        font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    }
    in reply to: Second Language in Featured Slider #56016
    Sakin
    Keymaster

    @leslie: I see that you are using qTranlsate X plugin and we haven’t made this theme compatible with that plugin. This theme is compatible with WPML and Polylang plugin. We are in the process of making it compatible with qTranlsate X plugin in next version update. For, now you need to build child theme. You can download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.

    /**
     * Template for Clearing qtranslatex Invalid Cache
     */
    function catchkathmandu_qtranslatex_invalidcache() {
    	delete_transient( 'catchkathmandu_post_sliders' );
    	delete_transient( 'catchkathmandu_page_sliders' );
    	delete_transient( 'catchkathmandu_category_sliders' );
    	delete_transient( 'catchkathmandu_image_sliders' );
    	delete_transient( 'catchkathmandu_homepage_headline' );
    	delete_transient( 'catchkathmandu_featured_content' );
    	delete_transient( 'catchkathmandu_footer_content' );	
    	delete_transient( 'catchkathmandu_footercode' );
    	delete_transient( 'catchkathmandu_featured_image' );
    
    }
    
    add_action( 'after_setup_theme', 'catchkathmandu_qtranslatex_invalidcache' );
    in reply to: Full Width #56015
    Sakin
    Keymaster

    @cblossants: In Catch Responsive Free theme there is no option to set FULL Width, it’s only there in Pro version. In free version, you can select “No Sidebar (Content Width)” from “Appearance => Customize => Theme Options => Layout Options => Default Layout” and then add the following css in “Appearance => Theme Options => Custom CSS” box to change Content width to full width.
    .no-sidebar.content-width #main { width: 100%; }

    Note: You will have lot of additional featured in Catch Responsive Pro theme, for more details check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Cannot Set Slider #56014
    Sakin
    Keymaster

    @JacquiD: First you need to create page from “Pages => Add New”. I check in your site and I don’t see any pages. I only see that you have posts. Once you create page, you will get page list in that drop down.

    in reply to: what happens after payment? #56008
    Sakin
    Keymaster
    in reply to: Parse error #56007
    Sakin
    Keymaster

    @m4rkym: Have you edit that that as we don’t have anything in like no 83. Your header.php file should be as https://themes.svn.wordpress.org/catch-base/1.7/header.php

    in reply to: Stubborn Post Header and Column width #56005
    Sakin
    Keymaster

    @Dan: You can change the color of post header from “Appearance => Theme Options => Color Options => Content Color Options” and change “Title Color”.

    To change the width, you can adjust the width as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 783px) {
        .two-columns #primary { width: 64%; }
        .two-columns #secondary { width: 34%; }
    }
    in reply to: Layout Option #55988
    Sakin
    Keymaster

    @rublo: Ok will check on this and update it.

    in reply to: Featured Slider, want title but no content text #55987
    Sakin
    Keymaster

    @robertsonrfb: Ok for that replace your css with the following css:
    #main-slider .entry-content { display: none; }

    in reply to: Adventurous Pro download to Desktop #55986
    Sakin
    Keymaster

    @rlcsr52: You can download theme from my account section at http://catchthemes.com/my-account. See this screenshot https://www.pinterest.com/pin/548594798333093154/

    Then you can go to “Appearance => Themes => Add New => Upload Theme”. Browser the zip file you have download. Then Click on Activate. You can check out screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    For more, check out theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro. If you still have problem then do let me know it then I will email you and also help you install it.

    in reply to: Changing default font size? #55985
    Sakin
    Keymaster

    @Michael: For small devices, you can adjust the size in the following css and add in.

    /* For small devices with max width 767px */
    @media screen and (max-width: 767px) {
    	body,
    	button,
    	input,
    	select,
    	textarea,
    	#header-right .widget .menu li {
    		font-size: 14px;
    	}
    }
    in reply to: Center Items in Top Menu #55984
    Sakin
    Keymaster

    @Jesse: Thanks a lot for your appreciation. I will really appreciate if you could post in WordPress.org Review for Full Frame theme at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform.

    Cheers 🙂

Viewing 20 posts - 4,081 through 4,100 (of 14,494 total)