Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@phillycontemporary: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
body:not(.page-id-69) #feature-slider { display: none; }Let me know if any problem.
Regards,
MaheshMahesh
Member@imboliboli: Add the following CSS in your Custom CSS:
@media screen and (min-width: 768px){ .postid-196.woocommerce #content div.product div.summary { width: 66%; } .postid-196.woocommerce #content div.product div.images { width: 30%; } }Note: This is for camera-lens-mug page only. If you want it in other pages too, remove the preceding
.postid-196in the above code.Regards,
MaheshAugust 30, 2016 at 9:43 am in reply to: Mobile Menu not loading in white space on left hand side #98341Mahesh
Member@carlscutt: Have you modified theme’s CSS or other codes? In your theme, the sidr class has display set to none. But by default its set to display: block.
And the other thing, have you tried checking disabling all other plugins too? Sometimes plugin may cause issues.Regards,
MaheshAugust 29, 2016 at 4:59 pm in reply to: Mobile Menu not loading in white space on left hand side #98309Mahesh
Member@carlscutt: Seems you are using some Custom CSS which is causing the issue. I checked you site and following CSS is included which seems to be causing the issue
http://cool-banana.net/wp-content/cache/wpfc-minified/42c499b0485721d0494dead0fe35dfb4/1472389289index.css
Are you using any plugins? If yes, try disable it and check if it resolves the issue.
You can check the menu in demo. Let me know you face the same problem in the demo too.
https://catchthemes.com/demo/catchbox/Regards,
MaheshMahesh
Member@imboliboli: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following code:add_action('init', 'e_commerce_child_movie_product_title_above_image'); function e_commerce_child_movie_product_title_above_image() { remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 20 ); }Regards,
MaheshMahesh
Member@3j: There has been a small bug in the theme which is now resolved and will be available in the next update. But if you do want to fix the bug right now, edit
inc/customizer-includes/clean-magazine-customizer-header-highlight.phpfile, go to line number 132 and change value of step from 2 to 1Regards,
MaheshMahesh
Member@sheilalowe: Let me know if you run into any problem. Have a nice day!
Regards,
MaheshMahesh
Member@phillycontemporary: Okay, now I can see your site. Can you please specify in which page you want to enable slider? Or is it just the home page you want to disable the slider in.
Let me know further.Regards,
MaheshAugust 29, 2016 at 10:33 am in reply to: Featured Image Slider on a single page? (Moved from Fabulous Fluid Free forum) #98287Mahesh
Member@phillycontemporary: I’ve replied to this in the other thread. Please refer to that.
https://catchthemes.com/support-forum/topic/featured-image-slider-on-a-single-page/#post-98283
You can continue reply on this thread.Regards,
MaheshMahesh
Member@chelleberge: Please try changing theme to WordPress default theme and check if its working or not. If not then its now a theme issue. Please contact the plugin support.
Let me know further.Regards,
MaheshMahesh
Member@shana-shanti: Please post in your site url.
Regards,
MaheshMahesh
Member@sheilalowe: Yes, you are using Pro version and you did pay for it. What I meant was, Pro theme cannot be updated automatically by clicking update in themes page you’ll need to do it manually. So first get a latest copy of Pro theme from your account page https://catchthemes.com/my-account/. Then use Catch Updater module of Catch Web Tools plugin to update the theme.
You can refer to the tutorial in the video link above.Reagards,
MaheshMahesh
Member@phillycontemporary: I checked your site and do have a login but I cannot access the site since coming soon mode is active and I don’t have the access to change the setting.
Regards,
MaheshMahesh
Member@sheilalowe:
Hi Sheila,Pro theme cannot be updated like this as free themes. You can find the theme’s zip file in https://catchthemes.com/my-account/ page. Download it from there and then use Catch Updater module of Catch Web Tools plugin to update the theme.
https://wordpress.org/plugins/catch-web-tools
Here is the video tutorial of how to use Catch Updater plugin to update the theme.
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Member@themecatcher: Sorry, Featured Content option is not available in Catch Box Pro theme. I recommend you to use the theme with Featured Content like Catch Responsive itself.
Regards,
MaheshMahesh
Member@hidemyage: Please remove all CSS I’ve provided before just to avoid confusion. Then add the following CSS:
@media screen and (min-width: 941px) { #branding { position: fixed; z-index: 10; margin: 0 auto; left: 0; right: 0; } #header-menu { position: fixed; z-index: 5; margin: 0 auto; left: 0; right: 0; } } #branding, #header-menu { max-width: 1300px; } @media screen and (min-width: 941px) and (max-width: 1000px) { #header-menu { top: 128px; } #main-wrapper { margin-top: 142px; } } @media screen and (min-width: 1001px) and (max-width: 1100px) { #header-menu { top: 161px; } #main-wrapper { margin-top: 185px; } } @media screen and (min-width: 1101px) and (max-width: 1152px) { #header-menu { top: 172px; } #main-wrapper { margin-top: 196px; } } @media screen and (min-width: 1153px) and (max-width: 1280px) { #header-menu { top: 180px; } #main-wrapper { margin-top: 204px; } } @media screen and (min-width: 1281px) { #header-menu { top: 195px; } #main-wrapper { margin-top: 217px; } }Regards,
MaheshMahesh
Member@fmhboudreau: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@luci1708: To disable the secondary menu (the menu on the left side when you looking at the website on a mobile screen), add the following CSS in your Custom CSS:
@media screen and (max-width:980px) { #secondary-menu, #secondary-mobile-menu { display: none !important; } }Regards,
MaheshMahesh
Member@phillycontemporary: Yes.
Can you please give me the page url in which you want to show the slider. And I’ll provide you the CSS.Regards,
MaheshMahesh
Member@karlcurrentsnj-com: I did set the code into the custom CSS and it said, “Cheating Huh?” Your are not allowed to customize this site. I don’t understand how this came upon.
And yes, now I get which slider you really meant, sorry.
It seems that you have selected Featured Post Content, but for some reasons, no posts are being displayed. Have you put the Post id in the Customizer’s Featured Post # option.
Please check and let me know further.Regards,
Mahesh -
AuthorPosts
