Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dudley: The only way to remove the post meta will be by building child theme and editing the functions. But yes you can hide it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { clear: both; }Sakin
Keymaster@greengiant: For Labeling of the Featured Slider from Blue to another color. I will give you the code to add in your “Appearance => Theme Options => Custom CSS” box. You just need to send me the HTML color code that you like.
Yes Footer Widget and Footer can be changed from Color Options. You just send me your site URL after you upgrade to Pro version and then I will help you out.
Sakin
Keymaster@Benedikt: For screenshot, you need to upload in your site or any photo sharing site and add in url here.
I see the issues here. You have choose “Full Content Display” from Theme Options panel. But then in your post you have split the post content using more tag. So, in the homepage, it will only show the post content before more tag. See this for more about More Tag http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@Benedikt: Sorry not sure that you mean. Can you explain please with screenshot or the url to the post that you are talking about.
Sakin
Keymaster@redappleeducation: thanks for your question but you should have posted in your site URL so that I could check in live. Next time please ask question specific to your site URL.
Now, I assumed that you are using Catch Kathmandu Free theme and you can check out the theme instruction page first at http://catchthemes.com/theme-instructions/catch-kathmandu/
1. I cannot change the graphic on the homepage?
— There are 3 elements in Homepage of Catch Kathmandu and further you can also enable latest post or static page under it.
1.1 Featured Slider:
* First, you need to create post from “Posts => Add New” and add in the Featured image in your post.
How to add Featured Image in Post?
* Open the editor of the post where you want to display image, and locate the Featured Image module in the bottom right corner under Page Attributes. Click on Choose a Featured Image.
* Then you can either upload the image from your computer or select the existing image from your media library and click on Set Featured Image. Click to view screenshot
* Then you need to go to “Appearance => Theme Options => Featured Slider” and in Slider Options, select Post Slider or Category Slider.
* If you choose “Post slider” then you need to go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and simply insert the ID numbers for Posts in the boxes, one Post ID number in each box. Click to view screenshot
But if you choose “Category Slider”, then you need to go to “Appearance => Theme Options => Featured Slider => Featured Category Slider Options” and select the category.
* Click on Save Changes button
But if you want Featured Image Slider where you want independent image slide then you need to upgrade to Pro version. See the Catch Kathmandu Pro version theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/1.2 For Homepage Headline
This headline comes with default text. You have the option of changing headline and sub-headline text or disabling it through “Appearance => Theme Options => Homepage Settings => Homepage Headline Options” in your WordPress Dashboard.1.3 For Homepage Featured Content
Homepage Featured Content Options give you the ability to showcase your portfolio, photos, articles or services in Homepage. By default, this featured content is shown with default images and texts. You can either change the image and text or disable it through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” in your WordPress Dashboard.1.4 Enable Latest post or static page
* Go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” in your WordPress Dashboard
* Next to “Enable Latest Post or Page?”, check the box that says “Check to Enable” and save changes.2. is there a way that I can reduce the height of the header?
— For this, I need your site URL. But I am just generalizing that you are using default settings. You can adjust the padding as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box.#site-logo, #hgroup { padding-top: 20px; } #hgroup-wrap { adding-bottom: 20px; }3. Finally, how do I change font of the titles in the menus (homepage).
— You don’t have font option in Free version, you need to upgrade to pro version. You can add web-fonts css in “Appearance => Theme Options => Custom CSS” box.
#masthead .menu { font-family: sans-serif,Arial; }Sakin
Keymaster@oddfacts: I just check in your and it all looks good. I see that you have installed W3-total-Cache plugin. You can clear your cache from plugin settings and check in.
Sakin
Keymaster@Dudley: Sorry I am not sure what you are talking about. Are you talking about the Search Box that appears in your homepage content area. This will appear when you don’t have any post at all and you “Settings => Readings” is set to “Your latest posts”.
For this you either need to add posts from “Posts => Add New” or you need to set static page in your homepage from “Settings => Reading”.
Sakin
Keymaster@Sharleen: It’s confusing, you are using Catch Everest theme and asking support for Catch Kathmandu Theme. Anyway, I just check in the latest version of Catch Kathmandu Free theme and it’s working fine in chrome and IE. Maybe, you have disable responsive design from “Appearance => Theme Option => Responsive Design”
Sakin
Keymaster@Melsu: Yes custom footer is only in Pro version. IN free version you only have Footer Areas to add in footer widgets but not the footer copyright info.
Sakin
Keymaster@iheskiel: Sorry you don’t have that option in Catch Everest Free Version. You need to upgrade to Pro version where you have add Widget to Header Right or Header Top Sidebar from “Appearance => Widgets”
Sakin
Keymaster@Melsu: I see that you have customize the Catch Kathmandu core theme files like I don’t see the footer that is why it is not loading your slider. Can you update Catch Kathmandu to latest version and don’t edit core theme files.
Sakin
Keymaster@script: Sorry the option to disable responsive design is only available in Pro version.
Sakin
Keymaster@Melsu: Have you recently activated any new plugin or update the plugin. There might be conflict with the plugin. try deactivating plugins. Also send me your site URL so that I can check in.
Sakin
Keymaster@Benedikt: You can edit the margin bottom on the following css and add it in in “Appearance => Theme Options => Custom CSS” box.
p { margin-bottom: 15px; }If you blogroll text widget in your sidebar. You have code as following.
<p><a target="_blank" href="http://www.lawblog.de/">lawblog </a><br> <br><a target="_blank" href="http://blog.strafrecht.jurion.de/"><span class="caps">JURION</span> Strafrecht Blog </a><br> <br><a target="_blank" href="http://www.internet-law.de/">Internet-Law</a><br> <br> <a target="_blank" href="http://blog.delegibus.com/">De legibus Blog</a><br></p>You can remove
<p>and double<br>tags and will be as<a target="_blank" href="http://www.lawblog.de/">lawblog </a><br> <a target="_blank" href="http://blog.strafrecht.jurion.de/"><span class="caps">JURION</span> Strafrecht Blog </a><br> <a target="_blank" href="http://www.internet-law.de/">Internet-Law</a><br> <a target="_blank" href="http://blog.delegibus.com/">De legibus Blog</a>Sakin
Keymaster@Norka: Can you check your settings at “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and check “Enable Latest Posts”.
Sakin
KeymasterHello Yuliya,
1. It’s not working as you have added php code in custom css box. You should only add css. You need to remove the following code from Custom CSS box.
<?php qtrans_generateLanguageSelectCode($type='both'); ?>2. Worked great!But no menu text is grey and not visible – is it possible to change it into white?
— You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget-area .widget a { color: #fff; }3. Sorry I don’t know what you are talking about. If you want to change the footer content then you can upgrade to pro version where you have Footer Editor Options in Theme Options panel.
4. ok
5. Great – itworks!But meanwhile I added youtube and Google+, and also plan to add Facebook next week. Would you be so kind to send a magic code for these social networks as well.
— You can add the following css in “Appearance => Theme Options => Custom CSS” box.ul.social-profile li.facebook a { background-position: 0 -43px; } ul.social-profile li.google-plus a { background-position: -173px -43px; } ul.social-profile li.you-tube a { background-position: -87px -43px; }Sakin
Keymaster@pierslewis: It’s your migration problem. When you migrate your database you need to do search and replace with serialized data. You can use the code in this site https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to search and replace database when you transfer to live site.
-
AuthorPosts
