Forum Replies Created
-
AuthorPosts
-
January 27, 2015 at 8:03 pm in reply to: Change width of catch box pro theme vs change to Evolution #50628
Sakin
Keymaster@Keith: It’s not working for me in all of your pages. I see that you have used W3 Total Cache with full cache. So, go to “Performance => Dashboard” and then click on “Empty all cache”
Sakin
Keymaster@Will: If you want solid color or any other color in your menu. Then you can go to “Appearance => Theme Options => Color Options”.
Thanks for your appreciation. We try to reply all our queries within 24hours.
Sakin
Keymaster@Bill: Let’s wait for few days to get response from WPML team. If this doesn’t work then I will try it in your server.
Sakin
Keymaster@D: Yes, you can do that. You can use plugin “Jetpack” and control widget with Widget visibility module.
Sakin
Keymaster@Michael: That logo size, depends on the size you upload. If you like small logo then uplaod small logo.
Sakin
Keymaster@Will: If you want to remove all entry meta. Then you can replace the previous css i gave you with the following css:
.entry-meta { display: none; }Sakin
Keymaster@lorencowka:
1. That search referral is not from our theme. So, I don’t know about that.
2. Are you talking about the text in the featured slider, then you can change that text color from “Appearance => Theme Options => Color Options => Slider Color Options”Sakin
Keymaster@Epheistos: There is problem in your Custom CSS. So, just remove all your custom css and then add the following css in “Appearance => Theme Options => Custom CSS” box:
/* Menu Background Color */ #branding #access { background: #252FE9; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#0579FF, #252FE9); background: -o-linear-gradient(#0579FF, #252FE9); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0579FF), to(#252FE9)); /* older webkit syntax */ background: -webkit-linear-gradient(#0579FF, #252FE9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0579FF', endColorstr='#252FE9'); /* for IE */ } /* Menu Text Color */ #branding ul.menu ul a { color: #fff; } /* Menu Hover Background Color */ #branding ul.menu li:hover > a, #branding ul.menu a:focus { background: #0579FF; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#252FE9, #0579FF); background: -o-linear-gradient(#252FE9, #0579FF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252FE9), to(#0579FF)); /* Older webkit syntax */ background: -webkit-linear-gradient(#252FE9, #0579FF); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252FE9', endColorstr='#0579FF'); /* for IE */ color: #fff; }For comment below title, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.hentry .entry-header .comments-link a:hover, .hentry .entry-header .comments-link a:focus, .hentry .entry-header .comments-link a:active { background-color: transparent; }Sakin
Keymaster@Will: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }Sakin
Keymaster@helenafjellgren and @Bill: We have already submitted version 4.0 to WPML team and they are doing compatibility testing. Will let you know once I get answer from them.
Sakin
Keymaster@bobar22: Sorry your question is confusing. By default “Homepage Headline” is above “Homepage Featured Content”. So, I don’t know what you mean.
In catch Kathmandu Pro, if you are using Featured Post Slider then it will link to Post. There is no option to remove the link. If you want sliding image without the link then you can use Featured Image Slider. Just go to “Appearance => Theme Options => Featured Slider => Slider Options”, then select Image Slider in Select Slider Type and save changes. Then you can upload image in “Featured Image Slider Options”.
Sakin
Keymaster@Taylor3000: Sorry I don’t understand your issue. There shouldn’t be issue with Amazon Carousel link. How did you add in the code? Maybe there is issue with your code. For easy way out you can install plugin like “Amazon Link” and manage Amazon Link.
Sakin
Keymaster@Daniel: Sorry for the late reply as I just found your reply in spam section.
If you want to remove that featured image from post/pages then you don’t need CSS. Just go to “Appearance => Theme Options => Content Featured Image Options” and check the option “Disable Image” and save changes.
Sakin
Keymaster@Angel: Do you mean that flag are not visible in mobile devices.
Sakin
Keymaster@Angel: It allows. But since your URL is from text site so it went on spam.
Sakin
Keymaster@leotrim77: Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box
.comment-meta { display: none; }Sakin
Keymaster@Nix: The pages links in your footer in from “Footer Area Three” widget area. I see that you have added “Pages” widget to Footer “Footer Area Three”. So, go to “Appearance => Widgets” and remove “Pages” widget from there.
January 24, 2015 at 8:21 pm in reply to: Responsive theme feature not adjusting pages correctly on mobiles. #50473Sakin
Keymaster@Eva Coleman: Are you using theme from Catch Themes. This support forum is only for Catch Themes users. But as per my knowledge we don’t use Flexslider. If you have customized our theme to use Flexslider then please send me your site URL and then I can check in.
Sakin
Keymaster@thechalkeyfox: This is all from WooCommerce plugin, so it’s always better to ask in their forum. We don’t have control over the product images.
If you want to hide from CSS techniques, then to remove images from various term, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
/* For Cuban Cigars */ .term-cuban-cigars #content .products img { display: none; } /* For Non Cuban Cigars */ .term-non-cuban-cigars #content .products img { display: none; } /* For Cuban Minicigarillos */ .term-cuban-minicigarillos #content .products img { display: none; } -
AuthorPosts
