Homepage › Forum › Product Support › TruSmile › Help to change url /services/ to /usluge/
- This topic has 4 replies, 2 voices, and was last updated 2 years, 3 months ago by
Jackie.
-
AuthorPosts
-
2 years, 4 months ago #30030
Hi, need to change service url to --> usluge
I read topic where was this mentioned once.
I change code on line 51, link works but still redirects to serviceexample> drdulic.rs/usluge/estetska-stomatologija
redirect to> drdulic.rs/service/estetska-stomatologija
is there a way to change this, or should I just need time and wait to DNS or Permalinks to change?
2 years, 4 months ago #30031Yes, and how to edit
services page
https://prnt.sc/DGontfU9ukKE
like read more and breadcrumb image and tekst2 years, 4 months ago #30033Hi.
To change the slug of the custom post type Service, you can add the source code below to the functions.php file in the theme folder.
Hi.
To change the slug of the custom post type Service, you can add the source code below to the functions.php file in the theme folder.
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'usluge'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );After adding the source code, go to Settings/ Permalinks and click to save. It will help you rewrite the link for the service post type.
To change the services title of the archive page, you can use the Loco translate plugins, then find the string "Services" in the plugin Trusmile-framework language to translate.
Please recheck it.
Thanks.
2 years, 4 months ago #30035Thanks function,php code worked. Link in browser changed.
Can I edit with elementor - page drdulic.rs/services ... known now as drdulic.rs/usluge
When i go to top admin bar where is button edit with elementor, it is not possible to edit this services page.
If you know what I mean. https://prnt.sc/fA1jueeD2Hi7
I need to change this page images and subheadings on this.
All best
N.2 years, 3 months ago #30053Hi.
For the service archive page title, you can't edit that page with Elementor.
To change the background image of the page title of the services page, please go to Theme Options/ Service/ turn off the Inherit page title. Then you can upload your image for the archive service Title background option: https://prnt.sc/LltYTAOuNeSZ
We also have the option to customize the page title of the service page, but it still doesn't work. Please give us your site URL, admin account. We will help you fix that issue. Or you can wait for the theme update.
Thanks.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
