Forum Replies Created
-
AuthorPosts
-
Skandha
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,
SkandhaSkandha
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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,
SkandhaSkandha
Participant@accucomm: Please let me know what changes you would like to be made to your site.
Kind Regards,
SkandhaSkandha
Participant@bobgarretthomenetworks-co-uk: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@harrij: You will need to use the Classic Editor Plugin if you are having any issues with the new Gutenberg Editor. Please read this article on our blog for more information.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
ParticipantSkandha
Participant@husker: I will need to login to your site and check for the issue. For that I will need your WP admin credentials. I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Participant@jennifersimsdesign-com-au: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@jbeason: To navigate to the respective section on click on the menu item you will need to insert URL as
http://dev.redscaremedia.com/#section-no
For eg: for services u will need to inserthttp://dev.redscaremedia.com/#section1
#section2for Our Team
#section3for Testimonial.Do you want remove the footer completely?
Can you explain the issue regarding anchor links?Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@evergreenw60: Sorry for the late reply. I have replied to you on your newest post in this forum.
https://catchthemes.com/support-forum/topic/reversing-the-order-of-posts-on-front-page/#post-161027Kind Regards,
SkandhaSkandha
Participant@evergreenw60: You will need to create a child theme and do a bit of customization for this. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.
Kind Regards,
Skandha -
AuthorPosts
