Homepage › Forum › Product Support › Medilab › Site Issues
This topic contains 27 replies, has 2 voices, and was last updated by Jackie 1 day, 7 hours ago.
-
AuthorPosts
-
1 week ago #29248
How Can I translate this breadcrumb?
Attachments:
You must be logged in to view attached files.5 days, 11 hours 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.
5 days, 10 hours ago #29266How do I translate the breadcrumb I shared above and change the url for services to our-services?
5 days, 10 hours 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.
5 days, 1 hour 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.1 day, 23 hours 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.1 day, 16 hours 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.1 day, 13 hours ago #29333Hi.
I have checked and helped you display the service name on the service heading page.
Please recheck it.
Thanks.
1 day, 13 hours 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
1 day, 13 hours 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.
1 day, 12 hours ago #29341Thank you! And how do I remove the title in the bottom?
Attachments:
You must be logged in to view attached files.1 day, 12 hours 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.1 day, 7 hours 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.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.