Forum Replies Created
-
AuthorPosts
-
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.
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 WidthSakin
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_primaryand for content width slider use hookcatchbox_contentYou 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.
September 15, 2014 at 9:04 am in reply to: Moving site logo to the left (in front of site title and tagline) #43887Sakin
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 🙂
Sakin
Keymaster@Tillman: It is showing fine in Chrome and Firefox as well. It’s the Google Ads.
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; }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; }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; }Sakin
Keymaster@Tillman: Cool that you got it yourself. Cheers 🙂
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.
-
AuthorPosts
