Forum Replies Created
-
AuthorPosts
-
Hi,
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 #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=websiteBest 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,
Ismael -
AuthorPosts
