sashen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Simply Order Export] Spinning Circle When ExportingI’m having the same thing and am using 5.6.3
I’m having a similar problem.
One user reported the following (I’ve put in “s so that you can read his report without this editor messing with things too much):
Okay found the "bug" (intentional, bad design): "a.button.more-info" click handlers. "$( ".products li:not(.product-category) a:not(.add_to_cart_button),.widget-product-item' ).click(function( event ) {" You call "event.preventDefault();" which disables the browsers ability to follow the "href" it has been given for the link. You then attempt to redirect with "document.location.href = productdata.data( "gtm4wp_product_url" )" AFTER your ecommerce package has tracked the click (in the callback) from it's response. (this is why your A/B testing never showed an issue, you didn't count anyone with an issue) I have enabled enough javascript to have your site function, I made an order just fine, but these links are blocked from working by your tracking code. I guess the "dataLayer" part is on a separate domain somewhere and without that loaded these functions (which are on your domain) do not gracefully fall-back to using the original <code>href</code> (as HTML always intended). "event.preventDefault();" is always run when this link is clicked, regardless of if <code>dataLayer</code> exists or not.
Forum: Plugins
In reply to: [Elasticsearch Indexer] ES is killing some site featuresAny chance there will EVER be a response to this?
Forum: Plugins
In reply to: [Slideshow] Dollar sign in title or descriptionI’m experiencing the same issue.
Forum: Plugins
In reply to: [Slideshow] Can't include dollar signs in titleI wish it made me feel better to know I was in a group ??
Forum: Plugins
In reply to: [Slideshow] Can't include dollar signs in titleThat works but, of course, it looks weird to have the space in between them.
In fact, another thing: If I put in “$99.99” what shows up is “.99”
Forum: Plugins
In reply to: [Slideshow] Can't include dollar signs in titleThat didn’t work.
Forum: Plugins
In reply to: [Elasticsearch Indexer] ES is killing some site featuresOh, one other glitch I’m finding:
When I upload a file into the media gallery, then close the gallery, and then re-open it… the file I just uploaded is not shown in the list of files. It exists in the correct folder, but doesn’t show up in the list.
When I turn off ES, I see everything just fine.
Any ETA on the next release?
Forum: Plugins
In reply to: [Contact Form 7] Sender's name and email are not sentI think you’re reporting what I was about to report.
I have the From: (in the Mail section) set to
[your-name] <[your-email]>
I have that same string in the Message Body: section, too.
The name and email that the user enters DOES get sent to me in the body, but NOT as the From in the email.
This *HAD* been working fine… and now it’s not even though I’ve changed nothing.
Forum: Plugins
In reply to: [Export Users to CSV] Server Error issueWe have over 30,000 users. So, I’m looking forward to the upgrade.
Forum: Plugins
In reply to: [Export Users to CSV] Server Error issueIf I don’t select a date range, I get a 500 error.
If I do select a date range… I just get a white screen with nothing on it after I click Export.
Where is the CSV file supposed to be?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] add Facebook admin ?I’m having the same problem. Using manadeprived’s idea, I SEEM to have added a user as an admin, but I’d rather be using an app and can’t seem to make that work
Forum: Plugins
In reply to: [FAQ Manager] Strange Cursor/Mouse PointerIn my theme, when I’m over a title, I see an I-beam text-selection cursor, not a link/hand (https://www.xeroshoes.com/xero_dev/faq)
In a similar vein, is there any way to add some visual indication (e.g. a + sign) that the topics will expand when you click them (e.g. similar to https://www.xeroshoes.com/faq)?
Thanks!
Forum: Fixing WordPress
In reply to: Permalink structure no longer works!THANK YOU RUSSELL!
Worked like a charm for me.
Let’s see when WP actually fixes it.