Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@Michaela: You need to add main to overwrite the css from
responsive.cssfile.Sakin
Keymaster@lanretobi: Did you fixed it? Your slider is working fine. It will start sliding after it loads the content.
Sakin
KeymasterHi 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
#mainbefore. 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,
SakinSakin
KeymasterHi 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,
SakinSakin
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.
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; }Sakin
KeymasterHi 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,
SakinSakin
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.
Sakin
KeymasterHi Robertf,
This doesn’t matter much with SEO when it’s display none. But yes, make it relevant is good.
Regards,
SakinSakin
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.
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; }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; }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.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; }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; }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.
September 15, 2014 at 11:21 pm in reply to: I've been getting a "no theme css loaded" warning #43911Sakin
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?
Sakin
Keymaster@Highlander79: Need your site URL to check in. Please post in.
Sakin
Keymaster@ashrafashraf: You can use
Catch Evolution Pro theme: 1190px Width
Catch Everest Pro theme: 1140px Width
Catch Kathmandu Pro theme: 1280px Width -
AuthorPosts
