Homepage › Forum › Product Support › Medilab › Site Issues
This topic contains 41 replies, has 2 voices, and was last updated by Jackie 5 months, 2 weeks ago.
-
AuthorPosts
-
6 months, 2 weeks ago #29248
How Can I translate this breadcrumb?
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29265Hi.
I have added CSS to this file to help you fix the submenu issue in the Arabic language.
/wp-content/themes/yolo-medilab/rtl.css
Please clear your cache again.
Thanks.
6 months, 1 week ago #29266How do I translate the breadcrumb I shared above and change the url for services to our-services?
6 months, 1 week ago #29268To change the slug of the service custom post type:
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'our-service'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );
Please recheck it.
Thanks.
6 months, 1 week ago #29275Hello, thank you for this. I have mantioned this earlier aswell, about the issue with the Css. There is something really wrong about the css which effects the website and I have been getting complains non stop. If the English version of the footer is working fine, and nothing overlaps, the arabic version will have the issue, and vice versa. Also in the about us page, the icon list works fine in elementor, but wen updated and previewed, I get the icons all messed up. Kindly help me out with this, as this is critical, and needs attention ASAP.
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29304Hi.
I have checked and helped you fix the footer CSS issue in English. Please recheck it.
For the about us issue in the Arabic language, it still works fine. Please recheck it.
Thanks.
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29309Hello, thank you for that. Can you please help me replace the “service detail” with the service name
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29333Hi.
I have checked and helped you display the service name on the service heading page.
Please recheck it.
Thanks.
6 months, 1 week ago #29334Thank you for that, but It should be for both arabic and English. I see it for the English but not for the arabic. Kindly let me know. Also wanted to make sure its h1 tag
6 months, 1 week ago #29337For the Arabic language, please go to edit the service in Arabic and remove the custom title. https://prnt.sc/jaLPA1-adjxk
That will help you get the service name for the page heading.
Please recheck it.
Thanks.
6 months, 1 week ago #29341Thank you! And how do I remove the title in the bottom?
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29345also im not Sure if you reverted back, but it changed back to service, instead of our service
Attachments:
You must be logged in to view attached files.6 months, 1 week ago #29354Hi.
For the bottom title on the service page, please go to edit the page with Elementor and remove the heading widget. https://prnt.sc/HczelJJT39JI
For the service slug, I don't change anything, please check your custom source code and save the permalink config again.
Thanks.
6 months ago #29422Hello, I cant change the background of the Services pages. Can you kindly help me out with that?
6 months ago #29423I want to add a different image for each service and I added them, but they don't change
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.