Forum Replies Created
-
AuthorPosts
-
Hi,
The default lightbox is never going to have a swipe feature support according to its author. ( https://github.com/dimsemenov/Magnific-Popup/issues/378#issuecomment-51936196 )
If you really need that functionality, you have to disable the default lightbox and look for another plugin.
// https://scanwp.net/blog/wordpress-lightbox-plugins/
Best regards,
IsmaelFebruary 28, 2019 at 6:00 am in reply to: HTML Elements inside Avia Text Elements, causes errors and save problems #1072484Hi,
How did you set the classic editor? That error occurs because the block editor’s validation is still active. Anyway, it would help us debug the issue if we could access your site. Please post the WP and FTP login details in the private field.
Best regards,
IsmaelFebruary 28, 2019 at 5:58 am in reply to: Enfold page builder layout broken with All In One SEO Pack compatibility issue #1072482Hi!
Thanks for the update.
Would you mind if we access the site? Please post the login details in the private field. And make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelFebruary 28, 2019 at 5:46 am in reply to: Enfold 4.5.4 and Google reCAPTCHA in contact form #1072481Hey!
Thanks for the update.
Does the submit button display back after verifying with the recaptcha widget? That is how the security option works. You need to verify with the widget first before you will be able to send the form. Or use the v3 version so that the recaptcha verification runs in the background while the page is loading without removing the submit button.
Best regards,
IsmaelFebruary 28, 2019 at 5:42 am in reply to: Google ReCAPTCHA removes action attribute on forms #1072480Hey hrenki!
Thank you for using Enfold.
Yes, that is a bug from the theme. We will include a fix in the next patch. You can do the following modification to fix the issue momentarily.
Best regards,
IsmaelHey Cliffy!
Thank you for using Enfold.
We added a patch that will exclude other kinds of forms from the script. This includes the mailchimp subscription form. It is going to be available in the next patch, probably.
Regards,
IsmaelHi,
Thanks for the update.
The Image element should have its exact width displayed in the front end. Which of these images are you referring to? Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelHi,
1.) How did you set that option? Are you referring to the “Image Hover effect” option?
2.) That line is generated by this css modification in the QUick CSS field.
#top .avia-button-fullwidth { border-style: solid!important; border-width: 1px!important; border-color: #fff!important; }3.) The page is cached, so it might still be using the old version of the stylesheets. Please try to purge the cache.
Best regards,
IsmaelHi,
(index):243 Uncaught ReferenceError: testvalue is not defined
at HTMLInputElement.onclick ((index):243)That is an error from the console. The “testvalue” variable is not defined or it doesn’t exist, and you need to make sure that the goal value is an integer.
'Anfragesenden', testvalue, true]);\"";should be:
'Anfragesenden', 1, true]);\"";// https://support.google.com/analytics/answer/1033068
Best regards,
IsmaelHi,
The css files are compressed or merged, so the recent modification is not in use. Please toggle the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHi,
The plugin’s content analysis or the “three little dots” that signifies that the page contains all the necessary information for search engines is not compatible with the theme, but the site or that particular page will still be indexable in the front end. There is a plugin or an extension that make the analysis feature compatible with the builder, but we didn’t create it, so we’re not sure if it’s still working.
// https://github.com/Basbee/wordpress-extended-content-analysis-yoast
Best regards,
IsmaelHi,
We would like to apologize for the late response. The login token has expired, so we can’t access the site but there is an easy solution for your request. All you need to do is set the “Menu and Logo Position” to “Logo left, menu below” and then add this css code to adjust the position of the menu container.
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div, .html_header_top.html_bottom_nav_header header_main_alternate .main_menu ul:first-child { width: auto; float: right; }Best regards,
IsmaelFebruary 27, 2019 at 2:53 pm in reply to: Post Navigation arrows only show specific Post Category #1072291Hi,
Thanks for the update.
Use the “avia_post_nav_settings” to set the post navigation to retrieve posts from the same category.
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['same_category'] = true; return $settings; }Please add it in the functions.php file
Best regards,
IsmaelFebruary 27, 2019 at 2:43 pm in reply to: Enfold Mobile Full Width Content Area / Container #1072288Hi,
We can set the main container width to 100% but that will affect every column on that page, so you have to move that column inside a color section and then define the section’s width manually. Please refer to the documentation for more info.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelHi,
The css are compressed or merged, so that is why it’s not working. You have to toggle the Enfold > Perfomance > File Compression settings after adding that code.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this filter in the functions.php file to change the default order of the posts.
add_filter('avia_blog_post_query', 'avia_blog_post_query_mod'); function avia_blog_post_query_mod( $query ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }Best regards,
IsmaelFebruary 27, 2019 at 6:18 am in reply to: Parallax BUG nach Klicken auf Ankerpunkt-Navigation #1072163Hi,
Have you tried renaming the other “#about” section? The id attribute or Section ID of those sections should be unique.
This script might help re-adjust the height of the section when the document or page is ready:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(document).ready( function() { $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
Thank you for using Enfold.
Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
We get that warning from the console. It means that the API key is missing. Did you add a map API key in the Enfold > Google Services panel?
Best regards,
IsmaelHey BierPlus,
Thank you for using Enfold.
The Appearance > Widgets > “Single Product Pages” widget area is currently empty. You have to add some widgets there.
Best regards,
IsmaelHi,
Thanks for the update.
The preview is working properly on a test page that we have just created. (see private field)
Where can we see the issue? Please post the actual url of the page.Best regards,
IsmaelHey andrea_pula,
Thank you for using Enfold.
You may need to set the builder to debug mode and then modify the shortcodes manually in order to correct the markup.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Post the login details in the private field if you want us to enable it for you. But make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Thanks for the update.
You can disable the product category sidebar from the Enfold > Sidebar Settings panel. Set the “Sidebar on Archive Pages” accordingly.
Best regards,
IsmaelHi,
It is more likely a plugin issue. One of those plugins is appending a class attribute in the pagination url.
%20class=%22post-page-numbersPlease try to disable the plugins temporarily.
Best regards,
IsmaelHey Ulrich,
Thank you for considering Enfold.
The advance layout builder, like many drag and drop builder uses shortcodes, so those content will not work or display properly when the builder or the theme is deactivated.
Best regards,
IsmaelFebruary 27, 2019 at 4:19 am in reply to: Error Message: Download failed. A valid URL was not provided. #1072140Hi,
Thanks for the update.
Did you update the theme manually via FTP? Can we access the file server? Please post the FTP details in the private field so that we can enable the debug mode.
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG
Best regards,
IsmaelHi,
Thanks for the update. Yes, something like that but you have to adjust the selector a bit.
.responsive #top #wrap_all .av-flex-cells .showColumn.no_margin { overflow: visible; }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,
IsmaelFebruary 27, 2019 at 4:09 am in reply to: How to make video automatically play when landing on page? #1072133Hi,
Thanks for the info.
Yes, muted autoplay is allowed, but that audio option is not available on the “Video” element, which is what OP is currently using.
Best regards,
IsmaelHi,
@id_lwb: Awesome. Glad we could help. Please don’t hesitate to open a new thread if you need anything else.Best regards,
Ismael -
AuthorPosts
