Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@emlawag: Sorry currently there is only option to user Featured Content. No option to exchange it with posts. We are in the process of adding this feature by the end of February. We have this features in our new themes like Catch Base Pro and Gridalicious Pro theme.
Sakin
Keymaster@nac2311: That is not controlled thorough theme. It is controlled from plugin. When I check in plugin German translation. It shows fine. Have you install your WordPress in German or in English. If you have installed in German than it should work fine. If you haven’t then you need to edit plugin file and translate it. You need to edit the file class.bcn_breadcrumb_trail.php
If you have completed German translation for Simple Catch Pro theme then can you contribute to us. So, that we will bundle in theme itself.
January 27, 2015 at 8:03 pm in reply to: Change width of catch box pro theme vs change to Evolution #50628Sakin
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@leotrim77: Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box
.comment-meta { display: none; } -
AuthorPosts
