Forum Replies Created
-
AuthorPosts
-
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.
Hi.
For the Font awesome error issue, I just deactivated and activated the plugin and the error has gone.
Please recheck it.
Thanks.
Hi.
Please give us your site URL, admin account. We will help you check that issue.
Thanks.
Hi.
Please give us your site URL, admin account. We will help you check that issue.
Thanks.
Hi.
I have checked and fixed that issue on the service page.
Please recheck it.
Thanks.
Yes, you can use the image on our demo. We use the image from free resources.
Thanks.
Hi.
Thank you for contacting us.
To set the favicon, please go to Appearance/ Customize/ Site Identity and upload your icon as you want. https://prnt.sc/JhKeIRC_NEec
Thanks.
-
AuthorPosts
