Forum Replies Created

Viewing 20 posts - 2,421 through 2,440 (of 14,497 total)
  • Author
    Posts
  • in reply to: Header to go across the page #66008
    Sakin
    Keymaster

    @ccarmody: Sorry there is no try out for premium themes. That is why we have free version of all our themes. So, you can try our free version and then check in instructions of pro version for additional features http://catchthemes.com/theme-instructions/

    in reply to: Text won't wrap around image with a caption #66007
    Sakin
    Keymaster

    @John: It’s because you have heading 3 tag h3. So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-container h3 { clear: none; }
    .wp-caption.alignleft { margin-right: 40px; }
    in reply to: catch Studio theme. Background. Please help! #66005
    Sakin
    Keymaster

    @Diren: For that you can go to “Appearance => Customize => Background Image”, then to remove, you can click on “Remove”.

    in reply to: Text won't wrap around image with a caption #66000
    Sakin
    Keymaster

    @John: Please post in your URL and let me know where you are having issue. Then I can check in suggest you the solution.

    in reply to: Float Site Logo #65999
    Sakin
    Keymaster

    @dan-d: If like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    in reply to: Blurry images :( #65981
    Sakin
    Keymaster

    @timp: That is not theme issue, it’s your setting in WooCommerce plugin. For that go to “WooCommerce => Settings => Products => Display” and then change “Catalog Images, Single Product Image and Product Thumbnails” image sizes. See this http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/

    So for Single Product Image, you need to use image size of width at least 640, for Catalog Images, you need to use image size of width at least 560 and for Product Thumbnails, you need to use image size of width at least 300. After you change this, you need to regenerate your thumbnail using Regenerate Thumbnail http://wordpress.org/plugins/regenerate-thumbnails. So, that all your old product will have new image sizes.

    in reply to: Reduce header space between logo and main menu #65980
    Sakin
    Keymaster

    @flagshop: I have already answered you that you can use “Secondary Menu” where menu will be centered and your sub-menus will be on left align. You can see demo at http://catchthemes.com/demo/catch-kathmandu/.

    in reply to: Featured Slider Image wont load #65979
    Sakin
    Keymaster

    @TerroirCongress: It must be your server loading time, cache issue and your internet speed. When I check in your site. It’s loading fine. Try using plugin like W3 Total Cache or WP Rocket cache.

    in reply to: Read more tag #65974
    Sakin
    Keymaster

    @Robertf: Thanks for your appreciation and if you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform.

    in reply to: How to move Sidebad to other place? #65973
    Sakin
    Keymaster

    @tala69: I just check in your site and sidebar is show on the left of the content. I don’t see any issue.

    You sidebar will move down your content only when your screen size is less than 990px, which is from iPad Portrait.

    in reply to: Problem with PageSlider on the main page #65972
    Sakin
    Keymaster

    @Delle: Sorry not sure what are you trying to say. So, please post in your site URL and explain please. You are using page slider in your homepage and then post carousel in other pages.

    in reply to: Float Site Logo #65971
    Sakin
    Keymaster

    @dan-d: You can change the maximum width in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 767px) {
        #site-logo img { max-width: 110px; }
    }
    in reply to: Featured Slider Option-Can't use Featured Page # #65970
    Sakin
    Keymaster

    @vladvasal: Can you post in your site URL and then I can check in your pages. Catch Responsive Free version only have option to use Featured Page Slider. You can only select page not posts. For post slider or image slider or category slider, you need to upgrade to Pro version.

    in reply to: Remove image borders from widgets. #65969
    Sakin
    Keymaster

    @ampratwum: Sorry, we only support theme developed by us. We don’t support. Theme that you are using in not from us. So, please contact in that theme author support.

    in reply to: WordPress is showing update to 1.1 available #65968
    Sakin
    Keymaster

    @birdpuk: If you are in version 1.1 then it should be fine. There might be cache in WordPress. So, I hope the message will go soon. If not then let me know it and then I need to check in your server.

    in reply to: Widget "Search" to the Top in Mobile View? #65961
    Sakin
    Keymaster

    @Christian: Ok let me know it once it’s live. Thanks

    in reply to: No sidebar on static startpage #65933
    Sakin
    Keymaster

    @ktuth: Cool that you found the issue and thanks for posting back. Cheers 🙂

    in reply to: Changing the design of excerpts #65913
    Sakin
    Keymaster

    @lazer: That image on top option is there in Catch Responsive Pro theme. When you can change the Archive Content Layout to “Excerpt Image Top” from “Appearance => Customize => Theme Options => Layout Options”.

    To add title in the image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .has-post-thumbnail .archive-post-wrap {
        position: relative;
    }
    .has-post-thumbnail .archive-post-wrap .entry-header {
        background-color: #fff;
        left: 2%;
        padding: 20px;
        position: absolute;
        top: 2%;
        width: 96%;
    }

    Note: You shouldn’t add/edit any core theme files inside catch-responsive directory as all your edits will be reverted back to original when you update the theme. So, we recommend you to do the customization from “Appearance => Customize”. But if you want to do advance coding changes then you need to build child theme and edit it. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: SSL-Error because Slider #65912
    Sakin
    Keymaster

    @Alexander: We haven’t hard coded next and previous link image in slider. We have use WordPress code function get_template_directory_uri() which take the URL of theme directory in your server. See the code as below:

    <div class="nav-previous"><img class="pngfix" src="'.get_template_directory_uri().'/images/previous.png" alt="next slide"></div>
    <div class="nav-next"><img class="pngfix" src="'.get_template_directory_uri().'/images/next.png" alt="next slide"></div>

    So, first make sure you have corrected theme WordPress Address (URL) and Site Address (URL) and then also change any value in theme option to clear the cache from Theme Options panel and then check in.

    in reply to: How to move Sidebad to other place? #65911
    Sakin
    Keymaster

    @tala69: Please post in your site URL so that I can check in the issue.

Viewing 20 posts - 2,421 through 2,440 (of 14,497 total)