Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@David: Which search box are you talking about. Are you taking about Search Box in fixed Header primary menu. Then you can go to “Appearance => Customize => Theme Options => Header Options” and then check in “Check to disable Header Toggle”. Then click on “Save & Publish”
Sakin
Keymaster@kurt: Can you send me your site URL and and let me know which menu you want to change and the color code. Then I can send you custom css.
Sakin
Keymaster@Dhuan: I don’t get it what are you trying to do with custom coding. Also where did you add that code. It all depends on your uses. So, if you want to use in your page, then I suggest using google map plugin instead of custom script. For adding custom script, you need to build child theme and then add script in your php template.
October 5, 2015 at 8:57 pm in reply to: Header Height; Font-size of Page title; Font-size of Main Menu #67920Sakin
Keymaster@Schlaufer: thanks for your appreciation π
Sakin
Keymaster@Dhuan: This is not related at all. That was for slider and this is different. Please check in your script and if you have issue the please post new question with your site URL. So, that I can check in.
Sakin
Keymaster@beatmaniaNZ: For menu, just go to “Appearance => Menus => Manage Locations” and assign your custom menu to the location that you desire.
Sakin
Keymaster@Gregory: Yes, you are right. It only display in archive and slider. If you want to show that then you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
content-single.phpfile and add the following code after<div class="entry-content"><?php if( has_post_thumbnail() ): if ( $options['sidebar_layout']= 'no-sidebar-full-width' ) { the_post_thumbnail( 'featured-slider-larger' ); } else { the_post_thumbnail( 'featured-slider' ); } endif; ?>Sakin
Keymaster@Gregory: Sorry I don’t get it what do you mean. When I check in your site, you have featured image. Can you explain in detail please.
Sakin
Keymaster@champac: Thanks for your appreciation and if you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Have a nice weekend. Cheers π
Sakin
Keymaster@champac: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-one #site-branding { padding: 0; width: 100%; } }Sakin
Keymaster@champac: Yes, for that I need to check your site and then only I can send you custom css.
October 3, 2015 at 12:54 am in reply to: Header Height; Font-size of Page title; Font-size of Main Menu #67850Sakin
Keymaster@champac: To hide that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-anchor { display: none; } }Sakin
Keymaster@Young: Yes, we would love to make that compatible. So, can you ask in that plugin support forum about this conflict. Then they should change it or if suggest the way to make it compatible with theme. Then we can make changes accordingly.
Sakin
Keymaster@Young: It’s conflicting with plugin. Can you try disabling plugin one by one and check in. I suspect Ninja Contact Form, that you have in left side float “Get eBrochure Here”
-
AuthorPosts
