Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@farrukh-nasim: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider .entry-content, #feature-slider .entry-title a { color: #ff00ff; }Note: This will change color of slider’s title and content text. Please change the color as desired.
Regards,
MaheshMahesh
Participant@pl: For transparency, you’ll need to use rgba color. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.nav-primary { background: rgba(127, 127, 127, 0.7); }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@3j: As far as I understood from the above reply, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 1024px) { #header-highlights-content .hentry { width: 25%; } } @media screen and (max-width: 540px) { #header-highlights-content .hentry { width: 50%; } }Regards,
MaheshMahesh
Participant@phillycontemporary: The ‘X’ color will take the same color as that of menu. If you want to change the ‘X’ color independently, add the following CSS
.sidr-main-open #responsive-menu-button { color: #ff00ff; }Regards,
MaheshMahesh
Participant@karlcurrentsnj-com: For Post ids, please install Catch IDs plugin: https://wordpress.org/plugins/catch-ids/
After activating the plugin, you’ll see Post ID column in Posts pages in Admin Dashboard.
Then put your desired post ID in Featured Post # in customizer.Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@sheilalowe: Let me know if you run into any problem. Have a nice day!
Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@shana-shanti: Please post in your site url.
Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@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,
Mahesh -
AuthorPosts
