Forum Replies Created
-
AuthorPosts
-
September 3, 2024 at 4:41 am in reply to: Order Notes in checkout page is hidden by default #1466079
Hi,
Thank you for the clarification.
We adjusted the edited the functions.php file and adjusted the script a bit. Please make sure to purge the cache before checking.
function auto_click_order_notes_checkbox() { ?> <script type="text/javascript"> jQuery(window).on('load', function() { var orderNoteCheckbox = jQuery('.woocommerce-checkout .wc-block-checkout__add-note #checkbox-control-1'); if (orderNoteCheckbox.length && !orderNoteCheckbox.is(':checked')) { orderNoteCheckbox.click(); } }); </script> <?php } add_action('wp_footer', 'auto_click_order_notes_checkbox');
Best regards,
IsmaelSeptember 3, 2024 at 4:29 am in reply to: blog masonry sort option: activating new default category on page load #1466078Hey meganp46,
Thank you for the poem.
If the script is meant to automatically click a specific sort button, then it’s perfectly fine. Let us know if you need further assistance.
Best regards,
IsmaelSeptember 2, 2024 at 5:43 am in reply to: How to get product categories class with the catalogue product module in ALB #1466024Hi,
Thank you for the info.
Please add this filter in the functions.php file:
function avf_add_category_class_to_cart_link($link, $product) { $categories = get_the_terms($product->get_id(), 'product_cat'); $category_class = ''; if ($categories && !is_wp_error($categories)) { $category_class = ' product_cat-' . esc_attr($categories[0]->slug); } $link = str_replace('class="av-catalogue-item', 'class="av-catalogue-item' . $category_class, $link); return $link; } add_filter('woocommerce_loop_add_to_cart_link', 'avf_add_category_class_to_cart_link', 10, 2);
Best regards,
IsmaelHey Jason,
Thank you for the inquiry.
You can add this script to the functions.php file to move the pagination above the posts:
function ava_custom_script_here() { ?> <script> (function ($) { function g() { var pagination = $('.pagination-wrap.pagination-slider'); var contentSlider = $('.avia-content-slider-inner'); if (pagination.length && contentSlider.length) { pagination.insertBefore(contentSlider); } } $(document).ready(function () { g(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_here');
Best regards,
IsmaelHey Peter,
Thank you for the inquiry.
The Portfolio Grid element doesn’t have this option by default, but you can try using the Masonry element. You can set the hover effects in the Advanced > Animation > Image Hover Effect settings. Also, you can adjust the Element Title and Excerpt display settings in the Content > Caption toggle.
Best regards,
IsmaelSeptember 2, 2024 at 4:48 am in reply to: animation fade out effect not taking hold on Page #1466019Hi,
Thank you for the inquiry.
Would you mind providing a short clip or a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelSeptember 2, 2024 at 4:36 am in reply to: Enfold paging issue, will it be in purchased copy? #1466018Hey Robert Massart,
Thank you for bringing this to our attention.
The issue occurs because the lightbox is designed to activate when the link contains specific keywords, including image formats such as .jpg or .jpeg. We will forward this issue to our channel and will likely release a patch in the next version.
Best regards,
IsmaelHi,
It looks different because it is using the default WooCommerce pagination. Unfortunately, we cannot apply the theme’s pagination to the product shortcode. Please try using the Product Grid element instead, or use the following css code to adjust the style of the default pagination.
.woocommerce-pagination ul li { display: inline; float: left; height: 35px; width: 35px; line-height: 35px; text-align: center; padding: 0; border-radius: 100px; margin-right: 3px; margin-left: 0; box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2); }
Best regards,
IsmaelHi,
Thank you for the screenshots.
We can reproduce the issue, and it occurs because the width of the mega menu is only calculated on hover. For some reason, the site doesn’t refresh when you click on the links or menu items, so the mega menu remains visible when the site redirects to a different page. Have you tried enabling the Enfold > Theme Options > Page Preloading option?
Best regards,
IsmaelHi,
Thank you for your update.
To properly check the issue, we may need to access the site. Please provide the html code you are adding to the text block by posting it on Pastebin and share the link with us. Also, please include the login details in the private field so that we can check the page.
Best regards,
IsmaelHey Munford,
Thank you for the inquiry.
We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.
Best regards,
IsmaelHey Rob – Press Wizards,
Thank you for bringing this issue to our attention.
We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.
Best regards,
IsmaelHey Kevin Geoffrey,
Thank you for bringing this issue to our attention.
We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.
Best regards,
IsmaelHey peterolle,
Thank you for bringing this issue to our attention.
We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.
Best regards,
IsmaelHi,
Thank you for the info.
We modified the filter a bit and updated the css code. Please check the link in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add any custom code or script in this page? It’s possible that the custom code breaks the layout of the page. Please provide the login details in the private field.
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHey emilconsor,
Thank you for the inquiry.
Did you add the html of the color section with the id=”av_section_8″ attribute inside a text block? It’s possible that the html is invalid or that there is a missing opening or closing tag somewhere. Please try to validate the html first before adding it to a code or text block element.
Best regards,
IsmaelHey westefan,
Thank you for the inquiry.
Where can we check this issue? Please post a screenshot or provide a direct link to the page with the portfolio grid element.
Best regards,
IsmaelHey ThiloKiefer,
Thank you for the inquiry.
The menu seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
IsmaelAugust 30, 2024 at 11:48 am in reply to: Less-than and greater-than signs in table cell break output #1465765Hey Daniel,
Thank you for the inquiry.
Unfortunately, you cannot add these characters directly in the table, but you can use the Special Character Translation plugin to resolve this issue. For more details, please check the documentation here: Using Special Characters in Enfold.
Best regards,
IsmaelHi,
Glad to know that you managed to find a working solution. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Try to add this hook in the functions.php file to display the title before the forum content:
add_action('bbp_template_before_single_forum', 'ava_display_forum_title'); function ava_display_forum_title() { if (bbp_is_single_forum()) { echo '<h2 class="av-forum-title">' . bbp_get_forum_title() . '</h2>'; } }
Best regards,
IsmaelHey schweg33,
Thank you for the inquiry.
You can add this css code to display the search text beside the icon on mobile view:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .avia_hidden_link_text { display: inline; margin-left: 5px; } }
Best regards,
IsmaelHey schweg33,
Thank you for the inquiry.
I have added a tospur here Link below:
What do you mean by “tospur”? Please provide a screenshot of the element that you’d like to modify.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please feel free to open anotehr thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Unfortunately, WordPress crops the images based on the theme’s or plugin’s predefined settings, and there’s no way to set specific cropping parameters for each image individually through WordPress.
To achieve a consistent grid where each logo occupies the same space without being cut off, the only reliable solution is to upload images that have the same size or aspect ratio. This will ensure that all logos are displayed uniformly without cropping issues.
Thank you for your patience.
Best regards,
IsmaelAugust 30, 2024 at 11:32 am in reply to: Problems with Mobile View on Shop and Product Pages (WooWommce) #1465756Hey Martin,
Thank you for the inquiry.
1.) Did you add this css code?
.sidebar_left .content { float: right; border-left-style: solid; border-left-width: 1px; border-right: none; margin-right: -50px; margin-left: -1px; padding-left: 50px; }
If not, try to override left padding with this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .sidebar_left .content { padding-left: 50px; } }
2.) Adding this css code might help:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #main>.container_wrap_first.template-shop.shop_columns_3>.container { display: block !important; } }
Best regards,
IsmaelHey Leeonella,
Thank you for the inquiry.
We may need to inspect the site in order to properly check the issue. Please provide the login details in the private field. In the meantime, you can try this script in the functions.php file:
// script to scroll to the active tab section function ava_custom_script_tab_section_scroll() { ?> <script type="text/javascript"> (function($) { function avTriggerScrollToTab(selector, event) { $(selector).on(event, function() { var isLoadEvent = event === 'load'; var locationHash = isLoadEvent ? window.location.hash : $(this).attr('href'); var hash = isLoadEvent ? locationHash : locationHash.substring(locationHash.indexOf('#')); var tab = $('.av-section-tab-title[href="' + hash + '"]'); var parentContainer = tab.closest('.av-tab-section-outer-container'); if (tab.length && parentContainer.length) { var position = parentContainer.offset().top; tab.trigger('click'); if (hash) { setTimeout(function() { $('html, body').animate({ scrollTop: position - 100 }, 500); }, 300); } } }); } $(document).ready(function() { var tabs = $('.av-tab-section-container'); if (tabs.length === 0) return; avTriggerScrollToTab('.menu-item a', 'click'); avTriggerScrollToTab(window, 'load'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_tab_section_scroll', 9999);
Best regards,
IsmaelAugust 30, 2024 at 11:21 am in reply to: Google Analytics Cookies Loading Before User Consent #1465751 -
AuthorPosts