Forum Replies Created

Viewing 20 posts - 3,601 through 3,620 (of 14,506 total)
  • Author
    Posts
  • in reply to: header image #58426
    Sakin
    Keymaster

    @Kingfisher: Sorry to header that. I hope you are recovering fast.

    Ok now I see that you are not taking about the header image but about the Featured slider. I see that you have removed the footer which is causing issue. The slider script will run in the footer and you have removed it. That is the reason it’s not sliding. So, please put it back and it will slide it.

    in reply to: Menu Position Slider / Featured Image #58425
    Sakin
    Keymaster

    @Marina: You can create custom menu from “Appearance => Menus”, Then you can add pages, post, links and category as per your need. There you can change the Label to change the menu text. See this screencast for Custom Menus http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and you can also check this screenshot which shows different element of menus https://www.pinterest.com/pin/548594798330820987/

    in reply to: Style h1-6 and footertext #58424
    Sakin
    Keymaster

    @Cattext:
    1. If you are trying to change H1 to H6 of the content, then your css will be as below:

    #content h1 { font-size: 36px; line-height: 1.2; margin: 0.3em 0 10px; color: #990000; }
    #content h2 { font-size: 26px; color: #990000; }
    #content h3 { font-size: 18px; line-height: 1.3; margin: 1em 0 .2em; color: #990000; }
    #content h4 { font-size: 16px; margin: 1.33em 0 .2em; }
    #content h5 { font-size: 14px; margin: 1.67em 0; font-weight: bold; }
    #content h6 { font-size: 12px; margin: 1.67em 0; font-weight: bold; }

    2. You can change the color code in the following css and add in your child theme style.css

    /* For Footer Widget Text and Link Color */
    #colophon #supplementary .widget-area, 
    #colophon #supplementary .widget-area a {
        color: #ddd;
    }
    /* For Footer Content Text Color */
    #colophon #site-generator {
        color: #ccc;
    }
    /* For Footer Content Link Color */
    #colophon #site-generator a {
        color: #eee;
    }
    in reply to: Change shadow color header #58422
    Sakin
    Keymaster

    @Cattext: Please share your site URL, as Catch Kathmandu Pro theme doesn’t have shadow for site title. You can check in our demo page http://catchthemes.com/demo/catch-kathmandu/. If you are trying to add in that you can add as the following css:

    #hgroup-wrap #site-title a {
      text-shadow: 2px 2px #fff;
    }
    in reply to: 404 error on body of page (header + sidebar works) #58420
    Sakin
    Keymaster

    @Renie: I think there is issue with your child theme code. Can you just activate the parent Catch Evolution Theme and check in.

    in reply to: Custom css for image image margin #58419
    Sakin
    Keymaster

    @Susie: Please post in your site URL and let me know if you have any specific margin that you want to add in. Can you explain in detail please, as if you see the demo site http://catchthemes.com/demo/catch-responsive/, you will see there is margin in the images. So, I am bit confused.

    in reply to: Contact Info Top of Page #58417
    Sakin
    Keymaster

    @Dave: Sorry I don’t know how you have added in. Please share your site URL so that I can check in. If that’s in header then please go to “Appearance => Widgets” form your WordPress Dashboard and then check your Header Right Sidebar and Header Top Sidebar. It must be there.

    in reply to: Change accent color #58416
    Sakin
    Keymaster

    @Connie: For Full Frame Pro theme, to change the color, you don’t need Custom CSS. Just remove that custom css. You can change the link color of Full Frame Pro from “Appearance => Customize => Color Options => Basic Color Options” and change the color in “Link Color”.

    in reply to: Footer background color #58414
    Sakin
    Keymaster

    @Connie: Not sure what you mean. Can you explain in reference with your site URL so that will be easier for me to understand.

    In Catch Flames Pro, you can go to “Appearance => Customize => Color Options => Footer Color Options” then change the color in “Footer Sidebar Area Background Color”.

    Sakin
    Keymaster

    @widespread: Sorry, I have edited the code above. Now you can try new one, where I replaced
    add_action( 'after_setup_theme', 'catchbase_featured_content' );
    with
    add_action( 'after_setup_theme', 'catchbase_wpml_invalidcache' );

    in reply to: Add a Social Icon to the header #58411
    Sakin
    Keymaster

    @alexmeierhh: Sorry but our social icons are not from Jetpack, it’s from Genericion. So, not sure how to add that. If you have this icon ready then I suggest you to upgrade to pro version where you have option to upload your custom social icon image and use it.

    in reply to: header image #58382
    Sakin
    Keymaster

    @Kingfisher: Can you post in your site URL? As when I check in our server, it’s working fine. I just uploaded about 5 images and then click on “Random uploaded headers”

    Sakin
    Keymaster

    @effess: Yes, then you don’t need to change anything. You can just add your additional responsive css in your child theme style.css. Let me know what are you trying to do it, send me your site URL and css that you want to add in.

    in reply to: widget tranparency #58379
    Sakin
    Keymaster

    @Mirjam: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary .widget {
    	background: #fff; /* Solid Background for old browser */
    	background: rgba(255, 255, 255, 0.5);
    }
    in reply to: Menu text size modification #58377
    Sakin
    Keymaster

    @roderick: For sidebar and footer sidebars font size, change it in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #secondary .widget-area, 
    #colophon .widget-area {
        font-size: 14px;
    }
    in reply to: How to disable posts shown on homepage #58366
    Sakin
    Keymaster

    @klaarbenje: Yes, you can create blank page and set that page as static front page from “Settings => Readings => Front page displays”, where you need to check “A static page (select below)” and select that page. This will show that static blank page in your homepage. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box to hide that page content.

    .home #content { display: none; }

    in reply to: Add a Social Icon to the header #58365
    Sakin
    Keymaster

    @alexmeierhh: Can you send me that you have created. So, that I can check in if we would add that. As in Catch Responsive theme, we use Genericons for Social Icons http://genericons.com/, which doesn’t have xing.com. So, you might want to request in Genericons to add in. Or you can upgrade to Pro version where we have option to add in custom social icon image. Upload any image and link as per your need.

    in reply to: Change in Footer #58364
    Sakin
    Keymaster

    @Slevinox: Which Footer Content are you talking about. If you are talking about Footer Widget content then you can edit that from “Appearance => Widget”

    in reply to: Footer 3 Widgets Not Displaying in 3 Columns #58362
    Sakin
    Keymaster

    @JamminJay: You are using old version of Adventurous theme. So, I am not ale to say it exactly. But I see the following extra css in you style.css file.

    .widget-area {
        margin-left: 1%;
        margin-right: 1%;
    }

    So, the best option at this stage will be to update your theme to latest version which will overwrite those css and will fix it. If not then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #supplementary .widget-area {
        margin-left: 0;
    }
    in reply to: Footer with qTranslate-X #58350
    Sakin
    Keymaster

    Thanks Carlo, we will make this theme soon compatible to qTranslate-X plugin.

Viewing 20 posts - 3,601 through 3,620 (of 14,506 total)