Forum Replies Created
-
AuthorPosts
-
September 3, 2020 at 3:03 pm in reply to: Layer Slider Sliders are not showing in String Translation #1243119
Hey emilconsor,
Thank you for the inquiry.
Where can we see the issue? Please post the login details in the private field so that we can check the layer slider.
Best regards,
IsmaelHi,
Thank you for the update.
You might have to increase or adjust the size of the Large thumbnail in the Settings > Media panel. After the size adjustment, make sure to regenerate the thumbnails or upload the images again.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
We can wrap the previous css inside a css media query so that it will only affect the mobile view.
@media only screen and (max-width: 767px) { #top .cart_dropdown_first .cart_dropdown_link { font-size: 30px; } }Best regards,
IsmaelHi,
Thank you for the update.
For some reason, this inline css code which also affects the search button gets added too many times.
.button { background-color: #b0008d; color: #ffffff; border-color: #90006b !important; width: 100% !important; }Did you create a script that adds this inline style?
Best regards,
IsmaelHey Biju,
Thank you for the inquiry.
The plugin will not really affect the markup of the breadcrumb, so it will just display the very first category of the post. You may need to use the avia_breadcrumbs_trail filter to adjust the breadcrumb trail or the links included in it.
Best regards,
IsmaelHey cschmimo,
Thank you for the inquiry.
The site is on maintenance, so we couldn’t check the gallery page. Please provide a direct link to the page containing the gallery and post the login details in the private field so that we can access the site.
Best regards,
IsmaelHi,
Thank you for the update.
Try to use this css code to remove the margin above the first column table.
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0; }Best regards,
IsmaelSeptember 3, 2020 at 1:39 pm in reply to: How to change the margins und paddings of mulitcolor accordion? #1243087Hi,
This css code should remove the padding around the toggle graphic and vertically align the title.
.toggler { max-height: 44px !important; height: 44px !important; } .toggler::before { float: left; } .av-accordion-bg-multi .av_toggle_section .toggler { padding: 0 !important; }Best regards,
IsmaelHey Jak73,
Thank you for the inquiry.
The lightbox script automatically uses the Large thumbnail for the preview, so you have to increase its size in order to get a sharper image. The size of the thumbnail can be increased in the Settings > Media panel, then use this plugin to regenerate the thumbnails.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelSeptember 2, 2020 at 6:17 pm in reply to: Icons in tab section do not fully display or load on mobile #1242883Hi,
Sorry for the delay. We checked the site on a mobile device emulation, but we couldn’t reproduce the issue. Would you mind providing a screenshot of the missing icons?
Best regards,
IsmaelHi,
Thank you for the update.
Where can we see the issue? Are you using a domain email address? Please make sure that the SMTP configuration is correct.
Do you receive the test email when you try to send one?
Best regards,
IsmaelSeptember 2, 2020 at 4:21 pm in reply to: Left align text in popup of image with hotspots, change line height and padding #1242856Hey rhae,
Great! Glad it’s fixed. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey rhae,
Thank you for the inquiry.
Have you tried setting the autorotation duration from the default 5 seconds to 1 second? The option is located in the Advanced > Slider Animation toggle.
Best regards,
IsmaelHey jelle,
Thank you for the inquiry.
Are you using a plugin for the night view or dark mode? Unfortunately, we are not really sure how it alters the style of the page or if we can influence it by adjusting the css or by adding a certain script.
If you want to try and adjust the background color of the burger menu on mobile view, please use this css code.
@media only screen and (max-width: 767px) { .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: #ffffff; } }Best regards,
IsmaelHey jelle,
Thank you for the inquiry.
Are you using a plugin for the night view or dark mode? Unfortunately, we are not really sure how it alters the style of the page or if we can influence it by adjusting the css or by adding a certain script.
If you want to try and adjust the background color of the burger menu on mobile view, please use this css code.
@media only screen and (max-width: 767px) { .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: #ffffff; } }Best regards,
IsmaelSeptember 2, 2020 at 4:04 pm in reply to: Google Search Console Error: /themes/enfold/framework/avia_framework.php #1242850Hey Stephen,
Thank you for the inquiry.
Are there any additional info about the error? Unfortunately, we can’t really tell anything about the error based on the info above.
For further testing, you might need to enable the error logs or set the installation to debug mode. Please check this documentation for more info about debugging.
// https://wordpress.org/support/article/debugging-in-wordpress/
Best regards,
IsmaelHey!
Using negative top margin is quite alright, so you can keep it as is if you have already added the css code.
Thank you for your patience.
Regards,
IsmaelHi,
Yes, there are several ways to do this but let’s just keep the current implementation and go from there.
Please add this css code to hide the top header.
#header_meta { height: 0; min-height: 0; }We also set the Enfold > Header > Header Layout > Menu and Logo Position settings to Logo center, menu below to keep the logo in the sticky header.
Best regards,
IsmaelHi,
Sorry but there’s nothing in the private field in your last reply. And the site is also asking for an htaccess authentication. We tried using the login info above, but we still can’t get through. Please check the info carefully, or create a new admin account and post the info in the private field.
Best regards,
IsmaelHi,
Sorry but there’s nothing in the private field in your last reply. And the site is also asking for an htaccess authentication. We tried using the login info above, but we still can’t get through. Please check the info carefully, or create a new admin account and post the info in the private field.
Best regards,
IsmaelSeptember 2, 2020 at 3:10 pm in reply to: Conflict with the Buddypress Docs "load files" button #1242826Hi,
Thank you for the update.
Upon further review, this might be due to the theme’s Performance > File Compression > Disable Features settings. By default, the theme disables the wp-mediaelement script which is probably needed for the load button. Please try to set it to the third option (Always load media features).
Best regards,
IsmaelSeptember 2, 2020 at 3:01 pm in reply to: "Large Header Size" and "Shrinking Header" for homepage only #1242824Hi,
Thank you for the clarification. I didn’t know that either until I’ve read the documentation.
Have a nice day.
Best regards,
IsmaelHi,
Did you remove the esc_html function from the shortcode file? Please provide an FTP account so that we can access the server and edit the files when necessary.
Best regards,
IsmaelHi,
Thank you for the info. We’ll notify our developers and forward it to our channel.
Best regards,
IsmaelHey emilconsor,
Thank you for the inquiry.
The site is not loading properly due to these jQuery errors.
Uncaught ReferenceError: jQuery is not defined <anonymous> https://bembe.dev10.econsor-programming.de/wp-content/themes/enfold/config-wpml/wpml-mod.js:27 wpml-mod.js:27:1 <anonymous> https://bembe.dev10.econsor-programming.de/wp-content/themes/enfold/config-wpml/wpml-mod.js:27Please try to update the theme to version 4.7.6.3, then toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHey Munford,
Thank you for the inquiry.
You can set the Mailchimp Signup element to redirect to another page after submitting the form or after the subscription. In the option editor, look for the “What should happen once the form gets sent?” settings.
If you want to send and email to the new subscriber, you can create an automated welcome email from the Mailchimp dashboard. Please check the documentation for more info.
// https://mailchimp.com/help/create-an-automated-welcome-email/
Best regards,
IsmaelHi,
Sorry for the delay. The scroll to top button will only display if the scroll position from the top is more than 500px. If you want the button to always display, please use this code in the Quick CSS field or the style.css file.
#scroll-top-link { visibility: visible !important; opacity: 1 !important; }Best regards,
IsmaelHey!
The css fix is going to be added in the next patch according to our developers. Thank you for your patience.
Best regards,
IsmaelSeptember 2, 2020 at 12:54 pm in reply to: Lazy-Load Not Working on Blog, Gallery, or Portfolio Item Images #1242788Hey bucksharp,
Thank you for the inquiry.
You can use this snippet in the functions.php file to override the default option, and enable lazy loading of images by default.
add_filter( 'wp_lazy_loading_enabled', __return_true, 999, 10 ); remove_filter( 'wp_img_tag_add_loading_attr', ['av_responsive_images', 'handler_wp_img_tag_add_loading_attr'], 99, 3 );Best regards,
IsmaelHey Ostsys,
Thank you for the inquiry.
The very last script in the previous thread should detach the other full width slider on the page depending on the current screen width. To make it work for the layer slider, we only need to adjust the selector. Please try this snippet in the functions.php file.
function ava_custom_script_mod(){ ?> <script> (function($){ $(document).ready(function() { var windowWidth = window.innerWidth; if (windowWidth < 989) { $('#layer_slider_1').detach(); } else { $('#layer_slider_2').detach(); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');Best regards,
Ismael -
AuthorPosts
