Forum Replies Created

Viewing 20 posts - 7,181 through 7,200 (of 14,497 total)
  • Author
    Posts
  • in reply to: slider center #35925
    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.

    in reply to: Text Widget with internal link #35920
    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

    in reply to: wider post fields and thicker font on menu bars #35919
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Add Blog Title to Archives #35917
    Sakin
    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/

    in reply to: wider post fields and thicker font on menu bars #35864
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Add Blog Title to Archives #35862
    Sakin
    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/

    in reply to: add featured image #35861
    Sakin
    Keymaster

    Hi Linda,

    Featured image in post and page can only have one featured image.

    Regards,
    Sakin

    in reply to: Problem with sub menu #35763
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Widget font size #35762
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: homepage_headline #35760
    Sakin
    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() from catchkathmandu-functions.php file and paste it in your child theme functions.php file. 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,
    Sakin

    in reply to: header right image #35759
    Sakin
    Keymaster

    Hi Maeve,

    Height is also flexible. Depends on your need and design.

    Regards,
    Sakin

    in reply to: Padding #35758
    Sakin
    Keymaster

    Hi Maeve,

    Sorry was too sleepy 🙂

    Regards,
    Sakin

    in reply to: Replacing tinynav #35756
    Sakin
    Keymaster

    @dmcleman: Nice 🙂

    in reply to: Margins on mobile devices #35668
    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;">

    in reply to: Remove Header Whitespace… #35667
    Sakin
    Keymaster

    @edwardian57: Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-content { margin: 0; }

    in reply to: homepage_headline #35666
    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.

    in reply to: Slider malfunction? #35665
    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.

    in reply to: header right image #35563
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Padding #35561
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Google Ads customization #35560
    Sakin
    Keymaster

    Hi 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/

Viewing 20 posts - 7,181 through 7,200 (of 14,497 total)