slideaway
Forum Replies Created
-
I’m not sure I follow on what you mean editing the template page? So in the theme files? I’ve got no problem doing that, could you point me to where that file might be, roughly?
This same thing is happening to me too. Only PayPal as payment options, trying to get the checkout to function properly using the Block editor.
Here’s the fatal error I’m seeing in the logHere are the couple warnings that appear in the Block editor.
https://imgur.com/a/6BVPYj4@oldcorkonian did you find a solution to this? I just went through your checkout and see the PayPal buttons showing correctly.
Forum: Plugins
In reply to: [WP Bannerize Pro] Impressions stopped trackingNo problem, glad I could share a simple fix.
Forum: Plugins
In reply to: [WP Bannerize Pro] Impressions stopped trackingI have figured out why this stopped working. It’s because there is a .gitignore in the /public/ folder that is excluding /js and /css folders. So if you have a multiple stage hosting, like I do with Pantheon, those files will be there on Dev because you’ve manually installed them there, but then when you push things forward to Test and Live, those folders are excluded. So at it’s root, wp-bannerize-impressions.min.js wasn’t loading because it wasn’t there. So the solution is to delete that .gitignore and push wp-bannerize-pro back to up your server.
- This reply was modified 4 years, 5 months ago by slideaway.
Forum: Plugins
In reply to: [Post Views Counter] frontend.js and REST info not loadingI finally figured out what it was. I dequeued jQuery because I was pulling it in elsewhere and it’s apparently tied to this for inclusion.
wp_dequeue_script( 'jquery' ); wp_deregister_script( 'jquery' ); // Removes the parent themes stylesheet and scripts from inc/enqueue.php- This reply was modified 4 years, 5 months ago by slideaway.
Forum: Plugins
In reply to: [WP Bannerize Pro] Impressions stopped trackingI have been experiencing the same with my site for awhile now. Was running latest and updated Post Views Counter and something has gone amiss with WPBP. Post Views stopped working for all posts before this update, then went back to functioning properly after the update.
Forum: Reviews
In reply to: [Advanced Post List] Super FlexibleThe one thing I was wishing I could get it to do was to handle content by page view popularity. I know there are a few plugins that do this and I have views data already in my site, so I’d love to be able to pull content and sort it by popularity.
I’m definitely interested in the Pro version, just need to get work to pay for it.
Forum: Plugins
In reply to: [WP Bannerize Pro] Discrepancies in visible from and expires columns?I was just checking in if any headway on this issue? Just had my co-worker who’s been struggling with it mention it today. Thanks!
Forum: Plugins
In reply to: [WP Bannerize Pro] Discrepancies in visible from and expires columns?Has there been any update on this issue? My team is still struggling with this all the time. The timing of show and expire is always off as compared to the current time. We’re in EDT, which is currently UTC -4, which does align with offset we’re seeing. I’ve double checked the WordPress time settings and it’s set correctly, so it seems like WPBP is using UTC 0 for the scheduling instead of the time set in WP.
Forum: Plugins
In reply to: [WooCommerce] Turn off WooCommerce notification on iOS app?Perfect, thank you. That screen had everything unchecked as I had in the app, except for the 2 options at the bottom that weren’t in the app. Now is this something on the roadmap to be added into the app? It seems like an omission that should be there.
Forum: Fixing WordPress
In reply to: Turn off WooCommerce notification on iOS appWill do. Though I’m not sure if they can do much. It’s a WC problem in the official iOS app, hence my struggle to figure out where to actually ask this.
Forum: Plugins
In reply to: [WP Bannerize Pro] Impression/Clicks not showingTurned out I needed to turn on the clicks and impressions in the new plugin per banner and now it looks to be doing it’s thing.
Forum: Plugins
In reply to: [WP_Places] Multiple places, same post?Awesome, thanks for looking into this Gary!
Forum: Fixing WordPress
In reply to: WordPress 4.7.3 Admin brokenThat’s exactly what I did. On my host I find the quickest way to do it is to use the File Manager in cPanel. I upload the install as a zip, minus the wp-content and wp-config.php, delete everything except those 2 items on the server, then extract the zip to the server. Takes like 30 seconds. Easily the fastest way I’ve seen to do an update.
I was able to see the events on the /events page and in the sidebar widget, but couldn’t actually click and view the details of the event on the frontend.