Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@egnalc: You can check out the theme instruction at http://catchthemes.com/theme-instructions/catch-mustang/ for update and if you still have issue then let me know it. I will assist you in updating.
Yes, you can add Right Sidebar on the homepage only if you have static page or latest posts activated from “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings”
Sakin
Keymaster@Dirk: You can create your own set of Custom Menu from “Appearance => Menus”. Just add pages, categories and custom links as per you need. Also you can use drag and drop to arrange the order. Then after you create the menu. You need to assign that menu to the theme from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@Natekj: Yes all confusing. So, can you add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Sub-menu of Current Menu */ #header #mainmenu .current-menu-item .sub-menu a { background-color: #fff; color: #000; } /* Sub-menu of Current Menu at Hover state */ #header #mainmenu .current-menu-item .sub-menu a:hover { background-color: #000; color: #fff; }December 1, 2013 at 12:25 am in reply to: Infolink insearch and infram not working in my website #17797Sakin
Keymaster@vss: Sorry we cannot support all the plugins. We try to add support to popular plugin. The plugin need to be compatible with the themes with standards.
Yes, I can assist you is you have any code that we need to add in theme for that plugin. But I cannot help in other way as we don’t know about that plugin. Try asking in that plugin support on what needs to be added or hire customizer to do that for you.
Sakin
Keymaster@poppy: I mean this is not possible with this theme options. You might need to add in custom page template with custom query. For that you need to hire customizer.
Sakin
Keymaster@Natekj: If you check in your site now and go to the page 7 under 2, that is http://www.phoneandtabletreviews.com/category/amazon-kindle-reviews/amazon-kindle-fire-hdx-8-9-review/. You will see the background color of current menu item 7 as white background. This shows the code is working.
Sakin
Keymaster@Graham: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For header bottom Gap */ #hgroup-wrap { padding-bottom: 20px; } /* For header top Gap */ #site-logo, #header-right { padding-top: 20px; } /* For gap between Slider and Headline */ #homepage-message { margin-top: 20px; }Sakin
Keymaster@rbrt_bene: I have just correct the code. Please check in.
Sakin
Keymaster@poppy: Sorry there is no option to do that for pages. It’s just for post as posts are used for blog.
Sakin
Keymaster@insanelydesign: We answer almost all question posted in our Support Forum. I am really sorry if I have missed it. You can post in your initial question url.
I check in your site but it’s not yet published. I need live site to check in. Can you tell me by how much you want to reduce and all.
November 30, 2013 at 11:55 pm in reply to: how to remove *either* title *or* excerpt on featured slider? #17785Sakin
Keymaster@davidyoungs: Thanks for your support. 🙂
Sakin
Keymaster@Ralph177: You can install “WordPress SEO by Yoast” plugin, which will add your featured image for facebook. Also they have option for each page and post where you can manually add in the image you desire.
Sakin
Keymaster@prayer0house: Please check in Catch Everest Pro theme instructions http://catchthemes.com/theme-instructions/catch-everest-pro where you can find the way to upgrade from Dashboard or from FTP.
If you are still confused about it. Then we can help you with the update. Let me know it and then we can personally email you about it.
Sakin
Keymaster@Joaozinho: There is issue with your next and previous code. So, you need to make that responsive. To make that responsive you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#nav-single { width: 94%; }Sakin
Keymaster@youngwings: There is no sub-menu item in you site. You need to add submenu and menus from “Appearance => Menus”. After creating the menu you need to assign location from “Appearance => Menus => Manage Locations”. So, please check in your menu settings.
November 30, 2013 at 11:05 pm in reply to: how to remove *either* title *or* excerpt on featured slider? #17777Sakin
Keymaster@davidyoungs: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove just title in Featured Post Slider.
#main-slider .entry-header { display: none; } -
AuthorPosts
