Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@KitSinclair: When I check in your site, there is no alt text in the image. Maybe you have already remove it.
But to edit this, it’s bit complicated.
1. First you need to build child theme. You can check our tutorial and also download the sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
2. Open the file catcheverest-functions.php file from catch-everest theme directory. Then copy whole function codecatcheverest_post_sliders()to your child theme functions.php file
3. Then you and edit that code. Just remove all Permalink to and save your functions.php file and just activate your child theme.
4. Sometime, you need to save changes in your Theme Options panel to clear the cache.Sakin
Keymaster@lorencowka: So what you want to do it? Can you explain it so that I can send you css for that. Maybe you can show me screenshot of what you want.
November 29, 2014 at 11:25 pm in reply to: How can I change or choose Facebook share picture? #48265Sakin
Keymaster@Salome: This is done by Open Graph system and this falls in plugin territory. I also gave you link to test your open graph https://developers.facebook.com/tools/debug/. It is working fine in your blog post as it see the featured image and take the featured image as the open graph image. But your homepage, list all the latest post. So, it takes the first featured image.
WordPress SEO by Yoast is the best plugin to handle this and it also improves your site Search Engine Optimization.
Sakin
Keymaster@benowchiro: Buying is your decision and I don’t force you. Just purchase it when you feels like to or donate to free version. It’s all your wish.
1. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.widget.widget_recent_entries ul { list-style: disc; } .widget.widget_recent_entries ul li { margin-left: 20px; }2. To add separator image, you have two options.
First, you can use the css and add image with that.#masthead { background: url("Iamge-URL") repeat scroll center bottom transparent; }Second option, you can upload Header Featured Image Form “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, select “Entire Site”.
3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post .entry-title { text-align: center; }Sakin
Keymaster@Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main { padding-top: 0; }Also, I see that you have following css in Custom CSS, which you need to change it. So, find the following css:
.page .entry-title { display: none; }
and replace it with following:
.page .entry-header { display: none; }Sakin
Keymaster@lorencowka: What is your issue with the search. I don’t know how you have added in search in menu. As we don’t have that option in our theme.
-
AuthorPosts
