Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alan: For detail, please post in your site URL and then we can check in. But reading your issue, I assume it’s plugin conflict. So, try disabling plugin which you have recently added or updated. Then you will find the issue.
Sakin
Keymaster@Mandala528: It’s fine. Cheers 🙂
Sakin
Keymaster@alan: It’s just script issue. So, you need to ask plugin author to make that compatible.
Sakin
Keymaster@Alan: You can add padding top. So, try adding in the following css:
@media screen and (min-width: 991px) { #site-header { padding-top: 20px; } }Sakin
Keymaster@Alan: Yes, in Pro version you can select “Featured Image Slider” instead of “Featured Page Slider”.
In Featured image slider, you need to upload image directly in the slider option and it is not tied to any page/post. So, you can option to link or not. If you want to link then you need to add link manually. If not then you can leave link option empty.
Sakin
Keymaster@Andy: Let’s do this and if it’s not working then I need to check in your server.
body { padding-top: 52px; } #header-top { background-color: #fff; display: block; left: 0; position: fixed; top: 0; width: 100%; z-index: 100; } #masthead.fixed-header { box-shadow: none; top: 52px !important; }Note: let me know if it’s not working then I will email you.
Sakin
KeymasterHi 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,
SakinSakin
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
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
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
Sakin
Keymaster@Yvonne: yes, that works. But you haven’t added in right way. there is missing closing bracket. You need to replace the following css:
@media screen and (min-width: 1060px) { #primary { width: 60%; } #secondary { float: right; width: 35%; }with
@media screen and (min-width: 1060px) { #primary { width: 60%; } #secondary { float: right; width: 35%; } }Your other top css is fine.
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; }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/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; }Sakin
KeymasterThat’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.
-
AuthorPosts
