Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSakin
Keymaster@Cattext: OK for child theme style.css, you can add the following css:
.home #content-sidebar-wrap { display: none; } .home #featured-post { border-bottom: none; margin-bottom: 0; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.wp-caption .wp-caption-text:before { content: none; } .wp-caption .wp-caption-text { padding-left: 0; }Sakin
Keymaster@jacquelyn_jefferies : It’s because you don’t have any elements in header. So, either wait for new version update or just add the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead { display: none; } @media screen and (max-width: 980px) { #masthead { display: block; } }June 2, 2015 at 4:08 am in reply to: After Update Visual Composer Extentions no longer function #58750Sakin
Keymaster@moal: Can you post in your site URL so that I can check in what are the settings you are using. Also where can I get that plugin to test it.
June 2, 2015 at 4:03 am in reply to: Polylang: translating Featured Content title and description #58749Sakin
Keymaster@widespread: Thanks for the update. Sorry, I missed it. Here is donation link http://catchthemes.com/donate/
Sakin
Keymaster@Kingfisher: Your header is hidden by the following css in “Appearance => Theme Options => Custom CSS” box. Remove it and you will see the header.
#branding { display: none; }That footer.php should be same as original footer.php for slider to work. You shouldn’t change any core theme files inside
catch-evolutiontheme. I see that you have changed footer.php file, that is why I am telling you to revert back or original.June 1, 2015 at 7:39 pm in reply to: Polylang: translating Featured Content title and description #58731Sakin
Keymaster@widespread: That XML is for string translation. See this https://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/
Please post in your site URL as well. Also did you ask in that Polylang support forum.
Sakin
Keymaster@mvb:
1. Oh sorry we don’t have that option. You need to build child theme and do it manually.2. For this, we are adding Featured Content “Display Content” option just for Featured Pages. Where you can add in Full Layout mode and then add in manual content breaks as per your need.
Sakin
Keymaster@stevan021: Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { background-color: #000; }Sakin
Keymaster@Vivien: You can upload image in your site or any photo sharing site and than add that image URL here.
I check in your site and see your advertisement image and Site Title. It cannot be added to make it in the same place. So, you can either create additional text widget in Header Top sidebar and we can align that text to right of your image widget.
But I don’t understand why don’t you use you Logo image from “Appearance => Theme Options => Header Options => Logo url”. This will be best options.
Sakin
Keymaster@Kingfisher: Can you go to footer.php file in your theme
catch-evolutiontheme directory. It need to be same as https://themes.trac.wordpress.org/browser/catch-evolution/2.4.1/footer.phpSakin
Keymaster@Michael: You can add your image url in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#content article { background-image: url("your-image-url"); }Sakin
Keymaster@Sergey: I am confused about that. Can you post in your site URL and explain please. Also, let me know which plugin are you using for multi-language.
Sakin
Keymaster@jacquelyn_jefferies: Then in your Link URL just add #
June 1, 2015 at 10:38 am in reply to: Previous / next buttons in slider not showing well in Internet Explorer #58697Sakin
Keymaster@Sandra1970: Why it is showing like that in your site. Maybe of you child theme css. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#slider-nav .slide-previous, #slider-nav .slide-next, #slider-nav .slide-previous:before, #slider-nav .slide-next:before, #slider-nav .slide-previous:hover:before, #slider-nav .slide-next:hover:before { color: #33ccc9; }Sakin
Keymaster@Bert: Yes thanks @mosign. It’s really hard to make perfect fit for menu items. Longer the menu items, it becomes difficult to manage it. Looking at your site, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 1280px) { .catchresponsive-nav-menu a { padding: 0 15px; } } @media screen and (max-width: 1152px) { .catchresponsive-nav-menu a { padding: 0 12px; } } @media screen and (max-width: 1100px) { .catchresponsive-nav-menu a { font-size: 14px; } }Yes, in mobile version you will see 3 horizontal bars. That’s standard.
Sakin
Keymaster@effess: Not sure about that, I need to check in your site. So, please send me your site URL.
Sakin
Keymaster@aparente001: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead #hgroup { clear: both; padding-left: 0; }Sakin
Keymaster@robertjm: You can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-generator { padding-top: 25px; padding-bottom: 25px; }Sorry I don’t know which document are you talking about. We only have document for Theme Instructions at http://catchthemes.com/theme-instructions/catch-box-pro/
-
AuthorPosts
