Forum Replies Created

Viewing 20 posts - 1,501 through 1,520 (of 14,510 total)
  • Author
    Posts
  • in reply to: Change slider Image on only one page #80682
    Sakin
    Keymaster

    Hi Dona,

    For that you need to build child theme and customize it, as there in no option to hide slider in particular page. So, it’s better you just add in the following css in “Appearance => Theme Options => Custom CSS” box to hide it.

    .page-id-440 #main-slider { display: none; }

    Regards,
    Sakin

    in reply to: Help Comments Label #80681
    Sakin
    Keymaster

    @Cokalejandro: You can update to Simple Catch Pro 3.3 where you have added in Spanish Translation and it will work fine. For more about change log, you can check out at http://catchthemes.com/changelogs/simple-catch-pro-theme/ and for update instructions, you can check out at http://catchthemes.com/theme-instructions/simple-catch-pro/#updating

    in reply to: Featured content slider text box #80634
    Sakin
    Keymaster

    @Alan: Yes, pro version that option. For that you need to use “Featured Image Slider”. Read more about it at http://catchthemes.com/theme-instructions/catch-responsive-pro/#enable-featured-image-slider

    in reply to: Custom Post Types #80633
    Sakin
    Keymaster

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

    in reply to: Custom Post Types #80621
    Sakin
    Keymaster

    @Meinhard: Yes, that possible. For that you just find your product post id. If you need help in id then you can install Catch IDs plugin. Once you know the ID, you can add the css like below. The following css will work for post ID 271 only.

    .postid-271 #primary { width: 100%; }
    .postid-271 #secondary { display: none; }

    So, if you want to do it for 2 then it will be like this. This is for 271 and 305 postids.

    .postid-271 #primary, 
    .postid-305 #primary { width: 100%; }
    .postid-271 #secondary, 
    .postid-305 #secondary { display: none; }

    Same way you can add more and more:

    .postid-271 #primary, 
    .postid-305 #primary { width: 100%; },
    .postid-305 #primary
    .postid-271 #secondary, 
    .postid-394 #secondary,
    .postid-394 #secondary { display: none; }
    in reply to: Header Images are cut #80617
    Sakin
    Keymaster

    @ttolun: That’s great. Thanks 🙂

    in reply to: Table Disappears #80616
    Sakin
    Keymaster

    @matthewseanmclachlan: Adding table should be relatively find and it should work. This is not a theme issue. Because you can easily add table code in WordPress.
    You can check this reference links:
    http://exisweb.net/responsive-tables-in-wordpress
    http://www.wpbeginner.com/plugins/how-to-add-tables-in-wordpress-posts-and-pages-no-html-required/

    in reply to: Top header sidebar: sticky? #80615
    Sakin
    Keymaster

    @Andy: Sorry I forgot to add in the following css. So, just add the above css and the following one together:
    body { padding-top: 52px; }

    in reply to: Change slider Image on only one page #80614
    Sakin
    Keymaster

    That’s really nice Donna. You are doing great job for us. Thanks for all your help and support. Yes sure. Feel free to post it about.

    in reply to: Featured content slider text box #80592
    Sakin
    Keymaster

    @Alan: Thanks for your appreciation 🙂

    in reply to: Custom Post Types #80578
    Sakin
    Keymaster

    @Meinhard: Try adding following css in “Appearance => Theme Options => Custom CSS” box to make your single product full width and hide sidebar.

    .single-product #primary { width: 100%; }
    .single-product #secondary { display: none; }
    in reply to: insert my logo #80576
    Sakin
    Keymaster

    @cesare: o then it’s different one. You need to add it from “Appearance => Header”. I have send you video screencast in your support ticket.

    in reply to: Custom Post Types #80572
    Sakin
    Keymaster

    @Meinhard: Yes and no as private email is only for premium support member http://catchthemes.com/membership/. Ok let me check if that is quick one. I will email you in your register email address.

    in reply to: Blinking pages #80571
    Sakin
    Keymaster

    @Marko: We need to check out the site to give you the solution. Let us know when you site is live or can you move that to any test site.

    in reply to: Menu is missing on smartphone after update #80570
    Sakin
    Keymaster

    @Marcooooo: Yes, you shouldn’t remove any hooks. These hooks are created to add function/scripts and also let you do advance customization through functions in your child theme. In this way you don’t need to move your header.php, footer.php and other template files in your child theme as most of the hook and functions can be customized just by adding code in your child theme functions.php file. In this way, you are always compatible with theme updates.

    Sorry for the trouble and it’s great that you found out.

    in reply to: Featured content slider text box #80568
    Sakin
    Keymaster

    @Alan: To hide the text from the slider, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
    #feature-slider .entry-container { display: none; }

    Yes, pro version has more advance options for slider. Like you have option to select “Featured Image Slider”, where you can control all like image, title, content, link all are optional add it your own way. For more about pro version, you can refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Change slider Image on only one page #80567
    Sakin
    Keymaster

    Hi Dona,

    Thanks a lot for helping us out. I hope you know that we are based in Kathmandu, Nepal. Thanks…

    About the header image that you are taking about. Yes, you can either disable that Header Image on that page or Change it as per your need.

    A. Disable header image in particular page:
    1. Just edit that page and then below your page editor you will see “Catch Kathmandu Options” meta box like this https://www.pinterest.com/pin/548594798331765450/.
    2. Just like wensolutions answered it you can click on “Disable” in Header Featured Image Options.

    A. Replace header image in particular page:
    1. Just edit that page and add featured image. For featured image refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
    2. Go to “Appearance => Theme Options => Header Featured Image Options” and select “Entire Site, Page/Post Featured Image” in “Enable Featured Header Image” options
    3. Finally, Save Changes. This will replace your default header image with the featured image of post/page that you have featured image.

    in reply to: How to move the social links? #80565
    Sakin
    Keymaster

    @alfonso_bundis:
    1. Actually if you are trying to ad in logo then you need to add it from “Appearance => Customize => Site Identity”, then uncheck option “Check to disable logo” and finally replace the default logo you will see by clicking on Change Image. This way, you logo will show above your search and social icons that is Header Right Sidebar.
    2. You can disable that header right sidebar from “Appearance => Customize => Theme Options => Header Right Sidebar Options” and then check in “Check to disable Header Right Sidebar” and save changes.
    3. You can either add that social icon below your logo or disable it by following point 2. But if you want to show below your log then you don’t need to disable it. Just drag and drop “CT: Social Icons” widget to “Header Right Sidebar” from “Appearance => Widgets”
    4. There is no option to add Social Icon below the slider. For that you need to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/ and add it. You need to know about WordPress hook. If you know then I can give you more details otherwise you need to hire customizer.

    in reply to: insert my logo #80563
    Sakin
    Keymaster

    @cesare: Yes, please upload your screenshot in any photo-sharing site and then paste the URL here. We cannot view your localhost image.

    I will explain to you about Header Image and Logo Image. We have two different images that you can add in your header:

    A) For logo:
    You can refer to our theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/ and check in “How to Replace/Add Logo Image”. So, to add logo.
    1. Just go to “Appearance => Theme Options => Header Options => Logo URL”
    2. Then either Paste your logo image URL or upload it through “Change Logo” button
    3. If you choose to change it through “Change Logo” button then you need to click on Insert Into Post, once the upload in completed
    4. You logo might be disable by option, so don’t forget to uncheck “Disable Logo?”
    4. Finally, save changes

    B) For Header Image:
    This has been explained by wensolution. This should be added is you need large header image just above your content. So, to add header image.

    1. Just go to “Appearance => Header”
    2. You can click on “Add new Image” and upload your header image.
    3. Now click on Choose File from your “Media Library” or upload it by clicking on “Upload Files”. If you choose “Upload files” then you need to click on select files and upload it.
    4. Then you can work on advance settings from “Appearance => Theme Options => Header Featured Image Options”

    in reply to: Custom Post Types #80561
    Sakin
    Keymaster

    @Meinhard: Can you post in your URLs for post type and then I can check in if that is possible from Custom CSS or not. As if you have “No Sidebar, Full Width” in default layout then it should work on all post type. But if you want to change for specific post type.

    You might need to build child theme.

Viewing 20 posts - 1,501 through 1,520 (of 14,510 total)