Forum Replies Created
-
AuthorPosts
-
Thanks. Where should that go in functions.php, at the top, at the bottom?
Thank you.
Regards Tom- This reply was modified 4 years, 7 months ago by tom.
Hello Yigit,
Last question.
Does all this work also if I want to use a different contact form (like formidable)?
Regards TomThank you, I now see it works.
People no longer have to choose pictures or make a calculation. How does the computer know that you are a “human”?
So the option without is better.
Just curious, that’s why my question.Regards Tom
Hello,
Clearly now, thanks.Is it correct that I see the text in form: “This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.”?
Shouldn’t I see an icon in the bottom right corner, as with Google Services (enfold theme options)?Maybe you can see if everything is okay: https://maastrichtvooriedereen.nl/contact-enfold/
You have the login details.Thanks and regards Tom
Thank you for your response.
That reCAPTCHA is a bit difficult for me to understand.
What exactly to set:I created keys for V2 visable (or should I take invisible?) In https://www.google.com/recaptcha/admin/create. So I did not choose the option V3. Is that correct?
Then in Enfold theme options / Google Services I chose the option reCAPTCHA version 3 (needs V2 as failback verification). Then set in the contact form: Use Google reCAPTCHA V3 if activated (failback is V2)
I then see a calculation in the form that has to be made. Is all this correct?
Or should I use V2 everywhere when choosing V2 from google.
So nice if you help me out to make the right settings.
Regards Tom- This reply was modified 4 years, 7 months ago by tom.
Hello,
Thanks for the answer.
Both emails have arrived.As I understood you entered the email address at “your from address” under Backend Contact Form. Was that all why the mail didn’t work?
Second, you mean the plugin WP-Mail SMTP (settings – Force From Email)? Should it remain checked or can the plugin also be removed?
Last, what is saver / better to use, reCAPTCHA Version 2 (or 3) or Enfold Numeric Captcha?
Regards Tom
- This reply was modified 4 years, 7 months ago by tom.
Hello, thank you for your message.
Question in advance, is everything filled in correctly in wordpress and template so far?
Have read the article, will install a plugin with another contact form and see what happens.I installed WP forms as a plugin (and also WP mail SMTP). This mail arrives well.
The problem has to be the template then. Is this not known to you? I guess more customers suffer from it.Regards Tom
————————————
Note 1
After filling in the (Enfold) contact form, the WP Mail SMTP plugin gives the following error message:EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v1.8.1 logged this error during the last time it tried to send an email:
Mailer: Default (none)
PHPMailer was able to connect to SMTP server but failed while trying to send an email.
Please review your WP Mail SMTP settings in plugin admin area. Consider running an email test after fixing it.This may indicate where the problem might be.
————————————
Note 2
I could not wait longer and I replaced the Enfold form with the other one, otherwise people could not send an email. The original form can be found at: https://maastrichtvooriedereen.nl/contact-enfold/Although the other form (WP forms) works I would like to know why the Enfold form does not work !!
- This reply was modified 4 years, 8 months ago by tom.
January 23, 2020 at 3:16 pm in reply to: Menu continues under logo on ipad (logo is on the left with the menu next to it) #1177645Hello Rikard,
I had also added that code first in the Quick CSS, but then under all the other code that is already there. I didn’t see a difference then, but luckily it works now. I am very satisfied with your support and I love Enfold, great !!
Regards Tom
- This reply was modified 4 years, 10 months ago by tom.
January 22, 2020 at 12:36 pm in reply to: Menu continues under logo on ipad (logo is on the left with the menu next to it) #1177159Hello,
This is what I, and others, see on the ipad: https://imgur.com/a/iDoltON
Menu runs behind logo.I removed the code since it had no effect.
Question, did I place the code correctly in the cutom.css?And what do you mean by “…. open the page in an incognito or private window in your browser.”?
Regards Tom
January 21, 2020 at 1:17 pm in reply to: Menu continues under logo on ipad (logo is on the left with the menu next to it) #1176705Hello,
Sorry, no result for both options
Note: on the desktop it is not a problem, it only concerns the ipad !!
Maybe you can view it yourself on an ipad.Below is how it looks like in the custom.css, put it below “Mobile and Tablet Portrait view”:
——————–
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */}
@media only screen and (max-width: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}- This reply was modified 4 years, 10 months ago by tom.
Oke, thanks.
Regards TomJust perfect.
Thanks for the great support.
Regards TomThanks so far,
Is it also possible to influence the height of the block (padding or margin)?
The bar is now ± 56px high, I would like it to be less high. if it’s possible.Regards Tom
Hi, Rikard,
After opening the funtions.php I saw that it was already there.
I didn’t put it there. Maybe the plugin had already done that itself. Is that possible?The purpose of the plugin is that it reads all text when you move over it with the mouse or select it. You can also do it per piece of text by placing a button with [responsivevoice voice = “Dutch Male” buttontext = “Afspelen”] here comes the text [/ responsivevoice]
If I place the code also under “Google Services” (which also contains the Tracking code) it does read the buttons at the top for example. You can also select pieces of text that are then read. I don’t know if that’s good to do to put it under “Google Services”
I leave it “on” for a moment so that you can hear it. I added the “play” button to the text on the homepage manually.
Like to hear your findings.
Greeting Tom- This reply was modified 4 years, 10 months ago by tom.
Yes, that looks fine.
Can I also use #000000 instead of white, for instance?Regards Tom
- This reply was modified 4 years, 10 months ago by tom.
Hello,
So the code looks like this?
————————-
function add_responsive_voice(){
?>
<script src=”https://code.responsivevoice.org/responsivevoice.js?key=HzkVPBOw”></script>
<?php
}
add_action(‘wp_footer’, ‘add_responsive_voice’);
————————-
And where exactly should this code be in the functions.php? Can you indicate the code lines in between?Hello,
Please tell me where to place it in the template. The only place where I can place script code is under “google services”.
Under “Footer” I see no possibility.Perhaps you do not understand my question?
Regards Tom
This is what it says:
Add the voice code to your website. Copy the voice code and paste it into the HTML of your web page just before the closing body tag.Hello Jordan,
I need to place some code on the website (see private content).
Where can I place that script in enfold? Is that under “google services” where also the google tracking code is?Hope to hear.
Gegards Tom- This reply was modified 4 years, 10 months ago by tom.
Thanks again.
I’m going to try it out.Regards Tom
Hello, thanks for your answer.
I see that there is a possibility for Resize font (font resizer) in it.
But I also need something for ‘text to speech”.
What are you suggest?
Regards Tom- This reply was modified 4 years, 11 months ago by tom.
December 17, 2019 at 2:33 pm in reply to: Where can I change the size of the font main menu #1166835Hello Rikard,
I learn something new every day, thanks.
Regards TomDecember 17, 2019 at 2:31 pm in reply to: Can you link a photo in a masonry gallery to a page #1166834Hello Ismael,
It works now, great. Thanks for all your effort.
You enabled the debug mode. Can you turn that on or off somewhere (now you see that on every page)? Or should that be done, as I have read, in the config file? (see below).
——————————
To do this, you need to enable the debug field for the Advanced Layout Builder. Adding the following to your child’s theme functions.php will do that:// set builder mode to debug
addcore (‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug ()
{
return “debug”;
}
You should now see a new field under the Advanced Layout Builder with the live output of the elements as you add them using the drag and drop interface. Just be careful of editing things in that field as there are no checks or automatic corrections for missing punctuation or code.If you are not using a child theme you need to add the above function after this line in the theme functions.php:
if (isset ($ avia_config [‘use_child_theme_functions_only’])) return;
——————————
If I understand correctly, you will see the entire page in code in the large field at the bottom of the page. So you must always stay away from that !! You can make the changes in the code block.Regards Tom
December 17, 2019 at 2:15 pm in reply to: 2 images side by side (with full width button below) directly below the text #1166831Oke, thanks
Yes!!, Great, it is working again.
Regards TomDecember 16, 2019 at 4:02 pm in reply to: Can you link a photo in a masonry gallery to a page #1166471Hello Ismael
Sorry, I don’t understand a thing.
Can you not build it in the page itself, so I can see what you mean. That would be great.
See: http://maastrichtvooriedereen.nl.transurl.nl/test-enfold/I also placed the question in a separate post, since it no longer really belongs in this post
Below the link to that other post (and the answer from Mike).
I have placed the sidebar on every page like this. If I remove it and set it at page level, it doesn’t matter. Photo blocks are still at the bottom.
Really hope you can help me.
Tom- This reply was modified 4 years, 11 months ago by tom.
December 16, 2019 at 3:46 pm in reply to: 2 images side by side (with full width button below) directly below the text #1166458Hello Mike,
Sorry, I don’t understand a thing.
Can you not build it in the page itself, so I see what you mean. That would be very nice.
See http://maastrichtvooriedereen.nl.transurl.nl/test-enfold/The intention is therefore that the 2 photo blocks with button must come directly below the text and not at the bottom.
I already asked the question in an earlier post, but this was another question. I have therefore asked the question separately.
Below the link to that other post (and Ismael’s answer).
Really hope you can help me.
Tom- This reply was modified 4 years, 11 months ago by tom.
December 15, 2019 at 3:36 pm in reply to: Where can I change the size of the font main menu #1166085Hello Victoria
It works now, but I see that “Main Menu Links” shows 2x in advanced styling. If I remove one, it doesn’t work anymore.
Why is that and why can’t I do it in the same (one) block?
Please take a look yourself.Hope to hear from you
Regards TomYes, great, I see now how it works now.
Another problem. I no longer see the icons in the social share buttons below the page. Not even if I add them manually as a content element.
See: http://maastrichtvooriedereen.nl.transurl.nl/testbericht/ and all other newsitems.
They were there yesterday, haven’t changed since then.Regards Tom
- This reply was modified 4 years, 11 months ago by tom.
-
AuthorPosts