Forum Replies Created
-
AuthorPosts
-
Hey Nikko,
I’ve found the issue. Since the Key would not save inside Enfold settings, I’ve tried before with additional javascript before trying the PHP-method. That old script was still there and interfering.
It’s all working now!
Whops, missed that.
I changed that but still, the maps API tells me that theres no API key. :-/
I reloaded the page several times and made sure the code is updated via console…Any idea what could be wrong?
Thank you Victoria, that was what I’m looking for!
I created a copy of the functions-enfold.php in my child theme and deleted the function, but it still shows the buttons.
I need some more help on how to do thisLink is attached, the buttons are hidden via CSS but they are still in the code for the crawlers to find.
I could remove them like descriped here but that would mean I have to edit that file everytime theres an update…
This reply has been marked as private.Nevermind, got it working after waiting one day.
You could add this to the quick-css in the gereral styling options:
.av-inner-masonry-content { backgorund: rgb(0,0,0,0.35); }
You have to enter RGBA values, the last one is for opacity (in this example 35%)
Thank you all for the help and support, I found the issue in the end!
There was an error in my php-code in the functions php, that applied only to logged out users.
So that’s why you guys couldn’t see it :-)Fixed it, everything works perfectly again!
This can be closed!I created an detailed illustration of the problem(s).
Hey Ismael,
I’ve updated every single page on the website and now the elements are shown again.
Still, the additional information in the top bar is shifted up and the fullscreen-section on the start-page is over 3000 pixels high!Hey Victoria,
first of all, your “here’s how to do it link” gets converted into an iframe I can’t scroll in.
Got it enabled anyways ;-)The tabs are only hidden if you FRIST go to the product page from google without any cache.
If you navigate to the product, the tabs are there. Very strange… Anyway, lets move on to the screenshots: (private)This can be closed, thank you!
Wow this made it worse, but brought me on the right track!
.entry-content-wrapper { margin: auto !important; }
This fixed it!
Thanks!Tried all that, still no idea :-(
I just tested it, no difference… I also re-arranged the elements in the avia builder, enabled and disabled sidebar, nothing changes. It’s this site only and I have no clue whats different :-(
This is also happening to me! *subs thread*
June 11, 2018 at 4:23 pm in reply to: YouTube Videos not Loading (Can't disable conditional play) #971275Sure, here you go!
(You can turn it off if you want, just re-enable it afterwards, please)February 6, 2018 at 12:22 pm in reply to: How to use Avia Layout Builder in custom post types (made with Toolset-plugin)? #908523I double checked my code, I got it from here and my quotationmarks are the correct ones
February 5, 2018 at 3:03 pm in reply to: How to use Avia Layout Builder in custom post types (made with Toolset-plugin)? #908025This won’t work for me. When I try to edit the functions.php in the Child-Theme I get this message:
Kommunikation mit der Website, um auf fatale Fehler zu prüfen, nicht möglich, daher wurde die PHP-Änderung rückgängig gemacht. Du wirst deine veränderte PHP-Datei mit anderen Mitteln hochladen müssen, wie per SFTP.
English:
It was not possible to communicate with the website to check for fatal errors, so the PHP change was undone. You will need to upload your modified PHP file by other means, such as SFTP.
Sadly, I have no access to the FTP since I am not the Administrator of the server, only for the WordPress.
I found a workaround for my problem. Instead of using the “Emoji” by itself I used the HTML-Character-Code: & # 1 0 0 8 4; (without spaces)
- This reply was modified 6 years, 9 months ago by Luca.
Hey guys, the same is happening for me… I wanted to add an in the headline under the video but it disappears everytime I edit something.
- This reply was modified 6 years, 9 months ago by Luca.
Yep, solved :)
Not at all sadly…
I need that extra element to be filled out by javascript. Look this is the form code:
<form action="https://www.lythas.com/entscheidung/schritt-3/" method="post" class="avia_ajax_form av-form-labels-hidden avia-builder-el-6 el_after_av_codeblock avia-builder-el-last av-centered-form " data-avia-form-id="1" data-avia-redirect="">
There’s no actual ID that can be targeted via JavaScript. This doesn’t work:
document.getElementByDataAviaFormId("1")
Soooo, is there any way to target THAT SPECIFIC form? Or can attach an ID to that?
I thought a lot about this and instead of targeting the form I created the element and then targeted that:
<script type="text/javascript"> setTimeout(function () { var id = window.location.search.substr(1); document.getElementById("avia_9_1").type = "hidden"; document.getElementById("avia_9_1").value = id; }, 0); </script>
- This reply was modified 7 years, 3 months ago by Luca. Reason: I thought a lot about this and instead of targeting the form I created the element and then targeted that: ` setTimeout(function () { var id = window.location.search.substr(1); document.getElementById("avia_9_1").type = "hidden"; document.getElementById("avia_9_1").value = id; }, 0); `
Ok I have the ajax form from the template builder.
I need to add a hidden element to this like this:
<input type="hidden" value="<id>" />
The id comes from the URL (see private content).
How do I add this to the form? Or is this even possible?Ok this is hard. I think I’ll just do it without the animations on the pages where YouTube Videos are embedded for now…
But thank you anyway :)The problem is only in Chrome but across all my devices.
I also disabled all Chrome extensions to see if this makes any difference, but that’s not the case.
I have no problem with other browsers like Edge or IE…I even tested different methods of embedding the code but the outcome is the same every time!
My connection is okay, watch this: https://www.youtube.com/watch?v=mT3sqUCxrMc
If I remove the YouTube Video it works fine (btw. it’s embedded unsing the video block from the avia builder).
This is the same with the original iFrame from YouTube…had to change it to “max-width: 1046px” and now it works PERFECT! :)
Thank you Jordan!Ok I’ve spent quite some time with the code and did some modifications…
.klick-tipp input[type=text] { width: 100%; margin-bottom: 0; display: inline; min-width: 50px; padding: 13px !important; border-radius: 2px !important; } #top input[type="text"] { border-radius: 2px !important; } .klick-tipp .form_element_third { width: 32.6%; margin-left: 10px; float: left; } .klick-tipp .first_form { margin-left: 0; }
How do we make this bad boy responsive do you say?
-
AuthorPosts