Forum Replies Created
-
AuthorPosts
-
December 12, 2018 at 5:17 am in reply to: WooCommerce pages have HUGE header image compared to other pages #161337
Skandha
Participant@beltan: Glad you figured it out. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@alexxpaull: If you have any issues related to Astra Theme please post it in the respective theme support forum. If you have any issues related to Adonis Theme please let me know.
Kind Regards,
SkandhaSkandha
Participant@bobgarretthomenetworks-co-uk: You will need to use a Slider plugin for that purpose. You can use our Catch Slider Pro Plugin to create custom sliders.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@blakey0320: To remove categories from blog posts
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..blog article .entry-meta .cat-links { display:none; }I’m afraid that cannot be done using customizer option. You will need to get your site customized by a professional. I suggest you to hire a customizer.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@lorimunro: To have CT:Instagram as full width. Please place the CT:Instagram widget in After Content Widget Area.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@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
Participant@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
Participant@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
Participant@boffobrands: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@philadelphiadance: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.
Kind Regards,
SkandhaSkandha
Participant@accucomm: I am not able to access your site at the moment. Please let me know when your site is accessible.
Kind Regards,
SkandhaSkandha
Participant@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
Participant@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
Participant@lorimunro: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@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
Participant@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
Participant@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
Participant@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
Participant@nlschuman: Please post in your site URL so that I can look into the issue.
Kind Regards,
Skandha -
AuthorPosts
