Forum Replies Created
-
AuthorPosts
-
Hi,
Did you put the shortcode inside a text block? Please move the text block below the other content.
Best regards,
IsmaelHi,
Thanks for the update. The login credentials are not valid though. Please check it carefully. The latest version (4.3.2) is available in your themeforest account. Please download it and try to update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
Best regards,
IsmaelHi,
Yes, it’s in preview mode but the DOM Form Submit variable targets the form element instead of the button inside that form. The selector is still set to “.avia_ajax_form” instead of the “.avia_ajax_form .button” element.
You should try it with the Contact Form 7 plugin. Let us know if it works.
Best regards,
IsmaelHi,
There are a few code changes on those files in the latest version(4.3.2) so you have to update them too. Get new copies of the files from the latest version and replace the ones in the child theme. Or disable theme temporarily just to make sure that they’re not the cause of the issue.
Best regards,
IsmaelHi,
That’s odd but I’m glad that it is fixed. Thanks for the update.
Have a nice day! :)
Best regards,
IsmaelMay 18, 2018 at 8:53 am in reply to: Kein Bildwechsel bei Varianten im Shop /No image change for variants in the shop #958473Hi,
The gallery or featured image changes when selecting a variation. Is it not what you wanted?
// https://imgur.com/a/Yibv9se
Best regards,
IsmaelHi,
Awesome! Thanks for the update. I’m not really sure what caused the issue but I’m glad that it’s fixed. :)
Best regards,
IsmaelHi,
The product visibility is set to “private” so you won’t see it when logged out. I get a 500 error when I try to delete the product. Please try to clean the database with this plugin.
// https://wordpress.org/plugins/wp-optimize/
Create a restore point or a backup first.
Best regards,
IsmaelMay 18, 2018 at 8:45 am in reply to: My VISA/Square text windows do not allow to see what is written. #958468Hey Michael,
Thank you for using Enfold.
This is how the box looks on Chrome, Windows 8.
// https://imgur.com/a/iTyt9te
What is your browser?
Best regards,
IsmaelHi,
Did you add the google maps API key inside the functions.php file before? Please provide the login details in the private field so we could check it further. The maps load properly so there’s nothing to worry about. The “retired” version notification displays because the loaded script has the old version number but it’s not critical.
Best regards,
IsmaelMay 18, 2018 at 8:15 am in reply to: Woocommerce product slider and product grid adding classes to the wrong items #958460Hi,
Thanks for the update. I can’t access the Appearance > Editor panel though. Please enable it. What is the version of the theme? The version info is missing from the parent theme files.
Best regards,
IsmaelHi,
Add a custom css class attribute to the 1/5 columns which have to be converted to 1/6. Use “av_one_sixth” for example then use this css code.
#icons-section-home-page div .av_one_sixth { width: 11%; } #icons-section-home-page div .av_one_sixth:nth-child(6) { clear: none; float: right; }Best regards,
IsmaelHi,
Thanks for the update.
We replaced the video shortcode with the theme’s video element. ( see private field )
Best regards,
IsmaelHi,
That issue has been resolved a long time ago. It’s an issue with the map API key which can now be added in the theme options. I don’t think that’s even related to the script issue.
Please try this script in the functions.php file.
if (!is_admin()) add_action("wp_enqueue_scripts", "avf_mediaelement_enqueue", 11); function avf_mediaelement_enqueue() { wp_deregister_script('wp-mediaelement'); wp_register_script('wp-mediaelement', "//cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.9/mediaelement.min.js", false, null, false); wp_enqueue_script('wp-mediaelement'); }It’s going to reload the mediaelement script.
Best regards,
IsmaelHey Ink_Eye,
Thank you for using Enfold.
I don’t think you can get a discount even if you purchased the theme before. We’ll ask Kriesi for clarification. Please wait for his response.
Best regards,
IsmaelMay 18, 2018 at 7:20 am in reply to: Theme update causes issues with custom CSS lightbox functionality #958451Hi,
Is this on the live site? Please try to update it manually via FTP.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
Again, don’t forget to update the templates inside the child theme folder.
Best regards,
IsmaelMay 18, 2018 at 7:18 am in reply to: How do I update a Avia Template region that I have previously created. #958450Hi,
Thanks for the update. You don’t have to save the layout as template. Just create a page, save it as usual then go to the other page. In that page, add the Content Element > Page Content element then select the previous page. That’s it. :)
The changes on the “badge” page will be reflected on the pages with the Page Content element.
Best regards,
IsmaelMay 18, 2018 at 7:10 am in reply to: Category in blog post, add it and delete it from the main blog page #958449Hi,
@Jorrit: You may want to look into the get_the_terms function. It’s the same as the “the_terms’ function but it’ll give you more control over the data or terms/categories. There’s a lot of example in the documentation.
// https://developer.wordpress.org/reference/functions/get_the_terms/
Best regards,
IsmaelMay 18, 2018 at 7:04 am in reply to: main menue right alignment – cannot find any css fix for this… #958448Hi there!
We added a few css codes in the Quick CSS field. The widget modification works properly as well. Please remove browser cache prior to checking the page.
Best Regards,
IsmaelHi,
The images or thumbnails are not supposed to display on the search results page by default. Did you modify the theme files before? The “Eanda Stool” image does not exist or is not found.
BRA_Eanda_Stool7-180×180.jpg:1 Failed to load resource: the server responded with a status of 404 ()
// https://hughescf.com.au/wp-content/uploads/2017/05/BRA_Eanda_Stool7-180×180.jpg
Best regards,
IsmaelHi,
Thanks for the info.
Enable the shortcode parser and then edit the pages with the issue. Below the advance layout builder, set the parser to the third option(autorepair) then update the page. This method usually fix the issue because it regenerates the shortcode tree. The “tree” is the list of shortcodes inside the page.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#shortcode-phraser
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-modeYou have to enable the debug mode first.
Best regards,
IsmaelHi,
Are you referring to the box (lightbox) when you clicked on a gallery item? It will include every images in the page. Please try to use the theme’s gallery under the Media Elements panel instead of the default WP gallery. It will grouped the items or create a set of items according to the current gallery.
Best regards,
IsmaelHi,
There was an invalid css code in the Quick CSS field. We fixed that and added the suggested css codes.
Screenshot: https://imgur.com/a/sqWB4g5
Best regards,
IsmaelHi,
@Stephan_H: Yeah, that could be an alternative but the options are quite limited. :)Best regards,
IsmaelMay 18, 2018 at 5:58 am in reply to: Enfold 4.3.1: Black screen with color section video background – local video mp4 #958436Hi,
@TechMyBiz: Glad it worked. There’s another issue on Chrome though. Please create a new thread if you encounter that one.
@enesgedik: Please create a new thread with the site url and the login credentials. We’ll check it there.Best regards,
IsmaelHi,
The map widget script renders right before jquery loads. We had to add this code in the functions.php file.
if (!is_admin()) add_action("wp_enqueue_scripts", "avf_jquery_enqueue", 11); function avf_jquery_enqueue() { wp_deregister_script('jquery'); wp_register_script('jquery', "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js", false, null, false); wp_enqueue_script('jquery'); }See private field.
Best regards,
IsmaelMay 18, 2018 at 5:07 am in reply to: Slider Revolution cannot be 100% slider height after 4.3 update #958423Hi,
Thanks for the info. Where did you set the height of the “slice” sliders? The minimum height field is empty and there’s nothing in the custom css field.
Best regards,
IsmaelMay 18, 2018 at 4:41 am in reply to: Problem with new avia-merged-styles loading after style.css #958420Hi,
@Antonia: Do you have version 4.3.2? You can disable the css and js compression inside the Enfold > Performance panel.
Best regards,
Ismael -
AuthorPosts
