-
AuthorPosts
-
April 5, 2017 at 3:28 pm #772616
While this is working fine in Standard Editor of WordPress, the Avia Editor doesn’t keep it’s buttons on top of the page, making it a weird scrolling orgy to format a text that is longer than a few lines.
Is there some switch where I can hold it on top?The other question is about the preview field on the right hand side next to the editor. Can it be switched off somewhere if I prefer to have more working space ??
Thank you in advance.
Kind regards
RalfApril 9, 2017 at 8:40 pm #775107Hey Ralf,
Try this to turn off the Element Preview: https://kriesi.at/support/topic/editor-element-live-preview/#post-761247
But for the Avia Editor there is no current solution: https://kriesi.at/support/topic/avia-builder-elements-scroll-with-page/#post-764599Best regards,
MikeApril 10, 2017 at 9:02 am #775322Thank you Mike,
I tried to switch it off directly in enfold, works perfect.
Now I puted it in my child theme, using this instructions:Also working fine.
But the question is: what happens when there is an update in the file textblock.php? And I guess there will be some update sooner or later to switch this preview on and off in the backend for instance. Do I have to delete this file in this case or can I just say somehow to comment out these specific line only?Thank you for supporting me!
- This reply was modified 7 years, 7 months ago by Ralf.
April 11, 2017 at 3:15 pm #776095Hi,
You can do either. If it becomes unnecessary, you can simply delete the file :)
Let us know if you have any other questions or issues!Best regards,
YigitApril 11, 2017 at 3:19 pm #776099OK thanks a lot Yigit.
Then the only thing left is that scroll orgy at the editor. But I guess you are doing it already after some more people did complain about it.
Thanks and read you next time.April 11, 2017 at 6:44 pm #776251Hi,
I understand it can be a bit of back and forth scrolling while adding and editing long pages. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
VinayApril 12, 2017 at 2:06 pm #776650Thank you Vinay,
I did what you suggested but there is always the same feature request some pages earlier, I guess it was page 4.
So maybe you can kick out my double.
Kind regards
RalfApril 12, 2017 at 9:43 pm #776917Hi!
Sorry, we could not help you much in this case as it will take a lot of time. However, If you like to give it a try we can help you get started.Add the below code to functions.php file.
function admin_head_mod() { echo '<style type="text/css">YOUR-CSS-STYLE-HERE</style>'; } add_action('admin_head', 'a
NOTE: Replace “YOUR-CSS-STYLE-HERE” with your CSS code and it should all be in one line.
Example of CSS code in one line:echo '<style type="text/css">.avia_section_header.goto_demo, .avia_section_header.goto_upload, .avia_section_header.goto_updat
Thank you for the update on the double :)
Best regards,
Vinay- This reply was modified 7 years, 7 months ago by Vinay.
-
AuthorPosts
- You must be logged in to reply to this topic.