Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@A.J.: I will not be able to check in without your site URL where you have this issue. Looks like you are trying to use different slider.
Sakin
Keymaster@Michaela: Text widget takes HTML hyperlinks. So, you can just add it. For example, if you want to add in the text widget to Catch Themes. It will be like below:
This is widget text and below in the link to Catch Themes <a href="http://catchthemes.com" title="Catch Themes" target="_blank">CatchThemes</a>For more check out HTML link tutorial
Sakin
KeymasterHello Anne-Pia Hansen,
I am totally confused now as I just check in both of your site http://tekstiltrolden.dk/ and http://garnmasken.dk/ which uses same width. I check in CSS and also used Ruler to check in width, there is not even 1% of deviation.
Regards,
SakinSakin
Keymaster@Bouncedancer: That is default “Archives” widgets from WordPress and we are not allowed to change anything. If you need different type of Archive, then you need to search for plugin at http://wordpress.org/plugins/
Sakin
KeymasterHello Anne-Pia Hansen,
1. This theme is not designed to become wider, why don’t you try our other theme like Catch Evolution Pro, Catch Everest Pro, Catch Kathmandu Pro and Adventurous Pro. These are wider themes. Also can you let me know how much wider you want and if you make the content width wider then you need to reduce the sidebar with smaller. So, think about it and let me know it in details.
2. I don’t understand this question. If you look at your post http://garnmasken.dk/oversaettelser/, there is one page title “Engelsk Oversættelser” and another you have added h1 tag in your content as “Oversættelser”. So, if you remove the content H1 tag then you won’t get 2 header.
3. You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your menu items bold.
#branding #access, #access-secondary { font-weight: bold; }Regards,
SakinSakin
Keymaster@Bouncedancer: Sorry I don’t understand what you mean. Can you explain in reference to your archives page URL.
Blog will look like this: http://catchthemes.com/demo/catch-evolution/blog/
Daily archives will look like this: http://catchthemes.com/demo/catch-evolution/2012/03/15/Sakin
KeymasterSakin
KeymasterHi Maeve,
Are you talking about Sub-menu not being able to click, this is due to the change is font sizes you have made. So, now you need to change the position as well. Just add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 48px; }Regards,
SakinSakin
KeymasterHi Maeve,
You can adjust the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
.widget ul li { font-size: 13px; } #secondary .widget.widget_nav_menu { background-color: #fff; } #secondary .widget.widget_nav_menu a { color: #1982d1; }Regards,
SakinSakin
Keymaster@wendy: It’s not the page. It’s the function that controls the homepage headlines. So, if you want to edit this then first you need to build child theme and create new functions.php file in your child theme and then copy function
catchkathmandu_homepage_headline()fromcatchkathmandu-functions.phpfile and paste it in your child themefunctions.phpfile. Then need to replace the following code
if ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) ) {with the following
if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) {This is bit technical. So, I hope you understand it.
Regards,
SakinSakin
KeymasterHi Maeve,
Height is also flexible. Depends on your need and design.
Regards,
SakinSakin
KeymasterHi Maeve,
Sorry was too sleepy 🙂
Regards,
SakinSakin
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/
-
AuthorPosts
