Dave Foy
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] Possible to have hover magnify on product detail page?Thank you Andrew! Sorry for delay replying.
I still don’t see the setting….
If I go to WP Shopify > Settings > Settings (tab) > Products, there’s no mention of image zoom anywhere on that page.
If I go to WP Shopify > Products, that’s just a list of products. I’ve clicked into a product, thinking the setting might be per-product as a custom field. But there’s none there either.
Do I need Pro to do this?
Thanks again.
Forum: Plugins
In reply to: [ShopWP] How to display individual product page?Sorry – soon after I posted, I figured this out. I had to turn lite sync off in settings and check ‘Sync Posts’.
All sorted. ??
Yes, just drag in a Columns widget into the first column.
I get a red message saying ‘Server error’.
I’ve fixed the problem just now. I installed the Postman SMTP plugin, and then switched Events Manager back to using WP Mail. With Postman, all WP Mail is routed via SMTP, so it now works. ??
Thank you.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Is find and replace necessary?Perfect. Thanks for letting me know!
I’m sorry about this. I’ve located the problem. Another developer had manually added the GA tracking code to the site. It was this that was being output to the site. When MonsterInsights prompted me to authenticate with Google it added more GA code to the manual code we already had.
I had no that was there. Really sorry to bother you.
Resolved.
Do you need a login, or me to send you anything to be able to check this out? I’m keen to get rid of this old Yoast GA code as soon as possible.
To try to find out what’s going on, I restored a backup of our site from 16th Feb (a week ago) on my local server. I wanted to see what the source code looked like from before the recent MonsterInsights upgrade.
I can confirm all that was there a week ago was the “This site uses the Google Analytics by Yoast” code. The additional MonsterInsights code was added yesterday.
We had the MonsterInsights plugin installed at the time. As I mentioned in my earlier message, we only had it because it was an automatic upgrade from Yoast a while ago.
By the way: if you view source, you won’t see the “This site uses the Google Analytics by Yoast plugin v5.4.6” comment because our caching plugin strips comments from source.
Thanks for your help.
Sorry… I’ve just realised my FTP software was playing tricks on me. The rules are there after all. Sorry to bother you!
No, definitely not.
The only one we used to have was Yoast GA. Then that was replaced automatically by MonsterInsights. I deleted that today, in the hope that it would remove the Yoast GA code too (it didn’t).
We have Yoast SEO installed, but that’s entirely different.
The 2 instances of GA code only appeared today, when MonsterInsights asked me to authenticate with Google. There was a message at the top of all my WP admin pages that wouldn’t disappear until I’d done that.
Thanks for your help.
If anyone else runs into this problem, I solved it by checking to remove styles, then putting my popup theme styles in a custom stylesheet. I put that CSS file in my child theme folder, and then added this to my functions.php:
function theme_enqueue_scripts() {
wp_enqueue_style( ‘Style’, get_stylesheet_directory_uri() . ‘/popupmaker-custom.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_scripts’, ‘200’ );I had to add the 200 to force it to load after the main Popup Maker styles.
No idea if that’s the best way of handling this, but it works.
I’ll remove this as soon as 1.5 is released and hopefully fixes the issue.
And also I noticed that having 1.5 beta installed also broke things in my WP control panel. Hovering over the left hand menu didn’t open the sub-menus (e.g Settings). And also I couldn’t see or click into the content editing textarea anymore.
As soon as I reverted back, everything was back to normal.
I’ve just reverted back for now. I’m just loading an additional custom stylesheet in head, that contains my popup theme styles, plus a few custom styles. That works fine for now. I’ll revisit again when 1.5 is released and is stable.
I’m loading files over http2 via a CDN so the extra request isn’t a problem for me.
Thanks for your help.
By the way, just to be clear. the 1.5 update has now worked. I now see the 3 checkbox settings. But the pop-ups are still broken.
Thanks @danieliser.
I’ve installed 1.5. I might be doing something wrong, but I don’t see any different options than before?
Here’s the settings screen I see:
https://cl.ly/3d3b0o1p231nHere’s my plugin settings, showing 1.5 activated:
https://cl.ly/220h3E433h0FI tried removing the inline styles I’d previously placed in the footer and moved them to my custom CSS. The lightbox display was definitely better this time… but the X close button didn’t work.
I’d like to leave the inline popup theme styles out of the footer to show you what happens, but I can’t because the site is live.
Thanks.
Thanks @waltmesser (and @danieliser). Looking forward to it.
You too Frank!