dsdewitt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Web pages continue to loadI timed the spinning icon and it last about 30 seconds. Took a quick screen shot video. https://youtu.be/wct9HGr2duk
- This reply was modified 7 months, 2 weeks ago by dsdewitt.
Forum: Fixing WordPress
In reply to: Web pages continue to loadLooks like it has something to do with and a Microsoft Clarity tracking to the Header.
Maybe something has changed in how this was implemented. I cannot think of the last time I looked at the clarity dashboard. Might just be time to get rid of it.
Here is the code.
<!-- Microsoft Clarity tracking code for https://jdnastag.wpengine.com/ -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "xxxxxxxx");
</script>Forum: Fixing WordPress
In reply to: Web pages continue to loadThanks for getting back to me so quick. The spinning icon is on the browser tab.
I just did more test on the staging site and found that
it might be a plugin. Before I thought I
had all deactivated, but Woocommerce. So
I just did a select all and deactivate and it stopped spinning. So adding plugins just a couple at a time.Now I have finished adding in slowly and found the “WPCode Lite” plugin has something to do with it.
Don’t remember what I may have used this for. Will have to look at it.
I’ll let you know what I find, or ask more questions
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Pinterest button no longer worksUpdate, Facebook does not work either.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Send test doesn’t workI am on version 3.77 and everything is working fine. Emails are sent, Review site is up.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Names and date not showingI took a peek and can see that you have a display: none for class .meta
.ajax_loader, .meta {
display: none;
}Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] remove test reviews from cr siteThanks for your quick responses. I have turned on the features, now lets see the reviews roll in!!
Dave
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] remove test reviews from cr siteNot that big of a deal. I thought I was overlooking on how this could be done. Still think this should be possible, just in case someone writes something completely obscene or downgrading. That or not have the review go live on the CR site untill it is approved on the WordPress side.
Dave
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] remove test reviews from cr siteHer is the url. https://www.cusrev.com/reviews/www.jdneedleart.com
Thanks for your helpForum: Plugins
In reply to: [PW WooCommerce On Sale!] compatibility with Woo 5.2Opps my bad WordPress 5.2 amd Woo 3.6.2
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] cURL and REST API / server host issueI was just confirming that it works correctly for me.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] cURL and REST API / server host issueThe Enable Reviews check shows up correctly on my admin side.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] imported reviewsFollow up question. Is it possible to get current reviews from our site to show up on the cusrev.com site?
Thats works great. You had me worried for a minute, when I say from the admin side that the comment was on the shop page. After checking it out is does not actually show there. My next thought is to be able have a separate page for customer comments. Then pull these comments to that page. I guess via a short code.
I found that if I place a trust badge. Then a user can click on the badge to see all reviews store and product. It would be great if the store reviews were sent into the review system to be approved. and possible a short code we could place on a page to show store reviews.