Forum Replies Created

Viewing 20 posts - 6,381 through 6,400 (of 14,505 total)
  • Author
    Posts
  • in reply to: Duplicate Homepage-Message #43986
    Sakin
    Keymaster

    @Tony: Yes there is not option to do that. So, you need to add widget to Header Top Sidebar. Go to “Appearance => Widgets” and then drag and drop “Text” Widget to Header Top Sidebar. You can write anything in your Text widget and it will show at the top of every page.

    in reply to: Google Ads customization #43984
    Sakin
    Keymaster

    @Michaela: You need to add main to overwrite the css from responsive.css file.

    in reply to: Homepage slider #43983
    Sakin
    Keymaster

    @lanretobi: Did you fixed it? Your slider is working fine. It will start sliding after it loads the content.

    in reply to: Google Ads customization #43952
    Sakin
    Keymaster

    Hi Michaela,

    It was not working as you were adding css in your child theme style.css and not in Custom CSS box.

    If you are using it in child theme style.css then you need to have priority. So, I have added #main before. See this

    #main #primary { width: 900px; }
    #main #secondary { width: 240px; }
    @media screen and (max-width: 1344px) {
    	#main #primary { width: 840px; }
    	#main #secondary { width: 240px; }
    }
    @media screen and (max-width: 1280px) {
    	#main #primary { width: 770px; }		
    	#main #secondary { width: 220px; }	
    }
    @media screen and (max-width: 1152px) {
    	#main #primary { width: 690px; }		
    	#main #secondary { width: 200px; }
    }	
    @media screen and (max-width: 1024px) {
    	#main #primary { width: 630px; }		
    	#main #secondary { width: 200px; }	
    }
    @media screen and (max-width: 960px) {	
    	#main #primary, #main #secondary { width: 100%; }
    }

    Regards,
    Sakin

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

    Hi Richard,

    Some css in overwriting it. So, can you replace my previous css with the following and check in.

    #header-menu #access ul.menu .sub-menu li a:hover,
    #header-menu #access ul.menu .sub-menu li a:focus,
    #header-menu #access ul.menu .children li a:hover,
    #header-menu #access 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;
    }

    Regards,
    Sakin

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

    @prius4f: Really sorry for this as there was issue with renewal. Whenever, you have issue, just post in and we will solve it asap.

    in reply to: Photo Frame #43946
    Sakin
    Keymaster

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

    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 0;
        text-align: center;
    }
    in reply to: Homepage slider #43945
    Sakin
    Keymaster

    Hi Simona,

    Catch Everest Pro theme doesn’t have option to use full width slider. You might consider using Adventurous Pro or Catch Evolution Pro. Adventurous Pro has default full width slider but in Catch Evolution Pro, we can simple adjust one css and it will be full width slider. But with Catch Everest Pro, you need to change a lot. So, for catch everest pro, you might need to consider hiring customizer http://catchthemes.com/hire-customizer/

    Regards,
    Sakin

    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

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