Forum Replies Created
-
AuthorPosts
-
September 13, 2019 at 2:39 am in reply to: Thumbnails of webp images are not displayed / Google squoosh application #1137742
Hi,
Thank you for the update.
The webp images are displaying properly on our end. We checked it on MS Edge. See screenshot below:
// https://imgur.com/a/pZ1Mi5y
Please test it on incognito mode or use a different a computer.
Best regards,
IsmaelSeptember 13, 2019 at 2:32 am in reply to: WP Job Manager – Featured Image using default theme sizes? #1137741Hi,
Thank you for the inquiry.
It is possible to adjust the default size of the “entry_without_sidebar” thumbnail. That is the thumbnail used in the single post page. Install the Simple Image Sizes plugin, go to the Settings > Media panel, look for the said thumbnail, then adjust the width and height. Update the new options and then regenerate the thumbnails.
Best regards,
IsmaelHi,
Thank you for the update.
The booking editor looks broken on my end, so I can’t test the calendar. Is it working in yours? Have you tried using the “avf_before_save_alb_post_data” filter to manipulate the $data array before sending the post data?
Best regards,
IsmaelHi,
Thank you for the update.
The booking editor looks broken on my end, so I can’t test the calendar. Is it working in yours? Have you tried using the “avf_before_save_alb_post_data” filter to manipulate the $data array before sending the post data?
Best regards,
IsmaelSeptember 12, 2019 at 5:11 am in reply to: How to edit the Category page like as the post page? #1137358Hi,
Thank you for the update.
If you want to remove the sidebar, go to the Enfold > Sidebar Settings panel. Set the “Sidebar on Archive Pages” to “no sidebar”. Let us know how that goes.
We are not getting errors in that page. Can you give us a screenshot?
Best regards,
IsmaelHi,
Thank you for the update.
Where can we see the issue? Please post the login details in the private field. Make sure that you’re using the correct URL format for the youtube video.
Best regards,
IsmaelHi,
You’re welcome. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelSeptember 12, 2019 at 4:44 am in reply to: Problems with ajax search (relevanssi) after update to enfold 4.6.1 #1137352Hi,
Thank you for the update.
We don’t see any errors in the front end. Can we access the site? Please post the WP and FTP details in the private field.
Best regards,
IsmaelSeptember 12, 2019 at 4:41 am in reply to: Pagination not working with WooCommerce shortcodes #1137351Hi,
Thank you for the update.
Are you using this shortcode?
// https://docs.woocommerce.com/document/woocommerce-shortcodes/
Did you ask the author if the plugin is compatible with Woocommerce shortcodes? This would be a theme issue if you’re using the product grid element.
Please ask the plugin author how the plugin appends the pagination to the product template. It is probably using a hook that is not available in the product shortcodes.
Best regards,
IsmaelSeptember 12, 2019 at 4:35 am in reply to: Configure Tag Manager in Cookie settings after update to 4.6.1 #1137350Hi,
Thank you for the update.
You can add it in the privacy page or the modal popup window. Did you enable the cookie consent bar in your site?Make sure that you’re on version 4.6.1. For more info, please visit the documentation.
// https://kriesi.at/documentation/enfold/privacy-cookies/#implementation-of-data-security-in-enfold
Best regards,
IsmaelHey BATO,
Thank you for using Enfold.
In the latest versions, the builder or the theme will not render shortcodes outside the builder or the widgets. You have to use the “avf_alb_exec_sc_only” to enable it back.
// https://kriesi.at/support/topic/trouble-with-the_content-and-advanced-layout-editor/#post-1120443
// https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/ALB%20Elements/General%20filters/avf_alb_exec_sc_only.phpBest regards,
IsmaelSeptember 12, 2019 at 4:22 am in reply to: Update 4.6.1 Custom CSS – Design Error / Destroyed with ID and custom classes #1137345Hi,
Thank you for the update.
The “avia_template_builder_custom_css” is no longer available starting on version 4.6. You have to move your custom css class attributes in the elements’ Developers tab. Make sure that the custom css class field is enabled in the Layout Builder > Builder Options For Developers section.
Sorry for the inconvenience.
Best regards,
IsmaelHey!
This would wrap EVERYTHING on a page.
I thought that’s what you’re trying to do based on your previous modification. You might be able to use the jQuery appendTo function to move any specific sections inside another container.
// https://api.jquery.com/appendTo/
You can create the wrapper or div dynamically, then move the sections inside it.
// https://api.jquery.com/insertAfter/
Regards,
IsmaelSeptember 12, 2019 at 4:04 am in reply to: Add a cookie approval button to the modal window #1137339Hey zylphe,
Thank you for using Enfold.
Have you tried adding a custom button linked to another page in your modal popup window? You can then use javascript to add the onclick attribute on page load. You can actually add it directly in the modal popup template, but you’ll have to redo it every update.
// https://api.jquery.com/attr/
// https://learn.jquery.com/using-jquery-core/document-ready/Best regards,
IsmaelSeptember 12, 2019 at 3:58 am in reply to: Latest Update and Cookies Tab Table on EVERY product page #1137336Hi,
We don’t really see anything wrong or unusual in the single product page. What do you mean by “cookies tab table options”? Please provide a screenshot using imgur or dropbox.
Thank you for the update.
Best regards,
IsmaelHi!
Glad to hear that you’ve found the issue. How did you make it work?
Thank you for the update.
Regards,
IsmaelSeptember 12, 2019 at 3:44 am in reply to: Search Results to appear as an excerpt with searched term highlighted/bolded #1137332Hey bobfurgo,
Thank you for using Enfold.
This is certainly possible, but it’s not available by default. And we don’t know of any plugin that has this functionality out of the box, so it will probabaly require a custom modification. Unfortunately, that is beyond the scope of support. Please hire a freelance developer or contact our partner codeable.
You can use javascript to extract the search parameter in the url and use its value to look for any similar words in the document. These methods might help.
// https://davidwalsh.name/query-string-javascript
// https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTMLBest regards,
IsmaelHi,
Thank you for the update.
It’s probably related to the new privacy option or shortcode [av_privacy_allow_cookies]. Users have to accept the main cookie in order to see or interact with these elements. For some reason, we couldn’t check the theme version. Do you have version 4.6.1? The [av_privacy_allow_cookies] should be enabled by default in that version, so you don’t have to add it.
Best regards,
IsmaelSeptember 12, 2019 at 3:22 am in reply to: Enable Google Analytics after user accepts cookie consent message #1137329Hi,
Thank you for the inquriy.
We’ll forward your concern to the dev team. For now, you can modify the themes\enfold\js\avia-snippet-cookieconsent.js, look for this code around line 95:
aviaSetCookieToggles( 'set' );Below, add this script to reload the page:
location.reload();Best regards,
IsmaelHi,
Thank you for the update.
We created a test page using the video elements from the builder. Is that what you’re after? (see private field)
Best regards,
IsmaelSeptember 12, 2019 at 3:11 am in reply to: How can I add custom icons to the list item menu? #1137325Hi,
Thank you for the update.
Did you download the icon pack and upload it to the iconfont manager? Please follow the documentation, or provide a link to the icon pack and we’ll try to upload it.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add anything in the style.css file? We can’t check the files because the Appearance > Editor panel is not accessible.
Best regards,
IsmaelHi,
Thank you for the update.
That is the default behavior of the mega menu title on mobile view. If you want them to be accessible, you have to set the Main Menu > Burger > Menu Icon Submenu items to “Always display sub menu items” or enable the “Clone title menu items to submenu”.
Best regards,
IsmaelSeptember 11, 2019 at 3:13 pm in reply to: Contact Form Error Message “Deactivated Refused to Accept Google reCaptcha” #1137074Hi,
The cookie bar should not re-appear once the user accepted the cookies even if the user didn’t directly enable the [av_privacy_allow_cookies]. Just make sure that the site is running on version 4.6.1 of the theme.
Thank you for the update.
Best regards,
IsmaelHey patricknh,
Thank you for the update.
Where are you seeing this? We don’t see those errors in the front end. Are you using a testing tool from Google?
Best regards,
IsmaelHi,
Thank you for the update.
We can edit the slider on our end. Is it fixed? Please try it on another computer.
Best regards,
IsmaelSeptember 11, 2019 at 3:00 pm in reply to: URGENT – Contact Form email field content, missing from mobile on ENFOLD 4.6.1 #1137065Hi,
Thank you for the update.
You should be able to fix the email validation with this patch.
Use that to replace the config-templabuilder > aviashortcodes > contact > contact.js file.
Best regards,
IsmaelHi,
Should I worry about those images taking space on my server? do they slow down my site?
They will not slow down the site but they will take space in your disk. If you have a hosting plan with unlimited disk space like most shared hosting have, then you shouldn’t be worrying about those thumbnails. Are you on a shared hosting?
Best regards,
IsmaelHi,
Thank you for the update.
You can try this css but it might affect the tab section behavior because we’re letting the child elements overflow outside the container.
.av-tab-section-outer-container { overflow: visible; } #top .av-section-tab-title { color: #7d7d7d; margin-top: -100px; } #bildover { z-index: 100; position: relative; overflow: visible; }Best regards,
IsmaelSeptember 11, 2019 at 2:48 pm in reply to: Problem with integrating Facebook Event Tracking to Submit Buttons #1137059 -
AuthorPosts
