Forum Replies Created

Viewing 30 posts - 15,241 through 15,270 (of 66,084 total)
  • Author
    Posts
  • in reply to: Link in pagination & Breadcrumb wrong? #1262244

    Hi,

    Downloading is not available. The RAW Paste Data field contains the same code. You could select all (ctrl+a) code from that field, copy (ctrl+c) then paste (ctrl+v) it to the actual file.

    Best regards,
    Ismael

    Hi,

    Glad it worked. We will forward the thread to our channel and notify our developers of the modification. The above changes should be available in the next patch.

    Best regards,
    Ismael

    in reply to: Plugin conflict with slick menu pro #1262240

    Hi,

    Please try to click menu over 10 times.

    We could not reproduce the issue even when we clicked the anchors many times. It just lands or scrolls to the corresponding sections as expected.

    What actually happens when you click a menu over 10 times? Do we have to click the same menu over and over just to reproduce the issue? Users will probably not do that many clicks to the menu items, normally.

    Best regards,
    Ismael

    in reply to: Custom image size cropping #1262238

    Hi,

    It should regenerate new thumbnails when you upload the images again after the code adjustment, but make sure to purge the server and plugin cache before doing so because the old thumbnails might still be in used instead of the updated ones.

    Could you post the updated code? Have you tried adjusting the size of the other thumbnails a bit so that they are completely different? Just add or subtract a pixel for the width and height and update the first value in the array so that they are valid.

    Best regards,
    Ismael

    in reply to: Image on Category Page #1262237

    Hi,

    Now how could I have that image link to a sponsor’s website?

    That option is not available in the plugin by default, so you will have to find another or hire a custom developer to modify the archive template and editor so that it will be possible to add a custom link to the featured image. Unfortunately, this kind of modification is beyond the scope of support as stated on our support policy.

    Thank you for understanding.

    Best regards,
    Ismael

    in reply to: Internet Explorer cannot display the webpage #1262236

    Hi,


    @qiqqio
    : Please open a new thread and post the necessary details in the private field so that we could check the issue properly. We will close this one for now as the OP have not responded for quite some time now.

    Best regards,
    Ismael

    in reply to: Invisible 301s being created av-blog-meta-category-disabled #1262231

    Hi,

    Are you referring to this line?

    <span class=”blog-categories minor-meta”>Accidentes Auto, Accidentes Construcción </span>
    

    Please note that when the option to hide the category is enabled, the theme will add the av-blog-meta-category-disabled class name in the markup and the categories in the page will be hidden using css. The actual category markup will stay in the page, but it should not be usable or indexable because it is hidden.

    Best regards,
    Ismael

    in reply to: woobewoo Product Filter #1262230

    Hi,

    Sorry for the delay. We could not access the dashboard using the account above. Please set the user role to admin so that we could check the page where the filter shortcode is used.

    Did you add the filter shortcode in the “abstract-masonry” page? Does it contain a Masonry element from the builder or from the theme? It is possible that the filter only works on the default product or category pages.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We would like to test this further but the clone is no longer available. Did you take it down? Please include the FTP details in the private field so that we could edit the files when necessary.

    Best regards,
    Ismael

    in reply to: music player start from beginning #1262226

    Hi,

    Sorry for the delay. We just found out that the playlist is not stopping when the title of the last item in the playlist contains cyrillic or non-latin characters. To fix the issue, we had to modify the enfold\config-templatebuilder\avia-shortcodes\audio-player\audio-player.js file and adjust this code around line 59.

    if ( decodeURIComponent(this.currentSrc) === lastTrack.attr('href') ) {
    							_self.stopLoop = true;
    						}
    

    We just added the decodeURIComponent function to decode the audio URL.

    Best regards,
    Ismael

    Hi,

    Sorry for the late response. Unfortunately, we still do not know why the text editor is different when the plugin is enabled. Is there a staging version of the site where we could actually test this properly? We may need to disable the plugins in the site. Please keep in touch with the plugin developers.

    Best regards,
    Ismael

    in reply to: Contents and Author Picture #1261822

    Hi,

    Thank you for the clarification.

    The gravatar or the author image should display if the blog style is set to multi-author. Please post the login details in the private field so that we could check the theme and site settings.

    Best regards,
    Ismael

    in reply to: Masonry Element Sizing #1261820

    Hi,

    Based on the screenshot above, looks like there is a padding below the flex column but we do not see it on our end and the element padding is actually set to default. Please try to keep the width of the portrait image to 800px, and only adjust or increase the width of the landscape ones to 810px.

    Best regards,
    Ismael

    in reply to: Enfold Schema removing Yoast's #1261818

    Hi,

    Thank you for the update.

    We enabled the theme’s default schema markup and the JSON-LD script or the plugin’s schema remains. (see private field)

    Best regards,
    Ismael

    in reply to: edit portfolio categories default grid #1261816

    Hi,

    We have to edit the taxonomy-portfolio_entries.php, and remove some containers or divs so that the portfolio grid is not constricted or limited to a certain width. Please try to edit the said file and replace everything with this code.

    // https://pastebin.com/1rTbwbbb

    We might be able to use a few css modification as well to remove the width limitation on portfolio category pages, but let us try the template changes first.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Cookie modal is crawlable #1261813

    Hi,

    Thank you for the update.

    We already pushed this thread to our channel for further considerations, and another report was actually opened earlier based on another thread with the same request, so the changes will probably be added in the next patch, hopefully.

    Best regards,
    Ismael

    in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1261811

    Hi,

    Thank you for the info.

    The date picker was not displaying because of a script error, which was caused by an option in the theme that loads jQuery in the footer. We disabled that option temporarily and this allows the date picker to show in the product page but it is not yet working correctly — the date items or buttons are not visible. You might have to ask the plugin authors to inspect the element so that they could see what is going on with the date picker element.

    Best regards,
    Ismael

    in reply to: portfolio pagination not working – portfolio entries #1261807

    Hi,

    We still do not know why the pagination is not working correctly, but we found out that the paged and page parameter is always set to 0, so the next set of posts are never retrieved from the database. Unfortunately, we are not sure why this is the case. Does it work correctly when WPML is disabled, or when the portfolio category base is set back to the default “portfolio_entries” instead of “p_entries”? Would you mind if we deactivate the plugins temporarily?

    The notice in the front page is nothing critical or is not something that should cause errors in the site. Please keep the WP_DEBUG_DISPLAY to false for now to prevent the notice from appearing in the page.

    Best regards,
    Ismael

    in reply to: Sub menu not sticking on mobile despite research #1261792

    Hi,

    Thank you for the update.

    We do not recommend showing fixed elements on mobile view because the screen or space is quite limited, so sticky elements tend to be more of a distraction than help on these devices. Making it stick on scroll will require custom scripts or additional use of third party plugin such as the following.

    // https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/

    Best regards,
    Ismael

    in reply to: Not updating the quantities as expected #1261790

    Hi,

    The add to cart button also relies on the data-quantity attribute, but the value of this attribute does not change and does not respond to the quantity adjustment, so it is always set to 1. Please ask the script authors if they could adjust the script so that the value of the data-quantity attribute changes in response to the adjustment in the quantity input. The quantity field or input and the data-quantity attribute should have the same value.

    // For AJAX add-to-cart actions
    add_to_cart_button.data(“quantity”, $(this).val());
    

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Product widget #1261476

    Hi,

    Thank you for the update.

    Looks like the theme overrides the default product image size for the widget. Please try to add this code in the functions.php file instead to disable the function that overrides the image size.

    add_filter('avf_wc_widget_product_image_size_ignore', '__return_true', 10, 2 );
    

    Or this filter to use a different thumbnail instead of the default “widget”.

    add_filter('avf_wc_widget_product_image_size', function( $thumbnail, $product, $size, $attr, $placeholder ) {
        $thumbnail = 'portfolio'; 
        return $thumbnail;
    }, 10, 5);
    

    Best regards,
    Ismael

    in reply to: Issue with Masonry on mobile #1261475

    Hi,

    Thank you for the update.

    The css code above should have disabled the overlay completely or prevent it from displaying. Please post the login details in the private field so that we could check the issue properly. For the meantime, please check the css modification and make sure that there are no syntax errors such as missing curly braces or semi colons.

    Best regards,
    Ismael

    Hi,

    Glad to know that it is working. To limit the post navigation to certain pages, we could use the is_page or any conditional function necessary. Please check the documentation for more info about the function.

    // https://developer.wordpress.org/reference/functions/is_page/

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We can now see the issue and it is probably not working as it should because the plugin modifies the markup of the product items, removing the class name or container woocommerce-loop-product__title which is where the cart script gets the product title.

    This is the new markup from the plugin.

    
    <td class="product_title_col">
                                <span class="mobile-label">Product</span>
                                <a class="product_link" href="https://site.com/product/amazin-raisin-sunflower-seeds-trail-mix-snack-variety-2-3-ounce-bulk-bags-125pk-case/"><img src="https://amazingfruitproducts.com/wp-content/uploads/2018/10/amazin-raisin-sunflower-seeds-orange-and-strawberry-80x80.png" class="wwof_product_listing_item_thumbnail" alt="Amazin' Raisin + Sunflower Seeds Trail Mix Snack Variety 2.3-ounce Bulk Bags 70pk Case" srcset="VALUE" sizes="(max-width: 48px) 100vw, 48px" width="48" height="48"></a>                            <a class="product_link" href="https://site.com/product/amazin-raisin-sunflower-seeds-trail-mix-snack-variety-2-3-ounce-bulk-bags-125pk-case/">Amazin' Raisin + Sunflower Seeds Trail Mix Snack Variety 2.3-ounce Bulk Bags 70pk Case</a></td>
    

    You might have to ask the plugin author to apply the default class attribute for the title to the title markup above.

    Best regards,
    Ismael

    in reply to: Plugin conflict with slick menu pro #1261471

    Hi,

    Thank you for the update.

    The anchors are working properly when we checked the site. The page scrolls and lands to the corresponding section after clicking one of the menu items containing an anchor. Please try to do a hard refresh, remove the cache or check the site on incognito mode.

    Best regards,
    Ismael

    in reply to: Custom image size cropping #1261470

    Hi,

    Did you upload the original image again or regenerate the images after the thumbnail registration?

    This is probably not working as it should because the new thumbnails’ x_crop_position or the first value in the array is invalid. The valid values are ‘left’ ‘center’, or ‘right’.

      $sizes['divide_img_top_center'] = array( 'width' => 1920, 'height' => 500, array('top','center') );
      $sizes['divide_img_center_center'] = array( 'width' => 1920, 'height' => 500, array('center','center') );
      $sizes['divide_img_bottom_center'] = array( 'width' => 1920, 'height' => 500, array('bottom','center') );
    

    So top-center and bottom-center is not correct, and should be center-top and center-bottom.

    Best regards,
    Ismael

    in reply to: Link in pagination & Breadcrumb wrong? #1261465

    Hi,

    Thank you for the info.https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673


    @Blatze
    : For some reason, the framework > php > function-set-avia-frontend.php file contains an old version of the avia_extended_pagination_link function, so we updated it. The function should remove the query arguments for the first page.


    @easyname
    : Here is a copy of the said file if you would like to test it.

    bin: https://pastebin.com/huUJ1Psj
    pw: pagination

    Best regards,
    Ismael

    in reply to: How to put a field in blog posts in masonry #1261464

    Hi,

    Thank you for the update.

    We may have to add the post ID to the get_field function so that it returns the actual year from each post. Please look for the line where we defined the $year variable and replace it with the following code.

    $year = get_field ("Date", $entry->ID);
    

    // https://www.advancedcustomfields.com/resources/get_field/

    Best regards,
    Ismael

    in reply to: Woocommerce Add to cart / view product on hover #1261447

    Hey tdutkowski,

    Thank you for the inquiry.

    Would you like to hide the add to cart button and only display it on hover? That should be possible but we have to see the page containing the products first so that we could provide the appropriate modifications. Please post the site or page details in the private field.

    Best regards,
    Ismael

    in reply to: woocommerce Kasse Seite Text ändern #1261446

    Hi,

    Thank you for the update.

    Yes, the snippet above should do it but using css to hide the heading is probably a much better and more simple solution. Please try this css code in the Quick CSS field.

    #order_payment_heading { 
         display: none !important; 
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 15,241 through 15,270 (of 66,084 total)