Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. Use this filter to add a new element below the header.
add_action('ava_after_main_container', 'ava_after_main_container_mod', 10); function ava_after_main_container_mod() { echo '<div class="fixed-donate-button">DONATE</div>'; }
You can then target that class attribute to set the container as a fixed element in the browser.
.fixed-donate-button { position: fixed; right: 10%; bottom: 10%; z-index: 1000; }
Best regards,
IsmaelHi,
You should ask the plugin author for the actual hook/function that the plugin is using to render the related products and then remove it with the “remove_action” function. You can then use the plugin function back on another hook, or adjust the priority, to move the related post section wherever you like.
This one removes the default woocommerce related products section:
// https://docs.woocommerce.com/document/remove-related-posts-output/
Best regards,
IsmaelHi,
That is the default width of the “entry_without_sidebar” thumbnail. Use this plugin to adjust it.
// https://wordpress.org/plugins/simple-image-sizes/
Don’t forget to regenerate the thumbnails after the adjustment.
Best regards,
IsmaelNovember 21, 2018 at 11:54 am in reply to: Enfold contact form not sending mail – other problems ruled out #1035993Hi,
@VanDongenOnline: Thanks for the info. This might help as well:// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHey Craig,
Thank you for using Enfold.
That button is visible on my installation. Have you tried disabling the plugins? Maybe, there’s a conflict somewhere.
Best regards,
IsmaelHi,
How can I near a little bit the pictures?
It’s a bit unclear. Do you want to create some space between the images? You can use the separator/white element for that.
Best regards,
IsmaelNovember 21, 2018 at 11:27 am in reply to: Burger Menu not displaying correctly on Iphones (Safari) #1035984Hey Davideto,
Thank you for using Enfold.
Did you move the site? It’s not loading properly on my end. I’ll ask the team to check it on iPhone.
Best regards,
IsmaelHi,
I can’t reproduce the issue on my end, checking on Chrome/Opera Windows 8. The password page displays immediately on page load. Is this fixed? Where are you testing it?
Best regards,
IsmaelHi,
Thanks for the update. The login credentials are incorrect though. Please check it carefully.
And avoid posting sensitive info in the public field because everyone will see it.Best regards,
IsmaelHi,
The menu items are working properly on my end. What do you mean by “roll-over”? You can use this css code to change the hover state color.
.main_color .av-subnav-menu a:hover { color: red; }
Best regards,
IsmaelHi,
@unicaweb: We’ll close this thread now. Please create a new thread with the site url and the login credentials. Make sure that the site is running on version 4.5 and that the Appearance > Editor panel is accessible.Best regards,
IsmaelHi,
You’ve posted the login url twice. Please add the password.
Best regards,
IsmaelHi,
Maybe, you have to adjust the bottom margin. Have you tried that?
Best regards,
IsmaelHi,
You should create a backup or a restore point first. This is quite important. And then refer to this documentation.
// https://deliciousbrains.com/wp-migrate-db-pro/doc/quick-start-guide/
Best regards,
IsmaelNovember 21, 2018 at 10:52 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1035963Hi,
You can copy that code on the child theme’s functions.php file for your next project. Just replace the site and secret key with your own. You have to use reCAPTCHA v2 instead of v3.
@robmarek: Did you change the keys on these lines?Site key: (line 06)
var key = 'SITE KEY HERE';
Site key: (line 101)
$key = 'SITE KEY HERE';
Secret: (line 76)
$secret = 'SECRET KEY HERE';
Best regards,
IsmaelHi,
Did you set jQuery to load in the footer? Please let us know once the site is live so that we can test it. You can also try to replace “on” with “addEventListener”.
Best regards,
IsmaelHi,
I can’t see the issue on mobile view. Can you provide a screenshot? Please use imgur or dropbox.
Best regards,
IsmaelNovember 21, 2018 at 10:39 am in reply to: Enfold 2017 Demo layerslider template accidentally removed #1035953Hi,
Great! Not really sure why those imports didn’t work but I’m glad that you found something. Let us know if you need anything else.
Have a nice day. :)
Best regards,
IsmaelHi,
This thread should help.
// https://kriesi.at/support/topic/image-hover-effect-not-working/#post-1035089
Best regards,
IsmaelHi,
Glad it’s fixed. Mind sharing the solution for other users? Thanks. :)
Best regards,
IsmaelHi,
Thanks for the update.
This css code should help.
.woocommerce-product-gallery.woocommerce-product-gallery--with-images div, .woocommerce-product-gallery__image { max-height: 297px; }
Best regards,
IsmaelHey minogig,
Same thread here: https://kriesi.at/support/topic/problem-dispaly-product-on-subdomain/#post-1035096
Please refrain from creating duplicate threads. Thanks.
Best regards,
IsmaelHey!
This same script is working on another site.
// https://kriesi.at/support/topic/how-can-i-put-in-the-google-captcha-in-the-enfold-contact-form/
Cheers!
IsmaelNovember 20, 2018 at 8:36 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1035472Hi,
Thanks for the info. It’s working now. (see private field for the final modification)
Best regards,
IsmaelHi,
Great! -Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
This is an example of a page with the team member element.
// https://kriesi.at/themes/enfold-2017/elements/team-member/
You can transform the member image container into a circle as you can see here:
// https://kriesi.at/documentation/enfold/team-member/#circle-team-member-image
Best regards,
IsmaelHi,
The “debouncedresize” event is triggered every time the load more button is clicked, so that modification should have worked. Can I access the dashboard? I would like to test the script.
Best regards,
IsmaelHi,
Thanks for the info.
The timeline icons are not animating properly. I have added this code on the Quick CSS field to disable the animation for smaller screens.
#top .av-milestone { opacity: 1; } #top .avia-timeline-animate .av-milestone .milestone_icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
Best regards,
IsmaelHi,
This is what I get in the console:
recaptcha__en.js:500 Uncaught Error: Invalid site key or not loaded in api.js: 6Ld5hBQUAAAAAPbwsc7bGO9tE68Io1ZQIl8gamBC
at Object.nf [as execute] (recaptcha__en.js:500)
at (index):39Did you remove the old v2 key? Please generate another v2 key and let’s try both.
Best regards,
IsmaelNovember 20, 2018 at 7:42 am in reply to: portfolio masonry does not show text in 2 row view #1035454Hi,
Awesome! -Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
Ismael -
AuthorPosts