Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@philippe: Not so sure about that. As this theme is not designed that way. But you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to make your thumbnail image to the right of the excerpt content.
.entry-summary .wp-post-image { display: inline; float: right; width: 30%; }Sakin
KeymasterHello jim,
Now sure about that.
Regards,
SakinSakin
KeymasterHello Alain,
Problem is fixed and also we have come up with Video about Custom Menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Regards,
SakinSakin
KeymasterHello Jim,
Sorry, your question is not so clear. Do you mean to change the slider layout or the content layout. I am bit confused.
For Slider, you can you Image Slider and upload the image as per your need and then change the text layout with CSS.
Regards,
SakinSakin
KeymasterHello Jim,
To center your logo, first you need to disable the Header Right section from “Appearance => Theme Options => Header Right Sidebar Options” and check in “Disable Header Right Sidebar” and save changes.
Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .logo-wrap { display: block; float: none; text-align: center; width: 100%; } #site-logo { float: none; } #site-logo a img { float: none; padding: 0; }Regards,
SakinSakin
KeymasterHi Maeve,
See the features addition in Catch Evolution Pro at theme instructions page http://catchthemes.com/theme-instructions/catch-evolution-pro/
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 960px) { body, button, input, select, textarea { font-size: 22px; } }Sakin
Keymaster@maevamena: You are not supposed to any any HTML code in Footer Code in Webmaster Tools. This is for scripts like Google Analytics, Add This, Facebook and so on. So, this place, you can add scripts but not HTML code.
To change the Footer Text, you need to upgrade to Catch Evolution Pro, where you will get “Footer Editor Option” in Theme Option panel to change the text.
Sakin
Keymaster@dallakyan: You can replace the image url in the following CSS and css in “Appearance => Theme Options = Custom CSS” box to add background image in header.
#hgroup-wrap { background-attachment: fixed; background-image: url("http://catchthemes.com/demo/catch-kathmandu/wp-content/themes/catch-kathmandu-pro/images/demo/kathmandu-durbar-square-1280x600.jpg"); background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Sakin
KeymasterHello Philippe,
1. For Header right advertisement, you need to upgrade to Catch Box Pro theme and then you will get Header Right Sidebar and then you can add Advertisement widget in Header Right Sidebar from “Appearance => Widgets”.
2. You can reduce the word count of the excerpt from “Appearance => Theme Options” and change the Excerpt Length in Words.
3. You can change the background color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #eee; }Regards,
SakinSakin
KeymasterHello Birgit,
Sorry this error has nothing to do with the Theme. This is your server and plugin incompatible issue. So, please check in with your Website Hosting server and the plugin support forum.
Regards,
SakinSakin
Keymaster@Michaela: Sorry I don’t think Catch Everest Theme has space before unordered list. Can you post your URL where you have that spaces. I need to check in.
Sakin
Keymaster@philippe: Ok I see there is problem with the french language file fa_IR.po. We will fix this in new version update. Thanks.
Sakin
Keymaster@LaurenReneL: Let me know the font that you are trying to add in and if that is a google font then we will sure add in next version update. Also you don’t need to disable that plugin. You can use that plugin font and ignore our font family options. It’s all your options.
Sakin
KeymasterHi Maeve,
You can change the color code in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.
.hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border-color: #ddd; }If you want to remove then the css will be as below:
.hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }Regards,
SakinSakin
Keymaster@shamwow: Which slider type you are using it. If you are using Featured Image Slider, then you can add in link in the “Link” box. See this screenshot of Image Slider Options http://www.pinterest.com/pin/548594798329509357/ where you have option to add in Image URL, Link URL, Target, Title and Content as you need it.
I am not so sure what you are talking about. If you are talking different then please explain in reference with your site URL.
Sakin
KeymasterHi Jeff,
Yes JetPack post by email will not work on Localhost. So, you need to make your site live as well as configure your settings. See the details at http://jetpack.me/support/post-by-email/ and then if you have any problem with this plugin then you need to post in Jetpack plugin support forum at http://wordpress.org/support/plugin/jetpack
Regards,
SakinSakin
KeymasterHello David,
You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Menu Hover and Active Background Color */ #branding ul.menu li:hover > a, #branding ul.menu a:focus, #branding .menu .current-menu-item > a, #branding .menu .current-menu-ancestor > a, #branding .menu .current_page_item > a, #branding .menu .current_page_ancestor > a { background: #408A8B; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#036566, #408A8B); background: -o-linear-gradient(#036566, #408A8B); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036566), to(#408A8B)); /* Older webkit syntax */ background: -webkit-linear-gradient(#036566, #408A8B); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036566', endColorstr='#408A8B'); /* for IE */ } /* Remove Border left in Menu */ #branding ul.menu li { border-left: none }Regards,
SakinSakin
KeymasterHello Alain,
I just check in Adventurous 0.3 Menus Locations and it is showing two locations at “Appearance => Menus => Manage Locations”
1. Header Right Menu
— This will show your custom menu in header right section
2. Header Secondary Menu
— This will show your custom menu above your slider.Further, if you don’t want Header Right section then you can disable it from “Appearance => Theme Options => Header Options” and check in “Disable Header Right Section”.
It’s really strange why you are not seeing header right section. For this I need to check in your server. So, I will send you personal email.
Regards,
SakinSakin
Keymaster@baanderson: It’s because your logo fits in the width so it doesn’t resize it. If you want to change then you can change it manually. Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen Max Width: 960px */ @media screen and (max-width: 960px) { #site-logo { width: 18%; } #site-details { float: right; width: 80%; } } -
AuthorPosts
