Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@stepawayfromthecarbs: You can add the following css in “Appearnace => Theme Options => Custom CSS” box to hide Search in header.
#header .searchform { display: none; }Sakin
Keymaster@stepawayfromthecarbs: I don’t know from where you got this. This is nothing to do with the theme. This is the content you must have added somewhere. Can you go to “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” box. Maybe, you have added content there.
Sakin
Keymaster@Lisa: Can you check the following:
1. Have you Disable Header Right Sidebar from “Appearance => Theme Options => Header Options”. As Primary menu is supposed to display in Header Right Sidebar and if you have disable it then it will not show it.
2. Have you added any widgets in Header Right Sidebar from “Appearance => Widgets”. If so then this widget will replace the menu and you need to add menu widgets to Header Right Sidebar.Sakin
Keymaster@alexmo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#form-allowed-tags { display: none; }Sakin
Keymaster@John U: Sorry I gave to wrong code. I forgot to remove the actions. So the code will be as below:
// Removing the Default Action Hook function unhook_adventurous_functions() { //remove default secondary menu remove_action( 'adventurous_before_main', 'adventurous_secondary_menu', 10 ); } add_action( 'init', 'unhook_adventurous_functions' ); // Add Secondary menu after hgroup wrpa add_action( 'adventurous_after_hgroup_wrap', 'adventurous_secondary_menu', 5 );Sakin
Keymaster@Pieter: We are still waiting for reply from WPML team as they need to check this. I think due to holiday session, it’s getting slow.
Sakin
Keymaster@adamsh: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.rtl #slider-nav { right: 85%; } @media screen and (max-width: 960px) { #pg-w549ada1fef013-0 .panel-grid-cell { float: none; text-align: center; width: 100%; } }January 4, 2015 at 7:53 pm in reply to: responsive design submenu/drop down background color change #49556Sakin
Keymaster@paul: Post in your site URL and desire color code. Also let me know from which devices you want to remove slider.
Sakin
Keymaster@egnalc: Sorry this is not possible with basic CSS in this theme. You need to hire customizer to work on it.
Sakin
Keymaster@egnalc: You zip file will be in your account at http://catchthemes.com/my-account/ and if you don’t find it then you must have some issue with your account. For that you need to contact our sales and account section at http://catchthemes.com/contact-us/
Sakin
Keymaster@John U: To move the secondary menu position, first you need to build child theme, For child theme ready this http://catchthemes.com/blog/create-child-theme-wordpress/ and then you need to add the following code in your child theme functions.php file:
// Removing the Default Action Hook function unhook_adventurous_functions() { //remove default secondary menu add_action( 'adventurous_before_main', 'adventurous_secondary_menu', 10 ); } add_action( 'init', 'unhook_adventurous_functions' ); // Add Secondary menu after hgroup wrpa add_action( 'adventurous_after_hgroup_wrap', 'adventurous_secondary_menu', 5 );Sakin
Keymaster@Michael: Sorry we don’t have any recommendation for Events plugin. As there are lot of variety of events plugin and it all depends in your required features.
Sakin
Keymaster@adamsh:
For slider content, try adding in the following css:
.rtl #main-slider .entry-container { right: 50px; }You homepage headline button in on left only.
Sakin
Keymaster@lorencowka: Sorry this is not a theme related issue. Also I am not sure how do I explain about root directory. You can login your your website hosting control panel or FTP and your root directory will be there.
Sakin
Keymaster@churchtidbits: Yes, Full Content Display will not display the featured image as this option in meant to display whatever you have added in post before more tag. So, you can add image in your post at the beginning of the content.
Sakin
KeymasterHi Melissa,
Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#content .entry-header { display: none; }Regards,
SakinSakin
Keymaster@Riccardo: Thanks for your appreciation 🙂
Sakin
Keymaster@Dawn: Then sizes of image are clearly mention in our theme instructions page at http://catchthemes.com/theme-instructions/catch-mustang/ . So, you need to add image size of width 340px.
-
AuthorPosts
