Forum Replies Created

Viewing 20 posts - 6,381 through 6,400 (of 14,509 total)
  • Author
    Posts
  • in reply to: Homepage slider #43997
    Sakin
    Keymaster

    @lanretobi: It is just showing one slider text and image. So, can you update and check in. I will also email you to check in admin section of your site.

    in reply to: Homepage slider #43994
    Sakin
    Keymaster

    @lanretobi: Please don’t change after it stopped as I need to check in. I was asking you to inform me after it stops. For change log you can refer to http://catchthemes.com/changelogs/catch-everest-theme/

    in reply to: Homepage slider #43990
    Sakin
    Keymaster

    @lanretobi: It’s strange. I also see that you are using old version of Catch Everest Theme. Can you update it to latest version. Then please buzz me when it stops again. Then I will check in.

    in reply to: Change font color primary menu #43989
    Sakin
    Keymaster

    Hello Sierk,

    Details Color Option for Menu are there in Catch Evolution Pro theme. So, the best option will be to upgrade to pro version and use the color picker option at theme options panel to change the color and enjoy the other additional features. For more details check out http://catchthemes.com/theme-instructions/catch-evolution-pro/.

    But in free theme, we need to do manually by adding color css in “Appearance => Theme Options => Custom CSS” box. For example, you can change the color code as per your need in the following css and then add it in Custom CSS box.
    #header-menu ul.menu a { color: #eee; }

    Regards,
    Sakin

    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;
    }
Viewing 20 posts - 6,381 through 6,400 (of 14,509 total)