Forum Replies Created
-
AuthorPosts
-
Hi,
I’ve found a solution. Filter admid_head only affects the backend!
My solution is:
function role_admin_body_class( $classes ) { global $current_user; foreach( $current_user->roles as $role ) $classes .= ' role-' . $role; return trim( $classes ); } add_filter( 'body_class','add_body_classes' ); function add_body_classes( $classes ) { $classes[] = 'admin_class'; return $classes; }
This allows another class in the body. You can use it to show and/or hide elements by user.
Many greetings
November 3, 2019 at 6:48 am in reply to: Privacy settings: Google Tag Manager/Analytics active even after opt out? #1153468hi ismael,
it’s the same with me too. we would be happy to receive a solution here.
Tobias
Hi snafroth, hi Rikard,
i find a solution. Please change Font to “standard” – now it works on my website!
Best, TobiasHi Rikard,
thanks for your answer. Sorry, we find a solution. Please cancel this conversation.Best regards,
TobiasHi Rikard,
we would be very happy if Guttenberg Blocks would be integrated into the Avia Layout Architect. it would be very nice to use Yoast FAQ´s or other Plugin Blocks on website build with enfold!
Best
TobiasThanks Nikko,
that works great!
Tobias
Hey Rikard,
yes we use the Version 4.6.2.
the problem exists only since the update.
Greetings
Tobias
Hi Ismael,
i understand the EU rights and i am aware of that to. But when i understand it right: Youtube should load when i accept the cookies.
That does not work on our site after update.
Thanks for your answer.
Hey Ismael,
sorry, now you can go in.
I turn this on: https://jmp.sh/iLfuz7B – now it works!
Thank you very much!
Tobias
Hey Ismael,
i find this: https://stackoverflow.com/questions/49393086/wordpress-multisite-with-primary-css-and-functions-file but it didn’t make it work.
Thanks for your help.
Tobias
Hey Ismael,
yes i did, but the changes doesn´t work for all network pages.
Here ist the access to the site:
Thanks for your help.
Tobias
Hey Nikko,
sry, now it works! how can i become enfold beta tester?
Thanks a lot.
Tobias
Sorry Nikko,
it´s the same – i can´t unzip the file. If i upload the file in WordPress Theme – it´s the same.
Best, Tobias
Hey Mike,
thanks for your help.
The link doesn’t seem to be working. While I open the zip file i got a error: https://jmp.sh/qoVUSWO
Please send me a other link.
Thanks, Tobias
THANK YOU VERY MUCH MIKE!
That works great!
Tobias
Hi Mike,
each to a different post. The same link like the link of the post title.
Thanks for your help.
Tobias‘
Hi Mike,
thanks thats a nice hook. But we looking for a solution to change only the Link from the featured image. the link should go to blogpost and not to author page.
Is there another hook to change that?
Thanks for your answer
Tobias
Hey Ismael,
sorry… no … :-(
Please have a look: https://next.touch2be.de/index.php/s/MFQ3LDK8fGjrtQGThanks for your help!
Tobias
Hi Ismael,
yes we did.
Best regards,
Tobias- This reply was modified 5 years, 5 months ago by Tobias.
Hi Ismael,
yes, you are right. But on Live-Site without /stage/ it doesn´t. We don´t find a difference.
Thanks for your help.
Hi Ismael,
no, it is tribe_events – but the script doesn´t work for me.
We decide to use another page to figure it out. Please look at this site (private content). There is only enfold an the events calendar aktiv. But the tribe_events allways in the post loop.
Thanks for your help!
Tobias
Hy Mike,
i find a code-problem in header … made by myself.
Please close this threath.
Thanks for your help…
Tobias
- This reply was modified 5 years, 6 months ago by Tobias.
Hi Basilis,
thanks for the link but the plugin didn’t bring a solution.
We duplicated the page and looked for a plugin conflict on a stage environment. The code to integrate SearchWP as described here does not work.
Please have a look at the website. Thank you very much!
Tobias
Hey Mike,
thanks for your help!
Tobias
Hi Victoria,
thank you for your answer.
We try this, but that didn´t work for us:
// exclude events in blogposts add_filter('avia_blog_post_query', 'avia_blog_post_query_mod', 10, 2); function avia_blog_post_query_mod($query, $params) { $query['tax_query'][] = [ 'taxonomy' => 'category', 'field' => 'name', 'terms' => 'termin', 'operator' => 'NOT IN', ]; return $query; }
Maybe there is a bug… we duplicate the post entry box and on the second box only regular blog post are shown. please have a look at our website.
Thank you very much.
Tobias
Hi Vicoria,
thank you for pointing that out. We do not want to extend the search. Here the Enfold standard solution would be enough for us.
Sorry, i forget to explain that we use the plugin searchwp. We integrate it with this: https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search
But the Ajax Search still doesn’t work.
How can we represent the missing Ajax answer with searchwp?
Thanks for your answer.
- This reply was modified 5 years, 6 months ago by Tobias.
Hi Victoria,
thanks for your answer. We change it https://jmp.sh/F4alAQG but the events are always there.
Thanks for your help
Tobais
Please try again
Hi Nikko,
Thanks for your help. It worked!
Is it possible to change the duration too?
Best, Tobias
- This reply was modified 5 years, 7 months ago by Tobias.
-
AuthorPosts