Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Farmaciola: It’s because of your customization. If you check our demo page http://catchthemes.com/demo/catch-everest/category/blog/, you will not see the issue.
When I check in details I see that there is code adding margin 75px left and right above your title and above your content in posts. The code looks like following. You need to remove that.
<div style="margin: 0 75px;">Sakin
Keymaster@edwardian57: Add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-content { margin: 0; }Sakin
Keymaster@wendy: There is no option to show Homepage headline and subheadline in all pages. Currently it only support adding it in Homepage only, that is why it is called Homepage Headline. That you can add from “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”
But we are in process of changing this option as Promotion Headline just like we have recently activated in Adventurous Pro theme. For this you have to wait for update in Catch Kathmandu Pro theme soon.
Sakin
Keymaster@HR-Flex: Sorry to hear that your slider is not working. When I check in your site, the slider code is working fine. Looks like there is conflict with your plugin. Have you recently activated or updated any new plugins. Try deactivating plugins and check in. I feel doubt in “WooCommerce Widget Product Slider” plugin.
Sakin
KeymasterHi Maeve,
Header Right Sidebar is flexible width. But don’t upload maximum with image as if the width is larger, the whole Header Right Sidebar will move below your logo. So, looking at your site, I would recommend it about maximum of 728px width. But smaller is better.
Regards,
SakinSakin
KeymasterHi Marve,
You can adjust the padding and margin in the following CSS as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
/* For space below menu */ #main { padding-top: 40px; } /* For Space between widgets */ #secondary .widget { margin-bottom: 30px; padding-bottom: 30px; }Regards,
SakinSakin
KeymasterHi Michaela,
Yes because the above #secondary { width: 240px; } will work for you. As in when you define width 240px, you will get 160px of width in your sidebar. If you want then you can add that’s not a problem. But it’s just repeating and it will be as below:
#primary { width: 900px; } #secondary { width: 240px; } @media screen and (max-width: 1344px) { #primary { width: 840px; } #secondary { width: 240px; } } @media screen and (max-width: 1280px) { #primary { width: 770px; } #secondary { width: 220px; } } @media screen and (max-width: 1152px) { #primary { width: 690px; } #secondary { width: 200px; } } @media screen and (max-width: 1024px) { #primary { width: 630px; } #secondary { width: 200px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sorry, this optional sidebar option is there only in Pro version. See more additional features in Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@piscesflydesigns: Sorry this social media is not controlled from theme. You need to use plugin. I would recommend you to use WordPress SEO by Yoast plugin, where you can setup setting for your Social Media. After you activate that module it will show the featured image with your URL. Also you can look for other interesting plugins at http://wordpress.org/plugins/
Sakin
Keymaster@piscesflydesigns: You can add the following css in “Appearance => Theme Options => Custom CSS” box, which will hide it for user who is not logged in.
.entry-meta { display: none; } .logged-in .entry-meta { display: block; }Sakin
Keymaster@piscesflydesigns: Thanks for your appreciation. Have a nice day.
Sakin
Keymaster@piscesflydesigns: Looks like you don’t have post to display in Homepage. For this, either you need to create new post and publish it or you can assign static homepage from “Settings => Readings” and in “Front page displays”, select “Front page” and choose the page you want to show in homepage and save changes.
Sakin
Keymaster@bxdavi2: Site looks heavily customized. I see that you have remove the footer in Catch Box Free Theme. But you are not supposed to remove theme Catch Box from footer. You need to mention this somewhere. This is only the recognition that we receive for providing free theme and free support. I hope you understand this.
If you restore the footer file and functions then menu will show up. To edit the footer copyright information, you need to upgrade to Catch Box Pro theme where you will get Footer Editor option in Theme Options panel.
Sakin
KeymasterHi Michaela,
Looks like you need to upgrade to Pro version.
1. Then you can use “2. Catch Kathmandu: Advertisement” widget and add your Google Ads code in Header Right Sidebar.
2. For this you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#primary { width: 900px; } #secondary { width: 240px; } @media screen and (max-width: 1344px) { #primary { width: 840px; } } @media screen and (max-width: 1280px) { #primary { width: 770px; } #secondary { width: 220px; } } @media screen and (max-width: 1152px) { #primary { width: 690px; } #secondary { width: 200px; } } @media screen and (max-width: 1024px) { #primary { width: 630px; } #secondary { width: 200px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }3. You have option to use Page Sidebar and further choose Optional sidebar one, Optional sidebar two and optional sidebar three. So, depending on the pages, you can choose the sidebar to display. You can add different ads widgets in different sidebar. If you want for options, then you can activate “Jetpack” plugin “Widget Visibility” module and then add widget with visibility condition.
Regards,
SakinSakin
KeymasterHello Kent,
First, you need to disable your Header Right Sidebar from “Appearance => Theme Options => Header Right Sidebar Options” and then check in “Disable Header Right Sidebar”.
Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-left { float: none; text-align: center; width: 100%; } #site-logo { display: block; float: none; margin: 0 auto; width: auto; } #site-logo a { display: inline-block; }Sakin
Keymaster@gladavisj: It depends on what you want to hide it. For example: ff you just want to hide Masthead then you can start you condition tag before
<header id="masthead" role="banner">
and end after
</header><!-- #masthead .site-header -->Sakin
Keymaster@KingBetts: Sorry but this “No Sidebar, Full Width” layout is only there in Catch Evolution Pro theme and it will automatically take larger image size of 1190px by 500px. But I see that you are using Catch Evolution Free version and there you don’t have this option.
But if you can customize it, then it’s bit technical and you can accomplish this in your free version as well. Sorry, I will only be able to guide you in this. You first need to create Child Theme. Then copy
content.phpfile in your child theme and then edit the following code with your image size.
<?php the_post_thumbnail( $imagesize ); ?>June 19, 2014 at 10:56 am in reply to: Remove time, author, categories & tags from blog posts #35361Sakin
KeymasterHi Maeve,
Thanks for your appreciation.
You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the entry meta.
.entry-meta { display: none; }Have a nice day.
Regards,
SakinSakin
Keymaster@gladavisj: You shouldn’t remove
get_header();andget_footer();. These are required.if you want to edit that you can either do from action hook or you can copy header.php and footer.php files and add conditional tags.
For example for pages you can use
is_page()oris_page_template(), depending on your requirement. -
AuthorPosts
