Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. The ajax search is still not working on my end. Did you add this snippet after installing relevanssi?
Please disable it temporarily.
Best regards,
IsmaelDecember 6, 2018 at 11:58 am in reply to: How to configurate Google Captcha in Contact Form because of spamming problem #1041585Hi,
My bad. A single comma is missing. Please download the plugin again or edit the public/class-enfold-recaptcha-public.php file line 127:
"type" => "textarea"Add a comma:
"type" => "textarea",And adjust line 187:
$desc = avia_get_options( 'recaptcha_enfold_desc' );to..
$desc = avia_get_option( 'recaptcha_enfold_desc' );Best regards,
IsmaelDecember 6, 2018 at 11:53 am in reply to: Parallax bug on Background Images (With Pictures) #1041579Hi,
@Jables: I can’t see any issue on that page. Can you give us a screenshot? Use imgur or dropbox.
Best regards,
IsmaelHi,
Alright. Please open a new thread if you encounter the issue again.
Best regards,
IsmaelDecember 6, 2018 at 11:51 am in reply to: Duplicate H1 and meta being displayed on blog posts #1041576Hi,
My bad. I can see the issue now. Did you modify any of the theme files? I can’t reproduce the issue on my installation.
Best regards,
IsmaelHi,
Alright. You can try this script in the functions.php file:
add_action('wp_footer', 'avf_trigger_menu_on_hover'); function avf_trigger_menu_on_hover(){ ?> <script type="text/javascript"> (function($) { $('.av-burger-menu-main a').on('mouseover', function() { $(this).trigger('click'); }); })(jQuery); </script> <?php }Best regards,
IsmaelDecember 6, 2018 at 11:40 am in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1041568Hi,
Add this code above the previous script tag.
<script src="https://player.vimeo.com/api/player.js"></script>That should fix the error in the console:
ReferenceError: Vimeo is not definedBest regards,
IsmaelHi,
Since you’re using a tall image, try to set the height to be twice of the current value.
Best regards,
IsmaelHi,
The script should not have affected the featured image. Can you give us a link to the actual blog post?
Best regards,
IsmaelHi,
Can you give us a link to the previous thread where we suggested this css code?
Best regards,
IsmaelHi,
(For the time being, I think we may have found the issue and fixed it. The object-cache.php file in wp-content was renamed. I’m not sure if this was something that resulted from an update of Enfold, GoDaddy php or something else.)
Is this fixed? I’m not really sure where to start here, so it would be nice if renaming that file fixed the issue.
Best regards,
IsmaelHi,
This filter will increase the size of the parallax container, making the parallax effect more pronounced.
add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2); function avia_change_parallax_ratio($ratio, $id){ $ratio = "0.8"; return $ratio; }Best regards,
IsmaelDecember 5, 2018 at 3:03 pm in reply to: Warning: array_flip(): Can only flip STRING and INTEGER values! in /home/barcelq #1041235Hi,
Thanks for the info.
This should help: https://kriesi.at/support/topic/fehler-beim-update/#post-1024333
Best regards,
IsmaelHi,
Which font are you trying to upload? Please note that you can only use Google Fonts. For other font sources, use css import.
// https://css-tricks.com/snippets/css/using-font-face/
Best regards,
IsmaelHey whdsolutions,
Thank you for using Enfold.
What is the coordinates of your location? We’ll try it on our installation.
Best regards,
IsmaelHey whdsolutions,
Thank you for using Enfold.
What is the coordinates of your location? We’ll try it on our installation.
Best regards,
IsmaelDecember 5, 2018 at 6:32 am in reply to: WP User Front End Pro not working with Enfold Theme #1041083Hey Suze,
Thank you for using Enfold.
The form’s labels cover some of the input fields. This css code should help.
li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el, li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el + li { position: relative; z-index: -1; }Best regards,
IsmaelHi,
Thanks for the update. You have to modify the taxonomy-portfolio_entries.php file in order to do that. Look for this code around line 33:
'contents' => 'title',Set the content attribute from “title” to “excerpt”.
Best regards,
IsmaelHi,
I would like to apologize for the delay. The File Compression settings were enabled, which is why you don’t see the changes. I disabled it temporarily from the Enfold > Performance panel. Please try to change the options again.
Best regards,
IsmaelHi,
Do you have a staging site where PHP 7.2 is actually activated? We can’t see anything unusual on the live site.
Best regards,
IsmaelHi,
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 #1041057 -
AuthorPosts
