Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Sevian: Still confused. Maybe you can share with me your design that you wanted to accomplish. Upload the screenshot in your site or any photo sharing site and post in your image URL here.
Sakin
Keymaster@probogus: Which theme are you checking in? Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro themes are WPML plugin compatible.
Sakin
Keymaster@kk078914: This is not because of theme update. If you have theme update only then it will look like our demo page http://catchthemes.com/demo/catch-everest/
But I see that there is conflicting CSS added in you site. For example http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css?ver=3.1.1. Why are you add Bootstrap. Remove this and it will work fine.
Sakin
KeymasterHi Ian,
That link also doesn’t work. I am asking for your site domain URL.
Regards,
SakinSakin
Keymaster@pennsavage: To remove that, first you need to build child theme of Catch Evolution Theme. Then you need to copy
content-single.phpfile in your child theme and edit the line no 27 where you will find the following code.
$utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchevolution' );Change this to
$utility_text = __( 'This entry was posted in %1$s and tagged %2$s', 'catchevolution' );For details about build child theme. Read this http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@pennsavage: I just check in your site and see that post the social media icons in your posts are not from our theme. One I found that you have added from “Simple Share Buttons Adder” plugin and another from Sharethis script.
Sakin
Keymaster@karolinaannajarosz: We are in the process of adding this feature. So, you will have to wait for sometime to complete our development and testing.
Sakin
Keymaster@bobmacoy: That is not a problem.
1. Just for to “Appearance => Header”. Then in “Select Image” you can just click on “Browse” and upload your image. After you upload you will get “Crop Header Image” as shown in this screenshot http://www.pinterest.com/pin/548594798331307420/. Then crop the desire area or select the full image and then click on “Crop and Publish”
2. Then in “Header Text” just uncheck “Show header text with your image” and click on “Save Changes”.Sakin
Keymaster@Keren: This is quite interesting feature that you are asking for. I am sorry I don’t think there is plugin for this. Try searching at http://wordpress.org/plugins/
Sakin
Keymaster@rgamlam: For reducing the widget margin and removing the border inside your about widget. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { margin-bottom: 25px; margin-bottom: 2.5rem; } .jetpack-image-container .wp-caption { border: none; }But for combining widgets is bit problematic. I have added the following css which you can try adding in. If this works then it’s great. Otherwise, sorry you need to hire customizer to do this.
#secondary { border: 1px solid #eee; } #secondary .widget { border: none; box-shadow: none; }Sakin
KeymasterHi Alain,
There is two options.
1. Either you can change the color by adding in the following css in “Appearance => Theme Options => Custom CSS” box..site {background-color: #d8f0fc;} #featured-post { border: none; }2. Or you can remove the margin by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post { border: none; margin-bottom: 0; }Sakin
Keymaster@probogus:
1. OH you are changing from Full Width to 1200px center fit. You can add the following css in “Appearance => Theme Options => Custom CSS” box and it will adjust it..site { display: block; margin: 0 auto; width: 1200px; } @media screen and (max-width: 1224px) { .site { width: 1024px;} } @media screen and (max-width: 1060px) { .site { width: 900px;} } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .site { width: 1024px;} } @media screen and (max-width: 960px) { .site { width: 700px;} } @media screen and (max-width: 767px) { .site { width: 380px;} } @media only screen and (min-width: 480px) and (max-width: 767px) { .site { width: 440px;} } @media screen and (max-width: 479px) { .site { width: 300px;} } @media screen and (max-width: 320px) { .site { width: 100%;} }2. You can change the color code as per you need in the following css where I have change to white color code and add it in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #fff; }May 26, 2014 at 10:55 am in reply to: Button colour change & how to centre content in sidebar #32425Sakin
Keymaster@Ian: Sorry for the late reply. I try to open your site but it’s not opening. Can you check in your site URL. Once you correct this URL so that I can check in and will send you custom CSS to do that.
Sakin
Keymaster@AKMARK5000: Sorry for the late reply. I check in your site but it’s still under test mode. So, I couldn’t check in. Now, I am giving you answer on the basis of default @AKMARK5000: Catch Box Pro theme design. Also I don’t know how much you want to reduce it.
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main { padding: 1em 0 0; } #primary { margin: 0 0 0 1%; width: 64%; } #content { margin: 0; width: 100%; } #secondary { margin: 0 1% 0 0; width: 32%; } @media screen and (max-width: 960px) { #primary { margin: 0; width: 100%; } }Sakin
Keymaster@Carlon: Thanks and the problem was solved with the latest version installation.
Sakin
Keymaster@Antoniodcard007: If you are using Empty in URL in our custom menu then in your Labels for that menu should be as
<span onClick="return true">CENTERPIECE RENTALS</span>Sakin
Keymaster@rgamlam: Yes, you can. I see that currently you are using default page menu. But you can build your custom menu from “Appearance => Menus” and add Pages, Posts, Categories, and Links as per your need. After you build the custom menu, you need to assign menu location from “Appearance => Menus => Manage Locations”. See thi screenshot http://www.pinterest.com/pin/548594798330820987/
Read more details about Custom Menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@dfwrgjeff: It’s just like the @Tim answered. You can just add the following css in “Appearance => Theme Options => Custom CSS” box to hide the page title.
.page .entry-header { display: none; }Sakin
Keymaster@Carlon: There is no image in your slider. I need to check in your admin section to find out the issue. I will email you and please reply me there.
Sakin
Keymaster@Paróquia: I checked in your site and is working fine. Did you solve that issue?
-
AuthorPosts
