Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Mark,
Sorry our theme don’t have anything to do with Google Cache. So, you might want to consider using WordPress SEO by Yoast Plugin then correct your links and also create your sitemap with it. Then you can use Google Webmaster Tools to inform google about it.
Sorry not in our scope.
Regards,
SakiDecember 2, 2014 at 10:15 am in reply to: take the slider from catch-kathmandu-pro and put it in the adventurous-pro theme #48370Sakin
Keymaster@Tim: The slide in Catch Kathmandu Pro and Adventurous Pro uses same script. The design changes as per the theme. So, this is unique. I don’t understand why you can to swap. There is no easy way to do that.
I hope you check in Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ , Featured Post Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and theme instructions http://catchthemes.com/theme-instructions/adventurous-pro/
Can you explain in detail please.
Sakin
Keymaster@Kim: Since you have remove the border in the widget image. You can also remove the padding and margin in the widget image to make the space even. So, can you find the following css in your Custom CSS box:
.widget_image img { border: none; }
Then replace it with the following css:.widget_image img { border: none; margin: 0; padding: 0; }Sakin
Keymaster@alemoy: Removing all will not look good. I think you can try the following css:
#site-logo { padding-top: 15px; } #hgroup-wrap { padding-bottom: 0; }Sakin
Keymaster@fmck718: That is for all the post and pages. But if you want to remove only on that post then you can add the following css instead.
.postid-917 .entry-content img { box-shadow: none; }Sakin
Keymaster@adamsh: Check this http://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/ . They also support WPML string translation which is supported only in pro version of our theme.
Sakin
Keymaster@saremcdee: Multi-language is always complicated as it’s done through plugin. We don’t have much control on it. SO, we have started to support only on Pro version with the help from WPML plugin team.
Sakin
Keymaster@fmck718: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-content img { box-shadow: none; }Sakin
Keymaster@saremcdee: I don’t see logo in your site. You can just go to “Appearance => Theme Options => Header Options”. Then uncheck “Disable Logo” and then add your logo URL in
Logo url and save changes.Sakin
Keymaster@adamsh: Sorry I don’t understand your issue in homepage. What do you mean by other pages are working and not homepage.
Sakin
Keymaster@adamsh: Sorry for this you need to ask in Polylang plugin itself. We don’t have control on it.
Sakin
Keymaster@toruah: I check in your site and you are using Catch Kathmandu Free version. If you want to disable the slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and then check “Disable” and save changes. But if you want to add in your own post in your slider then see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
Fore more check out:
Catch Kathmandu Theme Instruction: http://catchthemes.com/theme-instructions/catch-kathmandu/
Catch Kathmandu Pro Theme Instruction: http://catchthemes.com/theme-instructions/catch-kathmandu-pro/Sakin
Keymaster@Nobuki: Thanks yes, sometime plugins are problem child 🙂
Sakin
Keymaster@alemoy: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box:
#header-left { text-align: center; width: 100%; } #site-logo { float: none; }Sakin
Keymaster@lorencowka: You cannot make it full width just by the css as it’s wrap together with header code. So, you can make it center only. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box
#header-right { clear: both; text-align: center; width: 100%; } #header-right .widget { float: none; } #header-menu ul.menu { display: inline-block; float: none; }Sakin
Keymaster@lorencowka: Do you mean that when you click on search, it expands and make your menu height more. Then you can add the following css:
.header-sidebar #s { color: #ccc; } .header-sidebar #s:focus { width: 120px; color: #eee; }Sakin
Keymaster@KitSinclair: This is more of plugin question. So, the best option is to ask in the seo plugin support forum.
I check in your site and see that you are using WordPress SEO by Yoast plugin. As per my knowledge, for that you need to go to “SEO => Title & Metas => Home”. There you can change it.
Sakin
Keymaster@alemoy: Please post in your site URL then I will check in your header image and send you the css to make it center.
Sakin
Keymaster@Joaozinho: Look like css missing and we will update in new version. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box fore now:
.fixed-header #header-right .widget ul.menu ul ul { top: 0; } -
AuthorPosts
