Forum Replies Created

Viewing 20 posts - 4,081 through 4,100 (of 14,504 total)
  • Author
    Posts
  • in reply to: Featured Slider Not Working #56075
    Sakin
    Keymaster

    @tscpgraphics: thanks for your appreciation. If you like Catch Responsive theme and support then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    in reply to: catch box – image side by side #56074
    Sakin
    Keymaster

    @emree025: This is bit complex. First you need to edit your page and go to text mode. See this screenshot for text mode https://www.pinterest.com/pin/548594798332210926/ add then add <span class="image-columns"> before your image and add </span><!-- .image-columns --> after the images. So, it should be as below:
    <span class="image-columns"><a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/freyler.jpg"><img width="446" height="70" alt="freyler" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/freyler.jpg" class="alignnone size-full wp-image-113" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/elternstiftung.jpg"><img width="446" height="70" alt="elternstiftung" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/elternstiftung.jpg" class="alignnone size-full wp-image-112" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/efedugme.jpg"><img width="446" height="70" alt="efedugme" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/efedugme.jpg" class="alignnone size-full wp-image-132" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/zbg.jpg"><img width="446" height="70" alt="zbg" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/zbg.jpg" class="alignnone size-full wp-image-121" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/wolfach.jpg"><img width="446" height="70" alt="wolfach" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/wolfach.jpg" class="alignnone size-full wp-image-120" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/bfw.jpg"><img width="446" height="70" alt="bfw" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/bfw.jpg" class="alignnone size-full wp-image-110" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/ttiad.jpg"><img width="446" height="70" alt="ttiad" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/ttiad.jpg" class="alignnone size-full wp-image-119" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/tes.jpg"><img width="446" height="70" alt="tes" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/tes.jpg" class="alignnone size-full wp-image-118" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/msk.jpg"><img width="446" height="70" alt="msk" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/msk.jpg" class="alignnone size-full wp-image-117" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/mina.jpg"><img width="446" height="70" alt="mina" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/mina.jpg" class="alignnone size-full wp-image-116" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/jbl.jpg"><img width="446" height="70" alt="jbl" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/jbl.jpg" class="alignnone size-full wp-image-115" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/guetermann.jpg"><img width="446" height="70" alt="guetermann" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/guetermann.jpg" class="alignnone size-full wp-image-114" vdh-406539326=""></a></span><!-- .image-columns -->

    Then update that page and add the following css in “Appearance => Theme Options => Custom CSS” box:

    .image-columns {
        clear: both:
        display: block;
        overflow: hidden;
    }
    .image-columns a {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .image-columns a img.alignnone {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }
    
    @media screen and (max-width: 479px) {
        .image-columns a {
            display: block;
            text-align: center;
            width: 100%;
        }
    }
    in reply to: Front Page Featured Content Padding #56073
    Sakin
    Keymaster

    @Jamie: You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #featured-post { padding-top: 30px; }

    in reply to: Spacing on Menu #56071
    Sakin
    Keymaster

    @dfwrgjeff: Look like you have directly changed the css in style.css of theme. You shouldn’t edit/add any files inside catch-kathmandu-pro theme directly as all these edits will be reverted back to original when you update the theme. So, to edit CSS, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add in your child theme style.css. For child theme you can refer to http://catchthemes.com/blog/create-child-theme-wordpress/. So, remove your css changes.

    For any css, just for desktop only, you need to add inside this media screen. So, your padding top for title, should be as below:

    @media screen and (min-width: 961px) {	
        #site-title {
            padding-top: 40px;
        }
    }

    I see following css in “Appearnace => Theme Options => Custom CSS” box:
    #hgroup-wrap { padding-bottom: 20px; }
    Replace that with the following:
    #hgroup-wrap { padding-bottom: 0; }

    Note: if you like to edit style.css then it shouldn’t be in parent theme, it should be in child theme.

    in reply to: Intro Page and some other questions… #56070
    Sakin
    Keymaster

    @Sebastian: Can you post in your site URL so that I can give you css to remove menu and header.

    For translation: there is two way one is adding language file inside theme language directory. You will see .mo and .po file. You can use the free plugin from http://poedit.net/ and then create your language files. Another option is to to install plugin like WPML and do the translation.

    in reply to: Responsive not working #56069
    Sakin
    Keymaster

    @Dona: Ok I think I understand your requirement. For that you need to add in Responsive columns plugin and then break image into 5 different images for each product. Then you can add image in the left and description in the right. This is only option I see.

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

    @Dan: For color, please post in your site URL so that I can check in what’s missing.

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

    @robertsonrfb: Thanks for your appreciation. If you like Catch Flames theme and support forum then please support Catch Flames theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform.

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

    @yinglin1202: But your site is Password protected.

    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/

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