Forum Replies Created
-
AuthorPosts
-
Hi.
Yes, we don't have the TikTok icon on the theme options, we will check and add that icon config to our theme in the next version.
Please wait for us.
Thanks.
Sorry, Please try the custom code below:
if( !function_exists('change_custom_post_type_slug') ): add_filter( 'register_post_type_args', 'change_custom_post_type_slug', 10, 2 ); function change_custom_post_type_slug( $args, $post_type ) { if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'activities'; } return $args; } endif;Thanks.
Hi.
I have checked and helped you update the Revolution slider.
For the footer issue, the issue is from the custom HTML code for the call and WhatsApp buttons.
Please recheck your custom code again.
Thanks.
Hi.
I have checked and helped you install the site and demo data.
Please recheck it.
Thanks.
Hi.
I have checked your site, it doesn't have an issue with the hover menu item.
If you don't like the submenu display animation, you can change another animation via theme options/ header/ sub-menu animation: https://prnt.sc/sMme7_awmX78
Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
Because we also have the scale effect when hovering over the doctor's image.
You can add the custom CSS below to disable scale animation.
article.doctor-item .post-item-wrap:hover .post-thumbnail-wrap img { transform: scale(1); }Please recheck it.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Hi.
Thank you for contacting us.
Please use English for communication.
Please go to Appearance/ Widgets/ Check the Off-canvas sidebar, where you can add the content for the Off-canvas sidebar content. You can add another widget as you want. https://prnt.sc/bacywjKNxnVL
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, admin account. We will help you check it soon.
Thanks.
Hi.
To change the custom post type slug, please add the custom function at the end of this file: wp-content/themes/trusmile/functions.php
if( !function_exists('change_custom_post_type_slug') ): add_filter( 'register_post_type_args', 'change_custom_post_type_slug', 10, 2 ); function sc_change_custom_post_type_slug( $args, $post_type ) { if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'activities'; } return $args; } endif;After adding the code, please go to Settings/ Permalinks and save the config.
That will help you change the slug as you want.
Thanks.
Hi.
To fix that issue, please go to this file: /wp-content/themes/yolo-naveda/framework/core/redux-framework/ReduxCore/inc/class.redux_filesystem.php check the function __construct() line 28 and remove the source code from line 29 to 34.
Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, and admin account. We will help you check it soon.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, admin, and FTP account. We will help you check it soon.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
-
AuthorPosts
