Tagged: avia, drag and drop
-
AuthorPosts
-
April 18, 2015 at 10:51 am #430684
I’ve recently added a code block to a page and the avian drag and drop stopped working ever since on the homepage
tried cloning the page and the problem persistsenfold is updated
wordpress is updatedApril 20, 2015 at 7:17 am #431123Hey Haybazak!
Could you try to disable all plugins to see if that helps? Never seen a RTL installation of WordPress before, it made my head spin :)
Cheers!
RikardApril 21, 2015 at 11:23 am #431884sure all plugins are off atm
April 21, 2015 at 2:50 pm #432026Shalom!
Have you figured it out already? It does load fine on my end – http://i.imgur.com/CR5DmpG.png?1
Cheers!
YigitApril 21, 2015 at 2:59 pm #432037Shalom Yigit!
It loads but I can’t drag and drop elements
April 21, 2015 at 3:12 pm #432047Shalom!
The problem is special characters in your iframe code are going to incorrect places because of RTL. If you do not mind changing direction to LTR only on the backend Textarea elements, please go to Enfold/config-templatebuilder/avia-templatebuilder/assets/css and open avia-modal.css file and find following selector around line 36th line
.avia-style textarea{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:95%; padding:15px; height:150px; }
and change it to following one
.avia-style textarea{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:95%; padding:15px; height:150px; direction: ltr!important; }
and it should work. I am not sure if there is a way to add a code using RTL without breaking it :/
Best regards,
YigitApril 21, 2015 at 4:08 pm #432097I edited the file according to your instructions but I still can’t drag and drop elements on the homepage
I also deleted some of the code blocks (some still remain but those are old and didn’t cause the problem as far as I know)
April 21, 2015 at 4:58 pm #432135Hey!
Can you please try replacing code blocks element with Google Maps element?
Regards,
YigitApril 21, 2015 at 5:45 pm #432194I deleted the code blocks on the cloned page and the problem remains
April 21, 2015 at 6:03 pm #432213Hi!
Please review your website now. You had a button shortcode added inside a Text Block element. The same RTL issue i mentioned above caused it not to work properly. I copied your shortcode into a Code Block element and now it is working fine.
Regards,
YigitApril 21, 2015 at 6:22 pm #432236Cheers that sorted it out!
Appreciate all the help
Peace
April 21, 2015 at 6:28 pm #432244 -
AuthorPosts
- The topic ‘avia drag and drop now working’ is closed to new replies.