Forum Replies Created

Viewing 20 posts - 6,381 through 6,400 (of 14,497 total)
  • Author
    Posts
  • in reply to: re: updating to v. 2.0? bug in it? #43944
    Sakin
    Keymaster

    @Consciousness: Thanks for reporting issue in detail. We have already updated the theme and will be live soon after WordPress.org theme review team makes it live.

    in reply to: Sidebar on Front Page only? #43943
    Sakin
    Keymaster

    Hi Robertf,

    This doesn’t matter much with SEO when it’s display none. But yes, make it relevant is good.

    Regards,
    Sakin

    in reply to: No way to download updated zip file #43924
    Sakin
    Keymaster

    @prius4f: I just check in with our sales and they said that you should be able to download now. Go to your account at http://catchthemes.com/my-account/ and you will see Available downloads

    Sorry for the trouble.

    in reply to: Menu Colors (after update) #43921
    Sakin
    Keymaster

    @Highlander79: I don’t see color code in your css:

    #header-right .widget ul.menu li:hover > a,
    #header-right .widget ul.menu a:focus,
    #header-right .widget ul.menu .current-menu-item > a,
    #header-right .widget ul.menu .current-menu-ancestor > a,
    #header-right .widget ul.menu .current_page_item > a,
    #header-right .widget ul.menu .current_page_ancestor > a {
        color: #;
    }

    In this, if you want orange color then it will be as;

    #header-right .widget ul.menu li:hover > a,
    #header-right .widget ul.menu a:focus,
    #header-right .widget ul.menu .current-menu-item > a,
    #header-right .widget ul.menu .current-menu-ancestor > a,
    #header-right .widget ul.menu .current_page_item > a,
    #header-right .widget ul.menu .current_page_ancestor > a {
        color: #efb16a;
    }
    in reply to: Secondary Menu #43917
    Sakin
    Keymaster

    @Michaela: For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu .current-page-ancestor a {
        background-color: #fff;
        color: #000;
    }
    in reply to: some questions #43916
    Sakin
    Keymaster

    @mindiapolis:
    1. To add social media icons. First, you need to add in social media URL in “Appearance => Theme Options => Social Links”. Then you need to go to “Appearance => Widgets” and drag and drop “1. Adventurous: Social” widgets to Sidebar or Header right Sidebar or Footer Area, depending on where you want to add in.

    2. Sorry I don’t know where is the paragraph “the information on this website”. Can you post in your site URL and explain so that I can understand what you want to add in.
    — In footer, there is Footer Areas where you can add widgets from “Appearance => Widgets” to Footer Area One, two, three and so on.
    — there is footer content where you can see copyright text and theme text. This you can remove or edit it from “Appearance => Theme Options => Footer Editor Options.

    in reply to: Change hover colour sub-menu #43915
    Sakin
    Keymaster

    @Richard: Can you try adding in following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu .sub-menu li a:hover,
    #header-menu ul.menu .sub-menu li a:focus,
    #header-menu ul.menu .children li a:hover,
    #header-menu ul.menu .children li a:focus {
    	background: #e5e5e5; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
    	color: #373737;
    }
    in reply to: Photo Frame #43913
    Sakin
    Keymaster

    @Irina: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption {
        background: none transparent;
        border: 1px solid #ccc;
        box-sizing: border-box;
        max-width: 100%;
        padding: 5px;
    }
    in reply to: Google Ads customization #43912
    Sakin
    Keymaster

    @Michaela: I don’t see any issue in your site. You site still have 240px width sidebar. This width is needed as sidebar have padding of 40px left and right. So, the width left for ads in 160px.

    in reply to: I've been getting a "no theme css loaded" warning #43911
    Sakin
    Keymaster

    @Cubmaster: Sorry this is not generated from our theme. So, this must be from your plugins. So, can you disable plugin one by one and find out the conflicting plugin. Can you check your minified css from cache plugin?

    in reply to: Menu Colors (after update) #43910
    Sakin
    Keymaster

    @Highlander79: Need your site URL to check in. Please post in.

    in reply to: image background #43909
    Sakin
    Keymaster

    @ashrafashraf: You can use
    Catch Evolution Pro theme: 1190px Width
    Catch Everest Pro theme: 1140px Width
    Catch Kathmandu Pro theme: 1280px Width

    in reply to: image background #43888
    Sakin
    Keymaster

    @ashrafashraf: If you search your question before. I am sure I gave you this option already. For this you first need to disable Slider from “Appearance => Theme Options => Featured Slider” and then build child theme and add your new slider code in function using action hook. If you want large slider then use hook catchbox_before_primary and for content width slider use hook catchbox_content

    You can search from http://catchthemes.com/support-forum/users/ashrafashraf/, where I know I have already given you detail code to add new slider. Wohoo so many 59 topic started and 305 replies created. You are great.

    Sakin
    Keymaster

    @natoulie: You are welcome. Yes, it’s sometime hard to explain with just image and text. I am glad that I could solve this issue for you. Have a nice day 🙂

    P.S: lol yes he must be really good 🙂

    in reply to: Adspace Widget just on Main Site #43886
    Sakin
    Keymaster

    @Tillman: It is showing fine in Chrome and Firefox as well. It’s the Google Ads.

    in reply to: Remove Navigation Bar & Title on Header picture #43867
    Sakin
    Keymaster

    @Tillman: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding #site-logo img {
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }
    in reply to: Float left for Thumbnail image #43866
    Sakin
    Keymaster

    @Tillman: Be careful as the css that you have added as above will make all the image in the content to be left align. So, I recommend you to replace that css with the following, which will just make the archive/homepage thumbnail to left.

    .entry-summary img.wp-post-image { 
       border: none;
       float: left;
    }
    in reply to: Expanding space after last post #43865
    Sakin
    Keymaster

    @Moellenkamp: You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want more space, then you can increase padding top from 25px to whatever you want.

    #content nav#nav-below {
        padding-top: 25px;
    }
    in reply to: Float left for Thumbnail image #43864
    Sakin
    Keymaster

    @Tillman: Cool that you got it yourself. Cheers 🙂

    in reply to: image background #43862
    Sakin
    Keymaster

    @ashrafashraf: This is always flexible and I don’t know how much. So, you need to check my yourself and add the flexibility and I have already given you suggestion.

Viewing 20 posts - 6,381 through 6,400 (of 14,497 total)