Forum Replies Created
-
AuthorPosts
-
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”
Sakin
Keymaster@Michael: Yes, thatโs because of responsive video code. You can wrap with div and assign max width. For example you can see the code below:
<div style="max-width: 420">and your youtube video embed code</div>Sakin
Keymaster@Leslie: can you try this plugin https://wordpress.org/plugins/custom-header-extended/
Sakin
Keymaster@Michael: I don’t see 5th Photo in mobile as well as desktop. So, you need to check that image path. When I check in your sever, the image is not opening. You have image URL as http://judynmike.org/wp-content/uploads/2015/09/spider_rock_11.jpg
Sakin
Keymaster@PierreSG: Catch Kathmandu uses different structure. Can you post in Catch Kathmandu Support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-public/ and let me know what you want to do it?
Sakin
Keymaster@Andreas: I check in this issue more in WordPress and found that it’s issue in your server and not in theme. Menu is controlled by WordPress Core and your server. So, ask your Website Hosting server to fix it. You can show this link https://wordpress.org/support/topic/menus-limit-to-90-items-in-database
If it’s localhost, then you need to configure your php.ini file
Sakin
Keymaster@yyyfor: Ok replace your following css in child theme style.css
#header .social-search form.searchform { left: 60px; position: absolute; }With the following css:
#header .social-search form.searchform { left: 60px; position: absolute; top: 100px; padding-top: 0; }Then add following css in your child theme style.css file
#header ul.social-profile { position: absolute; right: 60px; top: 100px; margin: 0; } -
AuthorPosts
