Forum Replies Created
-
AuthorPosts
-
Hi,
I was referring to this reply:
I think it’s possible but I don’t think will serve much purpose since smaller devices which the burger menu shows up are either mobile phones or tablets where you don’t really have a hover.
Mobile phones don’t have a hover state, so what you’re after is not possible.
Best regards,
IsmaelHi,
Yes, I know. Again, ids attribute is not supported by the “av_masonry_entries” shortcode. You can only use that attribute or parameter on a “av_masonry_gallery” shortcode.
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,
IsmaelDecember 5, 2018 at 5:14 am in reply to: WooCommerce Currency Converter – problem with Variants in Enfold #1041068Hi,
Looks like you’re using the ALB. Did you add the product price element? That element is using the get_price_html() function from woocommerce. Please ask the plugin author how the plugin renders the currency.
Best regards,
IsmaelDecember 5, 2018 at 4:55 am in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1041065Hi,
Thanks for the update. Add the following script in the functions.php file to set the volume to 100 when the video starts to play.
add_action('wp_footer', 'ava_custom_vimeo_api'); function ava_custom_vimeo_api(){ ?> <script type="text/javascript"> var iframe = document.querySelector('.av-video-slide .mejs-mediaelement iframe'); var player = new Vimeo.Player(iframe); player.on('play', function() { console.log('playing'); player.setVolume(100); }); </script> <?php }
Best regards,
IsmaelHi,
I get an “authentication failed” error. I tried it with SFTP and a plain FTP. Please check it carefully. Are you blocking any countries or IP addresses?
Best regards,
IsmaelDecember 5, 2018 at 4:11 am in reply to: Page footer displays different on pages and woocommerce pages #1041057Hi,
Did you add this css code?
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 110px; }
It’s where the top padding comes from.
Best regards,
IsmaelHi,
Odd. The “no-reply” email address is automatically set as the default “from” address when the autoresponder email is not set or when an email field does not exist in the contact form. Again, you can set the “from” address manually by using the filter.
Best regards,
IsmaelHi,
Thanks for the update.
The AJAX portfolio is using the “Large” thumbnail by default, so adjusting the thumbnail size from the Settings > Media panel should help. You have to regenerate the thumbnails after the adjustment.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Sorry if we can’t be of much help this time. Please open a new thread if you need anything else. I’ll close the thread for now.
Best regards,
IsmaelHi,
Add this css code to remove the top margin of the heading element inside the very first color section in that page.
.forum-archive.bbpress #main #av_section_1 .av-special-heading { margin-top: 0; }
Best regards,
IsmaelHi,
Thanks for the info. Please refer to this doc.
// https://developers.google.com/maps/documentation/javascript/get-api-key#premium-key
You need to set key restrictions or specify the allowed http referrers.
On the dialog, click Restrict Key.
(For more information, see Restricting an API key.)
On the API key page, under Key restrictions, set the Application restrictions.
Select HTTP referrers (web sites).
Add the referrers (follow the instructions).
Click Save.// https://developers.google.com/maps/documentation/javascript/get-api-key#key-restrictions
Best regards,
IsmaelDecember 5, 2018 at 3:07 am in reply to: How to configurate Google Captcha in Contact Form because of spamming problem #1041048Hi,
Are you sure that you’re using V2? The plugin is not going to work with V3. I added a placeholder or text field so that you can replace the text after the widget. Please download the plugin again and re-install it.
Best regards,
IsmaelHi,
I think I found the issue but I couldn’t test it because the Appearance > Editor panel is disabled. Please edit the js > avia.js file, look for the AviaAjaxSearch function and edit this code around line 1328:
minChars: 3,
Try to set the value from 3 to 6. Actually, the default value should work just fine but it’s being hindered by another ajax script. Do you know where this is coming from?
ttps://events-writer.smartlook.com/rec/events?rid=jpw-KEmkygW&sid=bc5mOUzBvmK6&pid=5824f01a673eec64628b456a&vid=L8k8wiy1oKP&group=10d&source=website
Best regards,
IsmaelHi,
I adjusted the code a bit, increase the “tick” interval and set it to target the very last masonry item in the container.
Best regards,
IsmaelHi,
The login info above is invalid. Please check it carefully. These steps might help.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelDecember 4, 2018 at 1:50 pm in reply to: Cant save changes anymore – always old version is saved #1040721Hi,
I’m not really sure what’s wrong with the start page but saving works on a new page. (see private field)
Did you add any html tags on the start page? Please try to recreate the page from scratch.
Best regards,
IsmaelDecember 4, 2018 at 1:41 pm in reply to: Content-subnavi – highlighting work not correctly, may interfere with other elem #1040718Hi,
Thanks for the info.
The second item is always set as the “active-menu-item” regardless of the scroll position, so it’s always highlighted. Did you add any modifications to the theme? You can remove the highlight color temporarily.
.active-menu-item a * { color: inherit; }
Best regards,
IsmaelHi,
Thank you for using Enfold.
What is that css code for? This css modification hides the 3rd image.
.avia-image-overlay-wrap a.avia_image { overflow: hidden; }
Best regards,
IsmaelHi,
I would like to apologize for the late response. I’m not really sure what’s going on here. I’ll ask the dev team to take a look.
Best regards,
IsmaelHi,
Thank you for the update.
1.) Yes, it’s possible. Set the Enfold > Shop Options > Product gallery to the second option.
2.) Are you referring to the product tabs? Try this css code:
#top div div.product .woocommerce-tabs .panel { border: 0; }
3.) This is possible but you have to switch to the Advance Layout Builder (ALB). The tab section element is not available from the default editor.
4.) Again, this is possible but you have to manually create the product content using the ALB.
Best regards,
IsmaelHey EWAKOPI,
Thank you for using Enfold.
This css code should remove that outline:
.tabcontainer .tab { outline: none; }
Best regards,
IsmaelHi,
@marcoabis81: I can’t find this filter in your functions.php file anywhere.// https://kriesi.at/support/topic/sort-magazine-items-in-alphabetical-order/#post-758856
Where did you add it ?
Best regards,
IsmaelHi,
You can only specify the “ids” attribute when you’re using the Masonry Gallery element or when you’re working with attachments/images. It’s not going to work with posts.
Example:
[av_masonry_gallery ids='3503,3488,3591,3368' items='24' columns='flexible' paginate='pagination' size='flex' orientation='' gap='large' overlay_fx='active' animation='active' container_links='active' id='' caption_elements='title excerpt' caption_styling='' caption_display='always' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' av_uid='av-jp9l3263' custom_class='']
However, it’s still possible to display items based on post ids by using the “avia_masonry_entries_query” filter.
add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 2); function avia_masonry_entries_query_mod($query, $params) { $query['posts__in'] = array( 2, 5, 12, 14, 20 ); return $query; }
Best regards,
IsmaelDecember 4, 2018 at 12:07 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1040684Hi,
@salalah: That warnings stems from a different issue, completely unrelated to the token. Please refer to the following thread:// https://kriesi.at/support/topic/fehler-beim-update/#post-1024333
You need to modify the enfold/framework/php/class-htmlhelper.php file around line 1571.
Best regards,
IsmaelDecember 4, 2018 at 11:51 am in reply to: WooCommerce Currency Converter – problem with Variants in Enfold #1040679Hey aerobis,
Thank you for using Enfold.
The theme is using the default price template or it doesn’t change how the prices are rendered. Can we check one of the product pages?
Best regards,
IsmaelHi!
We created an enfold recaptcha plugin here: https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
This is going to add a recaptcha widget to the theme’s contact form. Get a site and secret key from your recaptcha admin or console, make sure that it is set to V2, activate the plugin and then go to the Enfold > Google Services panel to register your keys. This should mitigate the spams meanwhile or, if we are lucky, prevent it completely.
Cheers!
IsmaelDecember 3, 2018 at 8:18 am in reply to: How to configurate Google Captcha in Contact Form because of spamming problem #1040163Hi,
That plugin is only compatible with their own contact form plugin according to their docs.
Google Captcha (reCAPTCHA) is compatible with Contact Form by BestWebSoft. You can download Contact Form plugin by following the link https://bestwebsoft.com/products/wordpress/plugins/contact-form/.
// https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/edit#
It’s also compatible with the CF7 plugin but you have to purchase the pro version.
If you’d like an alternative, we created an enfold recaptcha plugin here: https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
Get a site and secret key from your recaptcha admin or console, activate the plugin and then go to the Enfold > Google Services panel to register your keys.
Best regards,
Ismael -
AuthorPosts