Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
Instead of the Masonry for posts, you can use the Media Elements > Masonry Gallery element instead if you want to open the images in a lightbox. Let us know if it satisfies your requirement.
Best regards,
IsmaelJanuary 28, 2020 at 4:31 pm in reply to: GOOGLE ERROR data-vocabulary.org schema deprecated #1179072Hi,
Thank you for the update.
You can use this filter to remove the schema markup in the breadcrumb.
add_filter('avia_breadcrumbs', function($breadcrumbs) { $protocol = is_ssl() ? 'https' : 'http'; $vocabulary = 'xmlns:v="'. $protocol . '://rdf.data-vocabulary.org/#"'; $breadcrumbs = str_replace($vocabulary, '', $breadcrumbs); return $breadcrumbs; }, 10, 1);Best regards,
IsmaelJanuary 28, 2020 at 4:19 pm in reply to: Add Header (banner) to Woocommerce – Product Detail page #1179066Hi,
Thank you for the update.
since all the hooks happen inside the main box.
Have you tried editing the header.php file directly?
You can also call a function in the ava_after_main_container hook. It’s in the header.php file.
Best regards,
IsmaelHey espressotech,
Thank you for the inquiry.
Are you using a particular plugin for this payment method? Please provide a link to the site so that we can check the issue. And try to contact the plugin authors for additional assistance.
Best regards,
IsmaelJanuary 28, 2020 at 4:11 pm in reply to: Problem with Update from 4.6.3.1 to latest version #1179060Hi,
Thank you for the update.
It probably doesn’t work because PHP version in your server is still 7.1, which is known to have issues in general. Please try to upgrade it to 7.3 or later versions. If it’s still not working, you may have to proceed and use FTP.
Best regards,
IsmaelHi,
Thank you for the update.
In the thread above, we provided a different version of the function that creates the backend folder. Please check this reply:
// https://kriesi.at/support/topic/permissions-on-dynamic_avia-directory/#post-819144
This will set the folder permission to 755 instead of 777.
$created = wp_mkdir_p( trailingslashit( $folder ) ); @chmod( $folder, 0755 );Best regards,
IsmaelHey TT2495,
Thank you for the update.
Where can we see the table with the image? Are you using a shortcode for the image? Please provide the URL of the page in the private field.
Best regards,
IsmaelJanuary 28, 2020 at 3:48 pm in reply to: Please Stop Enfold Generating So Many Images Sizes for Every Image #1179047Hi,
Thank you for following up. This may not be realized anytime soon because of how the theme or WordPress handle images in general. Usually, newly added elements utilize existing thumbnails, so we don’t have to generate or register another image size.
You can always disable some of the thumbnails if necessary because WordPress will automatically load the original version of the image if the specified thumbnail is not found. Please check the following thread.
// https://perishablepress.com/disable-wordpress-generated-images/#disable-other
// https://kriesi.at/support/topic/disable-creation-of-multiple-file-resoltuions-on-media-upload/#post-1172543Best regards,
IsmaelHey vmenon,
Thank you for the inquiry.
Looks like you’ve manage to adjust the style of the post slider navigation. Is there anything else we can help you with?
Best regards,
IsmaelHi,
Thank you for the screenshot.
The Diseno > Visibilidad del Header y transparencia settings of the page is set to the second option (Header Transparente), so the header covers the main content. We set it back to the first option to disable the transparency.
Best regards,
IsmaelHi,
Thank you for the inquiry.
I’ve just yesterday updated to Enfold 4.7.2 and am using a child theme. I’ve got Woocommerce 3.9 and WordPress 5.3.2.
Did you toggle the Performance > File Compression settings after updating the theme? That should refresh the scripts and stylesheets. If there is a cache and minification plugins installed, please purge the cache and toggle the minification temporarily to make sure that the required scripts are loaded.
The following thread is probably related to this issue.
// https://kriesi.at/support/topic/enfold-4-7-1-cookie-consent-problem-with-woocommerce-cart-still-exists-%f0%9f%98%b1/#post-1176632
Best regards,
IsmaelJanuary 28, 2020 at 12:11 pm in reply to: Is Enfold GDPR-ready and does the Cookie-modal work? #1178975Hi,
The additional custom cookies settings allow users to remove or disable cookies that are not directly generated by the theme e.g., cookies from a plugin, scripts or API. We explained it in the following thread.
// https://kriesi.at/support/topic/matomo-cookie-opt-out/#post-1146376
It is also useful if you want to describe cookies that are not generated by the theme and remove the default placeholder “Usage Unknown”.
Best regards,
IsmaelHi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
We’ll close this thread now. Thank you for understanding!
Best regards,
IsmaelHi,
Thank you for the update.
We found a plugin that adds a quick buy button in the single product page and redirect the users to the checkout page immediately once they click the button. Please check the link below.
// https://wordpress.org/plugins/woocommerce-quick-buy/
Let us know if that’s what you’re looking for.
Best regards,
IsmaelHi,
@manurimini: There is going to be a new option that disables the toggle containers in the element options. It should be available in next patch.
Best regards,
IsmaelHi,
Thank you for the update.
You have to include or register the custom post type kampanjer in the list of supported types by the advance layout builder.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
The cells are not responsive because they are rendered outside the wrap_all container.
Best regards,
IsmaelHi,
@Darebvk: Can you give us a link to the page containing the button? We would like to check it. What is the exact issue with the code?Best regards,
IsmaelJanuary 28, 2020 at 11:39 am in reply to: Create a clone for the title menu item in desktop mode #1178962Hi,
Great! Glad that you’ve found a workaround. We’ll close this thread for now. Please don’t hesitate to open a new one if you need anything else.
Have a nice day.
Best regards,
IsmaelHey ComedyClubMunich,
Thank you for the inquiry.
Are you referring to the Invitation form at the very bottom of the page? It seems to be working properly. Please provide a direct link to the widget if it’s not the form with the issue.
Best regards,
IsmaelHi,
Thank you for the update.
You can add the image directly in a menu item. To do that, add a new item in your menu and replace the default Navigation Label with an img tag. Example:
<img src="http://site.com/wp-content/uploads/2020/01/image.jpg" />Enable the CSS classes in the Screen Options, add “only_mobile” in the CSS Classes field, then use the following code in the Quick CSS field.
@media only screen and (min-width: 768px) { .only_mobile { display: none; } }This will hide the new menu item in desktop view.
Best regards,
IsmaelHi,
Thank you for the update.
We found an error in the console and it seems to be related to the Google Analytics script. Did you install any plugin or add scripts related to GA?
ReferenceError: gaOptout is not definedBest regards,
IsmaelHi,
Now go to preview – no more headline, no main picture, no category
Sorry for the delay. That is the default behavior when the layout builder is active. All default elements such as the featured image, post title, comments etc. will not be displayed automatically because the builder uses a different template. You have to add the content manually.
Best regards,
IsmaelHi,
Thank you for the info.
That is the default layout of the post navigation in the theme. If you want to move it inside the container and below the post content, please follow the solution in the following thread.
// https://kriesi.at/support/topic/previous-next-links-on-single-posts/#post-1141679
Best regards,
IsmaelHi,
Thank you for the info.
2.) Try to adjust the priority value of the filter containing the script. Look for this line:
add_action('wp_footer', 'addCustomScript');Set the priority value to 999 or replace the code with:
add_action('wp_footer', 'addCustomScript', 999);3.) How did you enable the pages in archive/tag page?
Best regards,
IsmaelHey KellyKilgallon,
Thank you for the inquiry.
This is a limitation of the category filters. It can only display or sort posts that are available in the current page. You have to go to the next or previous page in order to see the next or previous set of items.
Best regards,
IsmaelHi,
Thank you for the inquiries.
Looks like you’ve managed to solve and fulfill the issues/requests by yourself. Do you need anything else?
Best regards,
IsmaelHi,
Thank you for the update.
The parent menu items are covering the sub menu items. This css code should help.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-show-submenu { z-index: 100; }Best regards,
IsmaelHi,
Thank you for the update.
The Performance > File Compression setting are currently enabled. Please disable the compression temporarily, remove the browser cache in your mobile device, then check the page again.
Best regards,
IsmaelHi,
Thank you for the update.
This plugin should help enable search by sku.
// https://wordpress.org/plugins/search-by-product-sku-for-woocommerce/
If it doesn’t work, try this filter in the functions.php file.
// https://kriesi.at/support/topic/product-search-fail-to-find-products-by-sku/#post-1127002
Best regards,
IsmaelHi,
By setting the aspect ratio I was hoping I was also setting the height of the colour section
Sorry for the delay. The video will only inherit the size of the color section, which as you may have noticed gets its height from the content. One solution is to use the Fullwidth Slider instead of the color section. You will be able to set the video to match the size of the slideshow and cover it.
Best regards,
Ismael -
AuthorPosts
