danielfanaei
Forum Replies Created
-
This is still not working. not sure why it’s marked as resolved.
Updated to the latest version to this date.Ok so, It looks like the old ones are working now but any new page that is created with new wrapper links aren’t working. I don’t have any cache plugin and I have cleaned my browser cache. ew wrapper links not working.
- This reply was modified 2 years, 11 months ago by danielfanaei.
- This reply was modified 2 years, 11 months ago by danielfanaei.
Thanks for your reply.
it’s been 4 days now. an issue like this that disables all wrapper links in a site can cause huge problems for people. and when an update takes a very long time, it’s not really nice. people can’t wait that long with their website links not working.is there a temporary patch that you can suggest until the update is released?
thanks @bdkoder
I just updated it, However, the issue is still not fixed. The content is not getting fixed. It looks fixed when editing in elementor editor but on the page itself is still the same.Update:
The only way I can fix it in the RTL Page is with CSS now. so, when I enter the CSS code below, It will bring the title to the right but it still keeps the Icon on the right as well. The icon is supposed to go to the far left..bdt-accordion .bdt-accordion-title .bdt-title {
justify-content: flex-start !important;
}The original CSS (found through Inspect Element) is what is shown below:
.bdt-accordion .bdt-accordion-title .bdt-title {
justify-content: flex-end;
}- This reply was modified 3 years, 2 months ago by danielfanaei.
- This reply was modified 3 years, 2 months ago by danielfanaei.
- This reply was modified 3 years, 2 months ago by danielfanaei.
@bdkoder
thanks for the reply.
yes, in RTL mode the title has to be on the right and the icon on the far left.
When do you think the update could be available?