Forum Replies Created
-
AuthorPosts
-
Thnx it did :)
ps. I used a svg and png logo result is the same
Hi Rikard (and easyname),
Thanks, this worked!
Best regards,
Erik
Hi,
Sombody can help with this please?
Hi Rikard,
Thank you, this soled the issue indeed.
Best,
Tim
This reply has been marked as private.Thank you :)
Is it also possible that the sticky kolom stays in its own color section? Now it overlaps the next section.
Hello Victoria,
Its off.
Greets Tim
Hey Victoria,
If its possibile I don’t want to work with the layer slider and with the other full-width Enfold sliders it is not possible to use video, text and buttons like in the color-section.. Is there not a solotion for the color-section to work?
Wkr Tim
Thnx! Is there a solution to do this with the child-theme ccs? Don’t want te change the css in a plugin.
Hello Yigit,
please try:
Hello Yigit,
We de-activated all the plugins bus still this problem. It happens on all de pages but i also see a trange box styling for commig events in the dashboard overview.
Greets Tim
Hello Rikard,
You can close the topic, thanks!
Wkr,
TimHey Victoria,
Thnx that worked fine :) did id also for the other id:
@media only screen and (max-width: 767px){ #top #av_section_3 .av-parallax, #top #av_section_4 .av-parallax, #top #av_section_5 .av-parallax, #top #av_section_6 .av-parallax, #top #av_section_7 .av-parallax, #top #av_section_8 .av-parallax, #top #av_section_9 .av-parallax, #top #cursussen .av-parallax, #top #reviews .av-parallax, #top #faq .av-parallax { background-image: none!important; } }
This reply has been marked as private.Hey Mike,
That worked perfect big thnx!!
Wkr,
TimHello Vinay,
Thnx for the reply is it also possible that when scrolling down/further the header disappears and appears when user stops scrolling?
Wkr,
TimHello Vinay,
I ment Custom Post Type CPT :).
This reply has been marked as private.Hi Mike,
Yes, I downloaded it, and it indeed solves the errors in IE and Edge.
Thank you for helping.
Best,
Erik
Hi Mike,
When I download this and want to extract it on my pc, I get error messages that I can’t copy these documents.
Btw where’s this for? (private)
Greetz Erik
Hi,
Sorry for the late response. But this has been solved!
Best,
Erik
Hello Sigmund & Victoria,
Thanks for the advice it work perfect!
Wkr Tim
Hi Yigit,
Thank you for your response. I’ll check it out with the client of the site, I don’t know why this is done.
Thx again!
Best,
Erik
This reply has been marked as private.With custom sidebar I mean the Enfold Child Custom Widget Area to create a custom sidebar..
but is only working on mob if it must work on desktop the code has to be:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://web.whatsapp.com/send?text=[permalink]", 'label' => __("Deel via WhatsApp",'avia_framework')); return $args; }
Is there a way to combine this?
Hey chrishilli,
This worked for me:
/*Add items on the social share section*/ add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "whatsapp://send?text=[permalink]", 'label' => __("Deel via WhatsApp",'avia_framework')); return $args; }
Hello Victoria see link below thnx!
Hello Basilis,
Ok thnx for the reply. Is it then possible to make buttons of the filters?
Wkr Tim
-
AuthorPosts