Forum Replies Created
-
AuthorPosts
-
Skandha
Member@fireflywebs: Remove the code you have at the moment and try adding the following CSS Code.
#menu-primary .menu-item-has-children > a { pointer-events:none; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@radiokronos: I checked your site on mobile phone and the mobile menu seems to be working pretty well. Can you please try clearing your browser cache and check if this solves the issue.
Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Member@accucomm: I am getting a
Sorry, your request cannot be accepted.message when I try opening your site.Kind Regards,
SkandhaDecember 11, 2018 at 10:35 pm in reply to: How to remove white areas between header and footer? #161292Skandha
Member@boffobrands: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@philadelphiadance: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.
Kind Regards,
SkandhaSkandha
Member@accucomm: I am not able to access your site at the moment. Please let me know when your site is accessible.
Kind Regards,
SkandhaSkandha
Member@hoddbarnesdickins: I checked your site on iPhone and your site seems to be scrolling well. Can you mention on which device the problem is occurring?
Kind Regards,
SkandhaSkandha
Member@blakey0320: I had replied to your post here https://catchthemes.com/support-forum/topic/upgrade-to-2-2-my-music-band-pro/. Did you try updating the theme following my instructions.
Let me know if the issue persists.
Kind Regards,
SkandhaSkandha
Member@lorimunro: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@blakey0320: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below :https://www.youtube.com/watch?v=W95SuabDZi8 For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-installation-5Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@accucomm: You seem to have disabled right click on your site. Please enable it so that I can look into the issue and provide you possible solution.
Kind Regards,
SkandhaSkandha
Member@evergreenw60: Glad to know that the issue was resolved after enabling the Classic Editor Plugin. We are working on making our themes compatible with the new WordPress editor Gutenberg.
Kind Regards,
SkandhaSkandha
Member@evergreenw60: Firstly you will need to create a child theme. If you don’t know how to create a child theme you can use Generate Child Theme Plugin. Install and Activate the plugin. Go to => Dashboard => Generate Child Theme tab => Select Parent Theme as Catch Box Pro and fill in other fields then Click Generate. This will create an activate the child theme.
Now, Go to => Child Theme folder => functions.php and add the following Code.$args = array( 'orderby' => array( 'title' => 'DESC', 'menu_order' => 'ASC' ) ); $query = new WP_Query( $args ); /* Order Posts Alphabetically */ function prefix_modify_query_order( $query ) { if ( $query->is_main_query() ) { $args = array( 'post_date' => 'ASC' ); $query->set( 'orderby', $args ); } } add_action( 'pre_get_posts', 'prefix_modify_query_order' );Let me now if this does the trick!
Kind Regards,
SkandhaSkandha
Member@nlschuman: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@martystl: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .entry-title { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@philadelphiadance: The Section Sorter feature which is used to order the section in the way you want is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.
Please post in your site URL so that I can provide you solution to change background color.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@emerus: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below :https://www.youtube.com/watch?v=W95SuabDZi8 For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-installation-5Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@hoddbarnesdickins: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below :https://www.youtube.com/watch?v=W95SuabDZi8 For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-installation-5Please post in your site URL so that I can look into the slider issue.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@martystl: There seems to be an issue with the sidebar on WooCommerce Pages. The issue has been fixed and an update will be released very soon. I will let you know when the update is resolved.
Kind Regards,
Skandha -
AuthorPosts
