Forum Replies Created

Viewing 20 posts - 4,221 through 4,240 (of 14,509 total)
  • Author
    Posts
  • in reply to: Featured content tabs for homepage display page as h1 #55498
    Sakin
    Keymaster

    @oleymedia: H1 tag per article tag is good for SEO in HTML5 and we have carefully designed H1 tags with special attention on header tag and headings. It is not good if you are using HTML4. But, Catch Responsive theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.

    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

    in reply to: drop down menu options do NOT have same look as top menu #55494
    Sakin
    Keymaster

    @robertjm: Yes, that is the design of the site menu. If you want to make same then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #branding ul.menu ul a {
    	background: #3d3d3d; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#585858, #3d3d3d);
    	background: -o-linear-gradient(#585858, #3d3d3d);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
    	background: -webkit-linear-gradient(#585858, #3d3d3d);
    	color: #eee;
    	font-size: 14px;
    }
    in reply to: Problem with featured category option #55475
    Sakin
    Keymaster

    @alphaxyz: Thanks for your appreciation and sorry for the trouble 🙂

    in reply to: Change Catch Responsive Menu Bar Color #55473
    Sakin
    Keymaster

    @joli: Please share your site URL and let me know the color code that you want to change to then I can give you css. For example, you can change the color code in the following css and add in “Appearance => Customize => Theme Options => Custom CSS Options” to change the background color of the menu.
    .nav-primary { background-color: #222; }

    Note: Detail color options are there in pro version from where you can simply choose color from color picker to change the color of various elements from “Appearance => Customize => Color Options”. For more info about additional option in pro version, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Responsive not working #55472
    Sakin
    Keymaster

    @Dona: I check in your site from mobile device and it’s working fine. Can you explain which photo are you talking about. Maybe you can share screenshot.

    in reply to: change background color #55471
    Sakin
    Keymaster

    @Kim: Just got to “Appearance => Theme Options => Color Options => Site Color Options”. Then click on site background color and change the color.

    Sakin
    Keymaster

    @ghostzapper: Yes, you can change that to German language. For that you need to create de_DE.po and de_DE.mo file from catchbase.pot using free poedit software from http://poedit.net/. I will email you with the sample file and you can do the complete translation.

    in reply to: Featured content posts – titles not showing #55466
    Sakin
    Keymaster

    @Oliver: You can update to latest version of Catch Responsive Pro 2.0 which was released yesterday and it will work. You can check out theme instructions page at http://catchthemes.com/changelogs/catch-responsive-pro-theme/

    For update instruction, you can follow instruction in http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: How to force "full" size featured content image #55443
    Sakin
    Keymaster

    @oleymedia: Using full large image is not good for site loading. If you want your image not to be cropped then you can upload the image of Width: 350px and Height: 197px. If your image is above this then it will crop automatically.

    But if you upgrade to pro version, you will get option to use Featured Image Content, where you can upload image of your own choice.

    in reply to: Problem changing content & sidebar width #55442
    Sakin
    Keymaster

    @allison: You custom css is wrong. You don’t need to add all those margin. You can simply add the width like below:

    #primary { width: 72%; }
    #secondary { width: 25%; }
    in reply to: Un-link Slider Images #55440
    Sakin
    Keymaster

    @cosmiccarletti: I see that you are using featured post slider which automatically link to the post. So, there it 2 way that you can remove the link.
    1. Simply upgrade to pro version and then use Featured Image slider. Here you can upload image of any size or without image, link or without link, title and content all as per your need.
    2. Or you need to build child theme and then copy function catchkathmandu_post_sliders from parent theme to your child theme functions.php file and then remove link

    in reply to: How to change standard text? #55438
    Sakin
    Keymaster

    @vigilant_spb: Not sure about this much. But we keep all translation file in language folder of theme directory. If you are translating Catch Box theme then you can contribute it and we will add in core theme. So, you don’t haven’t to worry about the update issue.

    Ok I will send you email for more details.

    in reply to: Link Color #55437
    Sakin
    Keymaster

    @rickm813: In the following css, you can change the color code as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    a { color: #1b8be0; }

    in reply to: change menu font/size #55435
    Sakin
    Keymaster

    @Katherine: First of all to change the font family to Oswald. You need to go to “Appearance => Theme Options => Font Family Options” and set any one element Font as Oswald. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu a {
        color: #fff;
        font-family: "Oswald",sans-serif;
        font-size: 20px;
        text-transform: uppercase;
    }
    in reply to: Want to curtail Featured Content #55415
    Sakin
    Keymaster

    @Maria: There will be update releasing today which will fix this issue. Actually it is supposed to list excerpt text only. Also to let you know you can control excerpt content using more tag <!--more-->. Just insert this <!--more--> in your page content which will split content and the content above this more tag will show in your featured content. For more about more tag, Click here

    in reply to: remove space above header #55389
    Sakin
    Keymaster

    @Katherine: Cool that you found it 🙂

    in reply to: Can't get sidebar on blog page only #55386
    Sakin
    Keymaster

    @Six Mile Sourdough: This is strange, we need to look at this in detail and let you know it

    in reply to: Custom Menu Widget Colors in Header Right #55385
    Sakin
    Keymaster

    @David: It should work as I just check in your site and it’s working. You can add in and let me know it. You need to refresh your browser after you make the changes.

    in reply to: Excerpt On Slider #55384
    Sakin
    Keymaster

    @rickm813: You either need to activate old theme and delete it and then active our theme. Or you need to to add Excerpt by building child theme and delete it.

    in reply to: Can't get sidebar on blog page only #55332
    Sakin
    Keymaster

    @Six Mile Sourdough: Is that for new page or old page. Can you create new page and try to change the layout. If this problem still exist then let me know it and I will check in your server.

Viewing 20 posts - 4,221 through 4,240 (of 14,509 total)