Forum Replies Created

Viewing 15 replies - 16 through 30 (of 66 total)
  • 99w

    (@ninetyninew)

    Hi,

    Currently no, however we’re investigating this now to see if feasible to include as an option. We’ll be back in touch shortly with our findings.

    Thank you,

    • This reply was modified 8 months ago by 99w.
    Thread Starter 99w

    (@ninetyninew)

    Hi,

    Do you have any updates on the progress of this fix? As we’ve noticed there have been 2 new releases since then and wanted to check if included in those?

    Thank you,

    99w

    (@ninetyninew)

    Hi,

    Thank you for reviewing.

    If you mean the bullet points, then you can remove this via CSS, e.g.

    .wcpas-product-attributes {
      /* These remove the list styling */
      list-style: none;
      margin: 0;
      padding: 0;
    }

    You’d add this custom CSS code via your theme, usually in the additional CSS section of the customizer.

    Here is an example: https://jsfiddle.net/nzL8fmr4/

    Thread Starter 99w

    (@ninetyninew)

    @daniub thanks for investigating and noting you can replicate the issue, can you keep me updated on this thread when a new version with a fix for this maybe available.

    Thank you,

    Plugin Author 99w

    (@ninetyninew)

    @bwpartlo, in the latest version Memory Meter now logs page requests for admin users, the ability to log page requests for all users is the premium feature.

    Thread Starter 99w

    (@ninetyninew)

    Here is an example URL on a sandbox: https://levelnation.s3-tastewp.com/product/test/

    Note this sandbox will expire in around 3 days.

    The changes highlighted above in our first message are the reasons why the script is being output in the HTML of the page, this page works fine, but when iubenda was installed, it then does this, after enabling the default settings for “Privacy Controls and Cookie Solution”, if you disable the native blocking setting, it works again.

    Thread Starter 99w

    (@ninetyninew)

    Apologies, I understand this – we recommend this plugin for users of our one of our products who want to do partial deposits/payments, it’s great, and love how the partial payments are separated out orders just for the additional payments rather than being clones of the original order.

    However, we’ve obviously come across this issue twice, and we now understand why it occurs, but feel it isn’t clear that the premium version is needed for the example provided to be calculated correctly.

    As mentioned in the previous ticket it might be worth including a notice/information that if taxes are enabled and aren’t covered by the free version to consider purchasing the premium version to ensure the order is calculated correctly. Otherwise a user might set the plugin up and then uncover the issue later after real payments have been made at the lesser amount.

    99w

    (@ninetyninew)

    Hi,

    The shortcode displays a list of terms from a product attribute, such as all brand links from a brands attribute.

    It is intended to be used where you want to display a full list of all the terms, e.g. to include a list of all brands in the footer of a website.

    It doesn’t show the terms associated with a product on a product page. WooCommerce already does via the “Additional information” tab and isn’t what this extension is intended to do.

    Thank you,

    • This reply was modified 11 months, 2 weeks ago by 99w.
    99w

    (@ninetyninew)

    Hi,

    This extension is primarily used to to display a linked list of terms from a product attribute, such as all brand links from a brands attribute.

    However, depending on your attributes configuration it may be possible to achieve this.

    The list won’t be linked if you are using the shortcode with archive links enabled e.g.

    [wcpas_product_attributes attribute="your-attribute" archive_links="1" hide_empty="0"]

    And where the attribute in Products > Attributes > Hover over the attribute and click edit, and have archives disabled.

    The configuration above would stop links appearing as there are no archive pages to link to.

    Then you could change the styling of the list to display like a singular line using some custom CSS like this:

    .wcpas-product-attributes {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    
    .wcpas-product-attributes li {
    	display: inline;
    }
    
    .wcpas-product-attributes li:after {
        content: ', ';
    }
    
    .wcpas-product-attributes li:last-of-type:after {
        content: '';
    }

    This is of course dependent on whether you require archive pages to be enabled for those, however if you do I don’t see why you wouldn’t link through to them.

    We’ll investigate adding the ability to display as a singular line linked/non-linked in for potential inclusion in future releases.

    Thank you,

    • This reply was modified 11 months, 3 weeks ago by 99w.
    Thread Starter 99w

    (@ninetyninew)

    Do you know what the full URL to that chunks file would be? I tried to find this through the console but couldn’t determine what the full URL is to be able to access it directly

    99w

    (@ninetyninew)

    Hi,

    Thank you for the appreciation, if you find time please consider leaving us a review as it helps the extension grow, which means we can commit more resource to adding new features in future.

    In regards to your feature requests, yes we can see those would all be useful, we have started working on them and will include all of them in the next release – we are hoping to have a new version released before Christmas, but hopefully sooner.

    Thank you,

    99w

    (@ninetyninew)

    Hi,

    We haven’t heard back from you in a while, so we’ll mark this topic as resolved. If you need any further assistance in future please create a new topic.

    Thank you,

    99w

    (@ninetyninew)

    Hi,

    This plugin is designed to be used when you want to output a linked list of all the terms of an attribute, an example of this would be if in the footer of a website you wanted to display a list of all the brand terms currently associated with a Brand attribute.

    From what you are describing it sounds like for a particular product you are attempting to display attributes associated with that product, if our understanding on this is correct this extension isn’t designed to do that.

    Just to be clear, with this extension if you had a product attribute of Color, and you have multiple products assigned different color terms, e.g. red, blue, green, then when using this shortcode and including the color attribute, it is going to output a list of all the colors available, so you could use that somewhere in your website to help users navigate products by color.

    Thank you,

    Thread Starter 99w

    (@ninetyninew)

    Thanks – that seems to answer how we could make a nonce not be cached via a plugin if ESI is enabled.

    However, currently the website in question has these settings:

    1. Cache (tab)
      All settings enabled except REST API
    1. TTL (tab)
      All settings set to the defaults
    1. ESI (tab)
      Enable ESI: disabled
      Cache admin bar: enabled
      Cache comment form: enabled
      ESI nonces: stats_nonce and subscribe_nonce

    With these settings we are experiencing product pages in WooCommerce being cached, with an incorrect nonce field value meaning products can not be added to cart.

    I just want to confirm that to ensure that nonce field included in the product page does not get cached the ESI setting must be enabled? And then the ESI Nonces setting populated with our nonce field names (or by adding that code provided earlier in the plugin). I am unsure if the ESI Nonces setting works solely if ESI is enabled or works without?

    Can you also confirm if the code provided above can allow a wildcard in the second parameter?

    We are also seeing in the code for LiteSpeed that if, for example, Elementor theme is used it seems to force LITESPEED_ESI_OFF to be true (?), the website in question is not using Elementor, but if it was, would that therefore mean the nonce issue would still be there for a website using Elementor?

    Thread Starter 99w

    (@ninetyninew)

    No problem, thanks! Feel free to close this ticket, and I’ll keep an eye on the changelog to check if it becomes available in future.

Viewing 15 replies - 16 through 30 (of 66 total)