Home › Forums › Basel support forum › Side Cart Issue in Arabic
Side Cart Issue in Arabic
- This topic has 23 replies, 2 voices, and was last updated 4 days, 21 hours ago by Artem Temos.
-
AuthorPosts
-
November 27, 2024 at 6:14 pm #616755
emadkheParticipantHello,
Side Cart Overlaps the Screen:
The side cart appears and covers a large portion of the screen.
It cannot be closed, even when clicking the close button.Worse on Mobile Devices:
On mobile, the cart covers an even larger portion of the screen.
Additionally, the auto-fill password prompt often appears as if login credentials are required for every interaction on the website.
These issues occur only in the Arabic version of the site, while everything works perfectly in other languages.I contacted WPML support, and they confirmed that their plugin does not cause the issue but is related to the theme.
Could you please advise on how to resolve this issue?
Thank you for your assistance.Attachments:
You must be logged in to view attached files.November 27, 2024 at 7:32 pm #616804
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
November 27, 2024 at 9:18 pm #616835
emadkheParticipantSure,
I want to ensure that my website will not be disconnected.
I will provide you with a staging website if possible.
Please check.November 28, 2024 at 11:23 am #616989
Artem TemosKeymasterWe don’t see any problems with the side cart on your website https://gyazo.com/0dfc4d8a0f6d3e571a4e2a4de416567a
Could you please check it from your end?November 28, 2024 at 11:30 am #616998
emadkheParticipantThe screenshot you sent is from the staging website, where I diactivated all the plugins as you requested.
I deactivated all the plugins and checked the website, but the problem was still there.
Now, the problem has disappeared.
I’m not sure what happened in this case.November 28, 2024 at 3:31 pm #617175
emadkheParticipantI repeated what I did with the staging website with my website.
I deactivated all the plugins and checked the website; the error was still there, so I activated them again.
The is didn’t help.
I provided you with the credentials for the website.
Can you please take a look?Thank you.
November 28, 2024 at 6:10 pm #617259
emadkheParticipantCan someone help me, please?
November 28, 2024 at 9:01 pm #617316
Artem TemosKeymasterMost likely, it is caused by some of the installed plugins. We need you to disable plugins on your production so we can check ourselves.
November 28, 2024 at 9:12 pm #617319
emadkheParticipantI can’t do that for a long time.
I don’t know when you are online to follow up.
I did that, and the problem was still there.
Can you do it when you are online, please?
In this case, you can reactivate them when you do the test, and the website will not be without functions for a long time.November 29, 2024 at 11:44 am #617544
Artem TemosKeymasterI will be online for the next 3-4 hours. Please do this now and I will check this asap.
November 29, 2024 at 11:54 am #617561
emadkheParticipantI did that
I activated only the “Maintenance Mode” plugin to ensure the website would not appear without functions.
The admin is still able to browse the website.
Please check it.November 29, 2024 at 12:07 pm #617569
Artem TemosKeymasterAs we can see, the problem is caused by the child theme. Please restore the original child theme or disable it completely to fix it.
November 29, 2024 at 12:30 pm #617583
emadkheParticipantWill that affect the modifications and the colours I changed on the theme?
November 29, 2024 at 12:49 pm #617593
emadkheParticipantI deleted the child theme.
The activated theme now is the parent Basel.
The issue is still there.November 29, 2024 at 1:17 pm #617615
emadkheParticipantThe issue is solved now.
It was showing the same error because my browser was caching.
For now, how can I have the new child theme?
Do you have a link?November 29, 2024 at 2:15 pm #617666
Artem TemosKeymasterYou can find it in the full package downloaded from ThemeForest. Download and unzip the file, and find the basel-child.zip file in the Basel Theme folder.
November 29, 2024 at 3:17 pm #617698
emadkheParticipantI installed a fresh child theme.
When I activated it, the issue appeared again.November 29, 2024 at 3:18 pm #617700
emadkheParticipantnow activated the parent theme again
what should I do, please?November 29, 2024 at 5:36 pm #617771
Artem TemosKeymasterTry to replace the code in the functions.php in the child theme with the following one
function basel_child_enqueue_styles() { $version = basel_get_theme_info( 'Version' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'bootstrap' ), $version ); } add_action( 'wp_enqueue_scripts', 'basel_child_enqueue_styles', 10010 );
Kind Regards
November 29, 2024 at 7:26 pm #617829
emadkheParticipantI did that.
The problem is still there.December 1, 2024 at 9:53 am #618105
emadkheParticipantAnd the code you provided is appearing on the top of the website.
That’s why I must reactivate Basel parent until you check the code.December 2, 2024 at 10:33 am #618267
Artem TemosKeymasterHello,
You didn’t copy the code correctly, so it didn’t work. We have fixed this on your website, so please check how it works now.
Kind Regards
December 2, 2024 at 10:37 am #618270
emadkheParticipantThank you so much.
The issue solvedDecember 2, 2024 at 10:58 am #618289
Artem TemosKeymasterYou are always welcome. Feel free to contact us if you have any further questions.
-
AuthorPosts
Tagged: cart issue
The topic ‘Side Cart Issue in Arabic’ is closed to new replies.
- You must be logged in to create new topics. Login / Register