Forum Replies Created
-
AuthorPosts
-
Hey medienvirus,
Thank you for using Enfold.
We created a plugin for it but you have to use V2.
// https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
Best regards,
IsmaelHey philcrothers,
Thank you for using Enfold.
Go to the Screen Options and enable the “Link Target” option. More info here: https://www.megamenu.com/documentation/how-to-open-menu-links-in-a-new-tab-or-window/
Best regards,
IsmaelHi,
The code should look something like this:
// exclude categories add_filter( 'avia_blog_post_query', 'avia_blog_post_query_mod', 10, 2 ); function avia_blog_post_query_mod($query, $params) { if( is_page('home') ) { // exclude meat category when the current page is "home" $query['tax_query'][] = [ 'taxonomy' => 'category', 'field' => 'name', 'terms' => 'meat', 'operator' => 'NOT IN', ]; } if( is_page('fish') ) { // exclude an array of categories on the "fish" page $query['tax_query'][] = [ 'taxonomy' => 'category', 'field' => 'name', 'terms' => array('meat', 'vegetables', 'fruits'), 'operator' => 'NOT IN', ]; } return $query; }
Refer to the documentation for more info:
// https://developer.wordpress.org/reference/functions/is_page/
// https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_ParametersBest regards,
IsmaelHi,
Thank you for using Enfold.
There are no errors in the console and the menu is displaying properly.
Screenshot: https://imgur.com/a/XjJ370y
Is this fixed?
Best regards,
IsmaelHi,
Did you find a masonry element in the page? Let us know if you’re still having the issue.
Best regards,
IsmaelJanuary 22, 2019 at 4:21 am in reply to: Enfold Kontaktformular hat Probleme mit outlook.com und hotmail.com #1057008Hi,
Thank you for using Enfold.
These steps might help: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHi,
You can toggle the elements’ visibility in their options panel. Just look for the Screen Options tab.
Best regards,
IsmaelHey kinnear,
Thank you for using Enfold.
Did you get it to work? The map is displaying properly.
Best regards,
IsmaelHi,
It doesn’t look blurry on my end. Have you tried to insert a larger image? The size of the current image is only 500x300px.
Best regards,
IsmaelHey Uncannystevo,
Thanks for the info.
I modified the plugin a bit. You have to modify the “public/class-enfold-recaptcha-public.php” file and edit this code around line 196:
var form = jQuery(".avia_ajax_form");
Replace it with:
var form = jQuery(".avia_ajax_form").not(".avia-mailchimp-form");
Best regards,
IsmaelHi,
I tried login but the info are incorrect. Please check the login details carefully.
Best regards,
IsmaelJanuary 21, 2019 at 2:35 pm in reply to: spam email from contact form even with the google reCAPTCHA 2 #1056674Hey YongyanLi,
Thank you for using Enfold.
Have you tried installing a security plugin like Sucuri or WordFence? You can also use a third party contact form plugin like Gravity Form or Contact Form 7 to prevent spammers from abusing the current or default contact form.
Best regards,
IsmaelHi,
Can we access your file server? I would like to debug the code.
Best regards,
IsmaelJanuary 21, 2019 at 2:29 pm in reply to: Woocommerce Composite product plugin bugs lightbox inside Enfold theme #1056662Hey jsibrian424,
Thank you for using Enfold.
According to that thread, you have to listen for the “component_selection_changed” event and re-activate or re-initilize the theme’s lightbox script.
// https://kriesi.at/support/topic/lightbox-of-composite-product-woocommerce-plugin-bugs-inside-enfold-theme/#post-978838
Best regards,
IsmaelHi,
You can add a widget inside the header area. More info here: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelJanuary 21, 2019 at 7:51 am in reply to: How to add New Element's shortcode to Builder setFullwidthElements array #1056469Hey Switzer,
Thank you for using Enfold.
You can use the “avf_fwd_elements” filter to add a new full width shortcode or element to the existing array.
Best regards,
IsmaelHey mitiuphoto,
Thank you for using Enfold.
Yes, that filter can be implemented to the masonry element but it’s not available out of the box. Unfortunately, that implementation is way beyond the scope of support, so you’ll have to hire a freelance developer or contact our partner, Codeable. Or ask the plugin author if they offer customization. I’ll ask the team to check the thread.
Best regards,
IsmaelHi,
The contact form shortcode was wrapped in a code tag. I removed that tag. Please remove the browser or do a hard refresh prior to checking the page.
<code>[gravityform id="1" title="false" description="false" ajax="true" tabindex="1"]</code>
Best regards,
IsmaelHi,
I found 4 directories in your server and I’m not sure which one is which. Which directory should we modify?
Best regards,
IsmaelHi,
I can’t find what’s causing the issue. Did you use the “khak” category for posts and products?
Best regards,
IsmaelJanuary 21, 2019 at 7:15 am in reply to: Adding Social Media Icons at bottom of mobile menu #1056456Hi,
Would you mind if we access the dashboard and the file server? You can post the login details for both in the private field.
Best regards,
IsmaelHi,
Could you give us a screenshot of the layout that you have in mind? You can use imgur or dropbox.
Best regards,
IsmaelJanuary 21, 2019 at 6:20 am in reply to: After password protection removed my page.php child theme code is not working #1056434Hi,
Are you using the advance layout builder? You have to edit the template-builder.php file.
Best regards,
IsmaelHi,
It’s located around line 80. Let us know if you need further help.
Best regards,
IsmaelHi,
Did you regenerate the thumbnails after adding the code? I recheck the events template and it seems to be using the “medium” thumbnail, which is specified in the Settings > Media library. Please try to adjust that thumbnail and then regenerate thumbnails again. Or post the FTP details in the private field so that we can check the events template.
Best regards,
IsmaelHi,
Use this css code to remove the categories from the search results page.
.search-results span.blog-categories.minor-meta { display: none !important; }
Best regards,
IsmaelJanuary 21, 2019 at 5:38 am in reply to: Inserting Google Captcha in the Enfold contact form #1056417Hey gabs01,
Thank you for using Enfold.
Is this the image?
// https://pronosgame.fr/wp-content/uploads/2019/01/montage-snap-insta-pronosgame.png
It doesn’t look blurry or anything.
Best regards,
Ismael -
AuthorPosts