Forum Replies Created

Viewing 20 posts - 5,541 through 5,560 (of 14,497 total)
  • Author
    Posts
  • in reply to: Help to center the social widget in footer area one #49048
    Sakin
    Keymaster

    @Jacopo: Can you post in your site URL?

    in reply to: Theme slider on alternate page #49047
    Sakin
    Keymaster

    @Glen: Sorry I don’t understand your question properly. But if you are trying to disable slider in homepage and add it in news and updates page then this feature in not there. Yes, maybe you can search for plugin or hire a customizer.

    in reply to: top menu transparence #49012
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what is the issue there.

    in reply to: Featured Image slider pictures size #49011
    Sakin
    Keymaster

    @lucabriganti85: Can you post in your site URL so that I can check in. I think you are looking from very large screensize which screen resolution is more that 1600px. If that is the case then yes, it will show border on left and right. If you add image size more then 1600px it’s not good for the website as the image will be heavy and site will load slow. Just a note that the screensize above 1600px is only used by 2% of the web.

    in reply to: Text to the right of the Home Page Slider #49010
    Sakin
    Keymaster

    @delboorman: Sorry not sure what you mean. You can add in Welcome Text in your Sidebar which will be in the right side of our slider.

    in reply to: Reduce space between widges sidebar #49009
    Sakin
    Keymaster

    @lohanc:
    1. I see that you have already remove the border and also reduce the spaces between widgets
    2.
    /* For Custom Menu on Sidebar Color */
    .widget-area .widget.widget_nav_menu a { color: #757575; }

    /* Homepage Featured Content Titles */
    .entry-header .entry-title a { color: #222; }

    /* title of widgets */
    .widget-title { color: #222; }

    /* title of site and tag line */
    Go to “Appearance => Header” and change the “Text Color”

    in reply to: Featured Images and Links click through incorrectly #49008
    Sakin
    Keymaster

    @Whitney: I see that there in no Gap between your anchor and the video. That is why it’s happening like that. This is HTML Code issue and not theme issue.

    in reply to: how can I remove image shadow in optional homepage sidebar #49007
    Sakin
    Keymaster

    @Wim: I see that you have already removed the image shadow in your homepage sidebar and I am sorry that I done’ understand your 2 question.

    in reply to: ‘Breadcrumb NavXT’ border color #49000
    Sakin
    Keymaster

    @Zia: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .breadcrumb ul li a {
        background-color: #84927d;
        color: #fff;
    }
    .breadcrumb ul li {
        border-color: #3f532b;
    }
    .breadcrumb ul li a:hover, 
    .breadcrumb ul li.current_item {
        background-color: #3f532b;
    }
    .breadcrumb ul li.current_item a {
        background-color: #3f532b;
    }
    in reply to: Individual Sidebar Templates #48970
    Sakin
    Keymaster

    @Pascale: There is problem with your setting. I see that you want to use 3 column layout for your blog part. So, go to “Appearance => Theme Options => Layout Options => Default Layout” and select “Three Columns” as blog and archives pages take the default layout from Theme Options. Then for other pages/post, you can edit those individual posts/pages and change the layout.

    in reply to: Featured Content Images Off Center #48967
    Sakin
    Keymaster

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

    #featured-post figure {
        display: inline-block;
        margin: 0 auto;
    }
    in reply to: change the color of hyperlinks #48960
    Sakin
    Keymaster

    @alexmo: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    a { color: #21759b; }

    in reply to: Change Image size home in articles #48959
    Sakin
    Keymaster

    @knipser23: that is the base way to do that.

    in reply to: translate responsive box menu "menu" title #48955
    Sakin
    Keymaster

    @Boaz: Oh Sorry you don’t need that line in Catch Evolution Pro theme. Replace the previous JS script with the following one:

    <script type="text/javascript">
    jQuery(window).load(function() {
    
    //Remove Old Primary Menu 
    jQuery( "#tinynav1" ).remove();
    //Remove Old Footer Menu
    jQuery( ".sb-holder" ).remove();  
    
    // Add New Primary Menu Label
    jQuery('#access .menu').tinyNav({
    	active: 'current-menu-item',
    	header: 'Type-in-new-label' 
    });
    
    });
    </script>

    Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box to change that arrow:
    .tinynav { background-position: left center; }

    in reply to: Recent Posts Widget is acting funny #48949
    Sakin
    Keymaster

    @Drewmikita: Thanks for the update.

    in reply to: Featured Content Images Off Center #48948
    Sakin
    Keymaster

    @Whitney: Can you post in your site URL so that I can check in.

    in reply to: Line display for blog posts #48947
    Sakin
    Keymaster

    @Glen: It’s there in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ .
    How to Change the Excerpt Length and More Tag Text?
    1. Go to Theme Options under Appearance in your WordPress Dashboard
    2. Go to Excerpt / More Tag Settings
    3. Type in the Excerpt Length as in, the number of words, and More Tag Text
    4. Save your changes

    in reply to: top menu transparence #48946
    Sakin
    Keymaster

    @Kim: Can you check your color in “Appearance => Theme Options => Color Options => Custom Colors => Menu Active Background Color”. Can you try changing that to #fff

    in reply to: White Space Under Featured Content Options #48945
    Sakin
    Keymaster

    @Zia: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #main {
        height: 1%;
        overflow: hidden;
    }
    #colophon {
        border-color: #9aaa92;
    }
    in reply to: Panel not appearing on my blog page. #48944
    Sakin
    Keymaster

    @Glen: So the option for this is that, you set up Default Layout from Theme Options to have it sidebar. Then you said you have static frontpage where you want it to be full page no side panel. Then you edit that static front page and set that page as Full page no side panel. This will solve your issue. As the blog and categories will take the default layout setup in theme options panel.

Viewing 20 posts - 5,541 through 5,560 (of 14,497 total)