Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Miriam.
You forgot to give me the site admin account.
Regards.
Hi.
Please give us your site URL and admin account. I need access your site to help you check that issue.
Regards.
Thank you for your feedback.
Regards.
Hi.
Please add the code to the functions.php file in the theme folder, which will help you change the teacher custom post type URL.
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'yolo_teacher' === $post_type ) { $args['rewrite']['slug'] = 'our-team'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );Please recheck it.
Regards.
Hi.
Thank you for your feedback.
If you need help, please let us know again.
Regards.
Hi.
Can you give me your site info? I need access to your site to help you check that issue.
Check to "Set as private reply" to protect your reply. https://prnt.sc/elHku0V27Eln
Regards.
Hi.
If you are using the cache plugin, please clear your cache to see the change.
Regards.
Hi.
I have released a new version 1.2.1 to fix the add-to-cart issue. You can get that version.
If you still have the issue, please give us your site info, admin account. We will access your site to help you check the issue.
Regards.
Yes. I have checked our theme, we don't use the function get_inline_script_data(). Sometimes the function from the 3rd plugins, the 3rd plugin isn't compatible with WP or PHP 8.x
The Deprecated message is a warning for some methods that don't exist in the last version of WordPress or PHP.
You should wait for the update from the 3rd plugin.
Regards.
Hi.
Thank you for contacting us.
To modify the footer, please go to Elementor/ Settings/ General/ and check to Footers Post type.
This will help you edit the footer with Elementor.
Please recheck it.
Regards.
Thanks for your feedback. If you need help, please let us know again.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
I have checked and helped you change the typo and primary color.
You need to clear the cache when saving the theme options.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
Sorry, we don't have the quick view button for the products page. It will link to the product details.
Regards.
-
AuthorPosts
