Forum Replies Created
-
AuthorPosts
-
Hey Dake,
as you said I commented it out. The result is:
– The inline Styles are still there
– I have a Warning:Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'avia_style_generator::print_styles' was given in /home/www/web92/html/wp-test/wp-includes/plugin.php on line 496
So this can´t be the solution.
Please see private content
Thanks for for your snippet. This will show up the Icons BUT disable the effect. Can you tell me why your effect not working proper?
Tested it on Chrome (latest) and Firefox on MAC – in both Browser the Icons do not show up (even sometimes)
There are some useless inline styles e.g.:
<div class="textwidget"><div class="container" style="height: 90px; line-height: 90px;"> hallo </div>
Hi Ismael, thank you so much. You can close this topic.
OK again: Here are the account details (please see private content)
OK – I have installed a test version for your support only. You will get the account details with the upcoming private message.
… sorry, this URL should work:
http://www.awesomescreenshot.com/image/363124/79d447d7c66da527ec1fa2c0005c4b95Hallo Rikard,
ich versuche es nochmals auf deutsch – evtl. ist mein Englisch nicht verständlich. Also ich will den “Headline Rotator” in einem “Vollbild Slider” anzeigen. Wie in einem älteren Forumseintrag vorgeschlagen, schreibe ich dafür den Shortcode in die “Caption”.Im Frontend ist der headine Rotator allerdings nicht sichtbar. Einen Screenshot des Backends hier:
http://www.awesomescreenshot.com/showImage?img_id=363124Hoffe so lässt sich die Frage beantworten.
Hi Yigit,
my website is still in a local environment. Can you please write what I have to do?Thank´s it´s working now ;-)
… but your Styles are working! So the following function will work for me:
function ava_remove_video_element() { echo '<style> #avia_builder .handlediv, #avia_builder .hndle.ui-sortable-handle, #avia_builder a.avia-hotkey-info, #avia_builder a.avia-expand-button.avia-attach-expand, #avia_builder .avia-template-save-button-container, #avia_builder .inside .shortcode_button_wrap { display: none; } #poststuff .inside, #avia_builder .avia_meta_box { margin: 0; } #avia_builder .avia-controll-bar { top: 0; } </style>'; } add_action('admin_head', 'ava_remove_video_element');
… this will give me an parse error:
Parse error: syntax error, unexpected T_FUNCTION… thank´s!
OK I´ve copied the function in the function.php of my child theme – it´s not working!@Ismael:
Your function disable the whole editor. That´s not what I want – see my Screenshot above.… yes, I mentioned that in my second thread:
“I want hide the “Avia Layout Architekt”. Usually this should be possible in the WP Screen Options. But this also doesn´t work.”So it´s not possible to disabling the “Avia Layout Builder” in the Screen Options.
Thanks Yigit – it works rudimentary:
The headline “Avia Layout Architect” and the Templates Button is still visible. How can I make this elements invisible too?… I can write some CSS like the following in avia-builder.css to hide the Layout Builder:
.shortcode_button_wrap { display: none!important; } .avia-template-save-button-container, .avia-expand-button, .postbox .hndle { display: none; }
… but it´s not really nice an it´s not working in the child theme.
Hi Ismael,
thanks for the snippet – but it´s nit working!For me it looks like a function . Therefore I put it in the Child´s function. With the result that I only see a white screen. I put it in the child´s Style as you said. With the result that nothing changed.
So what should I do? Your “Avia Layout Architekt” in the WP Option-bar doesn´t work. And yours and Elliots answer doesn´t work!
Hi Elliott,
thank´s – I like your idea, but it doesn´t work in a child theme.I want hide the “Avia Layout Architekt”. Usually this should be possible in the WP Option-bar. But this also doesn´t work.
In addition I like to disable the “Avia Layout Architekt” by CSS or in a function in the Child Theme. Is this possible?
-
AuthorPosts