Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@chrsbat: Add the following CSS:
@media screen and (min-width: 1281px) { #site-header { padding-top: 80px; } }Regards,
MaheshMahesh
Participant@ginkho: I mean your website. For example: https://catchthemes.com. To check how’s it displaying on your site right now.
Regards,
MaheshMahesh
Participant@venus: You are using SM YouTube Subscribe, seems like its a plugin issue. Please contact the plugin contact support.
In Catch Box Free version, if you need to add something to the header section, you’ll need to create a child theme and customize if further as necessary. You can find more detail on creating child theme HERE.
In Catch Box Pro version, you’ll have Header Widget option, with which you can place ad code with the help of widgets. So I recommend you to upgrade to Pro version.Regards,
MaheshOctober 20, 2016 at 9:35 am in reply to: HELP! Slider & Featured images / white space /uneven #101824Mahesh
Participant@mindfulsami:
1. The problem you are having is because of inconsistency of the image size you are using. The recommend image size for Slider is Width: 1680px Height: 720px. Use image with similar dimensions and the problem will be resolved.
2. Featured Content seems to be fine.
3. Use image with same dimensions, Featured Grid Content uses image with 4:3 aspect ratio. Small grid image is Width: 420px Height: 283px and large grid image is Width: 840px Height: 565px. These sized image are auto generated by the theme.
Hope you understand. Let me know if any problem.Regards,
MaheshMahesh
Participant@chrsbat: For moving logo to the left, go to Dashboard=> Appearance=> Customize=> Site Identity and make sure Check to move Site Title and Tagline before logo option is Unchecked.
For hiding search box, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.sidebar-header-right { display: none; }Regards,
MaheshMahesh
Participant@brandonsm: I’m glad to got it. Have a nice day!
Regards,
MaheshOctober 19, 2016 at 4:53 pm in reply to: Full Frame Pro Appearance Customize not working after update #101773Mahesh
Participant@matthias: Can you please clarify more, I don’t quite get it what you mean by blog language.
Regards,
MaheshOctober 19, 2016 at 1:39 pm in reply to: Full Frame Pro Appearance Customize not working after update #101761Mahesh
Participant@matthias: I checked your site. And it seem a bit strange. All your network sites are working fine except https://www.aquariumcomputer.com/de/ one. Customizer is not working on this one. But I checked the first one https://www.aquariumcomputer.com/start/ and the customizer worked on this. The site is completely in German and customizer is still working.
The problem might be because of incomplete translation. But since it worked on one of your sites. Its a bit ambiguous.
Have you tried changing themes (like core WordPress themes)? Did it work?
Let me know further.Regards,
MaheshMahesh
Participant@spot0608: For this, you’ll need to create a child theme and enqueue some scripts. You can find more details on creating child theme HERE.
1. Download touchwipe library from the link below (I used the minified version)
http://www.netcu.de/jquery-touchwipe-iphone-ipad-library
2. Create a file and name itcustom-swipe-script.jsand add the following code into it.jQuery(document).ready(function() { jQuery(".cycle-slideshow").touchwipe({ wipeLeft: function() { jQuery(".cycle-slideshow").cycle("next"); }, wipeRight: function() { jQuery(".cycle-slideshow").cycle("prev"); } }); });3. Then in your child theme’s
functions.phpadd the following codes:add_action( 'wp_enqueue_scripts', 'parallax_frame_child_swipe_scripts' ); function parallax_frame_child_swipe_scripts() { wp_enqueue_script( 'parallax-frame-touch-swipe', get_stylesheet_directory_uri() . '/jquery.touchwipe.min.js' ); wp_enqueue_script( 'parallax-frame-custom-script', get_stylesheet_directory_uri() . '/custom-swipe-script.js' ); }I have tested it on our server, and worked fine. Let me know if any problem.
Regards,
MaheshMahesh
Participant@jeremie-marty: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@defur: I checked your site and see not gap at the top.
http://bit.ly/2ejSykk
For centering content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.wrapper { margin: 0 auto; }Regards,
MaheshMahesh
Participant@vijaya-chari: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@jeremie-marty: Seems like, your Header Right Sidebar is disabled. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Right Sidebar Options and make sure that Check to disable Header Right Sidebar option in Unchecked.
Hope this helps.
Let me know if any problem.Regards,
MaheshOctober 19, 2016 at 10:12 am in reply to: Full Frame Pro Appearance Customize not working after update #101751Mahesh
Participant@ginkho: Thank you for using Rock Star Pro Theme. Please post in your site url.
Regards,
MaheshMahesh
Participant@peter-griffiths: For that you’ll need to customize by creating a child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer for this.
Regards,
MaheshMahesh
Participant@vijaya-chari: Its “contenu en vedette” in French. Please check again. And select “Handicapé” in “Activer le contenu vedette sur”
Regards,
MheshMahesh
Participant@jeremie-marty: Is it still not working? Please post in your site url.
Regards,
MaheshMahesh
Participant@jeremie-marty: Is it still not working? Please post in your site url.
Regards,
Mahesh -
AuthorPosts
