jamiepaulsmith
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How to link to Specific Tab (Again)Hi @fmixell,
I had already posted it. It was the ‘updated’ code I posted above.
jQuery(document).ready(function( $ ){ jQuery( 'body' ).on( 'click', 'a[href^="#tab-harness-size-guide"]', function() { var $this = $('#hiddenBlock'); var href = jQuery( '#tab-harness-size-guide' ).attr( 'href' ); jQuery( href ).children( 'a' ).click(); if ($this.data('open')) { $this.animate({height:'200px'}, 600); $this.data('open', 0); $('.product-details-button a').text('SHOW PRODUCT DETAILS'); } else { $('.product-details-button a').text('SHOW LESS'); $this.animate({height:'100%'}, 600); $this.data('open', 1); } }); });
Anyway thanks in advance!
- This reply was modified 4 years, 6 months ago by jamiepaulsmith.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How to link to Specific Tab (Again)Hello,
Thank you for your response.
This hasn’t been figured out. My updated code doesn’t work as I’m expecting it to.
Can you help with this?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How to link to Specific Tab (Again)** UPDATE **
Okay, I’ve come up with the following code which opens my ‘Show Product Details’ window as I want but it still doesn’t automatically switch to the ‘Harness Size Guide’ tab.
However, I’ve noticed that if you pre-select the ‘Harness Size Guide’ tab, it works but it won’t switch to the ‘Harness Size Guide’ tab on click.
jQuery(document).ready(function( $ ){ jQuery( 'body' ).on( 'click', 'a[href^="#tab-harness-size-guide"]', function() { var $this = $('#hiddenBlock'); var href = jQuery( '#tab-harness-size-guide' ).attr( 'href' ); jQuery( href ).children( 'a' ).click(); if ($this.data('open')) { $this.animate({height:'200px'}, 600); $this.data('open', 0); $('.product-details-button a').text('SHOW PRODUCT DETAILS'); } else { $('.product-details-button a').text('SHOW LESS'); $this.animate({height:'100%'}, 600); $this.data('open', 1); } }); });
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueI am still getting issues pulling back images from the server.
It has been stuck on 200 images for 24hrs and I keep getting an error messages.
Cloud Error: Please try after 2m 44s for service img_optm-new_req.Prior to this, I had tried clearing unfinished data as it was stuck prior to this.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueOkay, this is a conflict with Elementor then. This shouldn’t be happening and needs to be resolved?
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueHello again,
Please note my last message regarding Elementor. Please create a page with Elementor, not a post. The ‘Edit with Elementor’ button should then appear.
I am still also have issues with image optimisation. It continues to throw up the following error.
Failed to communicate with QUIC.cloud server: There is proceeding queue not pulled yet. [server] https://node7.quic.cloud [service] img_optm
I have already re-linked my Quic Cloud account.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueHello,
I believe you need to create a ‘page’ with Elementor.
Not a post.
- This reply was modified 4 years, 7 months ago by jamiepaulsmith.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssuePlease see these images:
ESI Disabled, Elementor Button Visible:
ESI Enabled, Elementor Button not visible:
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueI want ESI enabled and the ‘Edit with Elementor’ to be in-tact.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueYou’ve mis-understood.
The ‘Edit with Elementor’ button should be there.
As stated, if i disable ESI, it re-appears as it should. If ESI is enabled, it disappears, as it should not!
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Elementor Conflict & Image Optimization IssueI have just done this.
It’s linked to Quic Cloud successfully. However it is now only pushing 1 image at a time?
Also, can you please address the ESI and Elementor issue I am having?
- This reply was modified 4 years, 7 months ago by jamiepaulsmith.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] SEO Score Not ShowingI’ve found the issue. It was a conflict with another plugin I had (WooCommerce Custom Tabs).
I have since removed this plugin as it was not required anyway.