Forum Replies Created
-
AuthorPosts
-
Hey Maarten,
Thank you for using Enfold.
Do you have a test page where we can see the issue? What is the css modification that you have used to fix the issue? Please provide the info in the private field.
Best regards,
IsmaelHi,
Those scripts are for the advance layout builder and should not affect your the site speed. The avia_modal.js file, which is one of their dependencies is not loaded anywhere else except when the ALB is active or currently in used, so the warning occurs.
Best regards,
IsmaelHi,
Thanks for the update.
You can add this hook in the functions.php file to render the language switcher inside the header container. You can then add css codes to adjust the switcher’s position.
add_action( 'ava_main_header', 'ava_wpml_switch_to_header' ); function ava_wpml_switch_to_header() { echo do_action('wpml_add_language_selector'); }
Best regards,
IsmaelHi,
Thank you for using Enfold.
1.) This css code should highlight the current menu item.
.main_color .av-subnav-menu > .current-menu-item > a { color: blue; }
Unfortunately, you can’t make the parent menu items clickable when the sub menu items are not visible on initial load or the “Hide Mobile Menu Submenu Items” is enabled.
2.) Use this one to adjust the line height of the socket menu items.
#socket .sub_menu_socket li { line-height: 23px; }
Best regards,
IsmaelHey aderal2016,
Thank you for using Enfold.
Have you tried using the Widget Logic plugin to control the visibility of the widgets? You can also use the WPML Widget plugin.
Best regards,
IsmaelHi,
Thanks for the update.
The latest error on that log is not critical or fatal and not likely to cause an internal server error. It is also dated March 9, 2019 and completely not related to the theme.
PHP Warning: Invalid argument supplied for foreach() in /home1/ashforth/public_html/wp-content/mu-plugins/wpengine-common/plugin.php on line 1078
Do you have a staging site where we can replicate the issue? We don’t see any fatal errors on that log.
Best regards,
IsmaelHey Pixel_Production,
Thank you for using Enfold.
How do you check the TLS-handshakes? The initial load time of the site on our end, without cache, is less than 10 seconds and less than 2 seconds on succeeding loads. That is not slow considering that the home page itself is more than 3MB. Have you done any optimization to the site? These articles should help.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tipsYou can start with the image compression.
Best regards,
IsmaelHi,
We would like to apologize for not replying immediately.
A fix has been included in the latest version of the theme, 4.5.5. Is the site running on that version? How did you fix it?
Best regards,
IsmaelHi!
Are there any spam protection plugins like Akismet installed in the site? These plugins should filter out spams, delete existing ones or block them completely. A good list of plugins can be found in the following article.
// https://www.wpexplorer.com/antispam-plugins-wordpress/
Regards,
IsmaelHi,
Alright. We’ll close the thread now. Please don’t hesitate to open a new one if you encounter any issues after the update.
Have a nice day.
Best regards,
IsmaelHi,
The images are not displaying when the Section ID is filled because of this css code.
#so-123 img { opacity: 0!important; }
Looks like you’re using the generic (.avia-builder-el-11, .avia-builder-el-6 etc) class attributes as selectors for the elements. Those class attributes are temporary and can change based on the number of elements in the page and their order in the builder. Turn on the custom css class field in order to apply a permanent css class attribute to the elements, which can then be used to change their style.
Best regards,
IsmaelHi,
Thanks for the update.
The endpoint works properly on our installation. Could you provide a user account that we could use? Make sure that at least one order has been processed under the account.
Best regards,
IsmaelHi,
Thanks for the update.
Replace the previous modification with the following css code.
.av-masonry-entry.post { box-shadow:0px 0px 0px 5px rgba(255,255,255,1); }
That should exclude the items from the masonry gallery.
Best regards,
IsmaelHey ihtezaz,
Thank you for using Enfold.
The template looks correct. Could you give us a link to the a page where this template is activated?
Best regards,
IsmaelHi,
We can no longer see the issue on the page. Is it fixed?
// http://keremshalom.org/wp-content/uploads/2019/03/KS-homepage-preview.png
Best regards,
IsmaelHi,
That is not possible out of the box. You have to specify the tags for each item manually. Please open a new thread for new inquiries.
Best regards,
IsmaelHi,
Thanks for the update.
This should remove the yellow paypal button in the cart page.
.woocommerce-cart .wcppec-checkout-buttons.woo_pp_cart_buttons_div { display: none !important; }
Don’t forget to disable or toggle the Enfold > Performance > File Compression settings after adding that code.
Best regards,
IsmaelMarch 25, 2019 at 5:39 am in reply to: Problem with Enfold Image Sizes and Woocommerce Widgets and Thumbs #1082524Hi,
We would like to apologize for the late response.
The product thumbnails in the footer widgets are 100x100px in size. All of them. Is this fixed? The product widget in the sidebar is no longer there, so we were not able to check it.
Best regards,
IsmaelHi,
Great! Thanks for the reviews. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Alright. Let us know in a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMarch 25, 2019 at 5:20 am in reply to: Mail chimp widget not show up in Footer on single blog post #1082519Hi,
Awesome! Glad that it’s fixed.
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,
IsmaelHi,
@kommisar: We intentionally removed the recaptcha label because it covers the “scroll to top” button and it doesn’t really blend well with the theme, aesthetically. The contact form element has an option to toggle between the label and the input place holder. Is that what you’re referring to? If you have the time, please create a new thread and post the site url along with the login credentials.
Best regards,
IsmaelHi,
We are not really sure what’s causing it but it seems to be a server issue. Please contact your hosting provider for additional help.
Best regards,
IsmaelHi,
You can try this css code to keep it active while hovering the sub menu items.
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a { background: #83a846; }
Best regards,
IsmaelHi,
Some of us, I included, are usually available around 9:00 AM GMT+8.
// http://www.timebie.com/std/gmt+8.php?q=9
You can find our locations here.
Best regards,
IsmaelHi,
It’s still not working. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
You can use this css code to adjust the width of the columns on mobile view.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 4%; } }
Best regards,
IsmaelMarch 25, 2019 at 4:30 am in reply to: Optimizing images: Should I use more than 1 version? #1082500Hi,
Yes, we understand that. Unfortunately, as previously mentioned, the theme or the elements in the theme don’t contain the srcset attribute, so it won’t be able to switch to another image or source based on the screen or device width.
Best regards,
IsmaelHi,
Awesome! 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,
Ismael -
AuthorPosts