Forum Replies Created
-
AuthorPosts
-
July 26, 2013 at 4:58 pm in reply to: conflict with featured image use in theme and woocommerce #12384
Sakin
Keymaster@acanthuroid: Ok send me the URL for which you want to hide the featured image. So, in case you said it’s categories. Can you send me your site URL?
Sakin
Keymaster@Cherry: Thanks. Sorry I don’t understand what do you mean by issue with the gallery. Let me know in details. Also when you post any question, it will be easy for me if you post the site URL as well.
Sakin
Keymaster@impresnet: Please contact Sales for this. I am not authorized to do this.
Sakin
Keymaster@rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.widget-area .widget a:hover { color: #911d1d; }Sakin
Keymaster@Printsev: Since you want to use that css for logged in css. Replace the above css with the following.
.logged-in .comment { position: relative; } .logged-in .comment .reply { bottom: 70px; bottom: 7rem; display: block; margin: 0; padding: 0; position: absolute; right: 0; } @media screen and (min-width: 1190px) { .logged-in .comment .reply { bottom: 90px; bottom: 9rem; } } @media screen and (max-width: 1060px) { .logged-in .comment .reply { bottom: 50px; bottom: 5rem; } }Sakin
Keymaster@adasprom: Anything that work fine with you is great. I am just here to support you all. Cheers 🙂
Sakin
Keymaster@k.capelli: Yes you can. Check out the theme instruction of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@k.capelli: Can you send me your site URL? Yes header color can be change in Simple Catch Pro as well. Check out the theme instruction for Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@rbrt_bene: Can you send me your site URL?
Sakin
Keymaster@impresnet: Sorry that is not allowed to do it in free theme. Please upgrade it.
Sakin
KeymasterSorry I gave you the wrong url. Here is the contact form to our sales team http://catchthemes.com/contact-us/
Sakin
Keymaster@interiorsalvage: I just check in your site and you have responsive enable as well as sidebar is there. This is not the issue of the theme and WordPress. But instead the issue with your WP Super Cache plugin. Whenever, you make any major changes then you should clear the cache from the setting of WP Super Cache plugin.
Sakin
Keymaster@taranlewis: Yes it is not recommended at all to customize any core theme files such as style.css, functions.php and all. As when you update the theme, these files will get reverted back and all your customization will be overwritten.
Then best way to add new css is either though “Appearance => Theme Options => Custom CSS” box or through build child theme.
Since you have customize the site. It has become difficult for me to track back the css for changes. Can you try adding the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding top in the page main wrap.
.page #main { padding-top: 0; }To add featured post slider in all pages, you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” in your WordPress Dashboard. Then you can check “Entire Site” and click on save.
Sakin
Keymaster@9thChapter: You need to build child theme and do the editing in the images and the functions. So, it’s little hard. Also we cannot just release the new version for only one social icon addition.
But I can do one favor for you. You can send me email through http://catchthemes.com/support-forum/ and in subject mention: Goodreads icon email requested by Sakin. Then I will get in touch with you through email.
July 25, 2013 at 9:09 am in reply to: conflict with featured image use in theme and woocommerce #12337Sakin
Keymaster@acanthuroid: Then you can use css to hide the featured image in the category.
Sakin
Keymaster@FlatsPirate: Sorry that option is no there in Simple Catch Free Theme. This theme uses the excerpt text, title and the featured image of the post.
You need to build child theme and then customize it by replacing excerpt with full content.
Sakin
Keymaster@rdorrego: You can delete the old css that I gave you and add the following css.
#branding { z-index: 25; } #nav-slider .nav-previous, #nav-slider .nav-next { z-index: 20; }Sakin
Keymaster@pohl: When I check in your site I only see the following css in your custom css box.
.logo-wrap { float: none; }Please add the css that I gave you in replace of your old custom css.
If you have added that and still not showing then make sure you have clear your cache in setting of WP-Cache plugin.
Sakin
Keymaster@Printsev: It is difficult to manage just with css as it’s not coded in the same wrap. So, we have to play with position with CSS. I am not so sure about the position that will be exact or not. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.comment { position: relative; } .comment .reply { bottom: 70px; bottom: 7rem; display: block; margin: 0; padding: 0; position: absolute; right: 0; } @media screen and (min-width: 1190px) { .comment .reply { bottom: 90px; bottom: 9rem; } } @media screen and (max-width: 1060px) { .comment .reply { bottom: 50px; bottom: 5rem; } } -
AuthorPosts
