fooey
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Still supporting?thanks for replying!
Forum: Plugins
In reply to: [WooCommerce] Add to cart for variable prods still not working in 10.5.1.Actually, looks like it might be a caching issue after all. Is there a specific file that should be excluded so we can resume caching? Using wp-rocket. thanks
Forum: Plugins
In reply to: [Nelio Popups] pop up from specified urlThanks for the info but I am still having trouble getting this to work correctly. We purchased the Pro version. I have a pop with the trigger set to auto-open. Then for the target I have URL contains “page?source=newsletter”. However when I test that url in incognito, it just goes to a page not found. What am I missing?
The idea is that we want this to only pop-up on the home page when coming from the QR code (URL). Anyone else visiting the home page should only get the home page…no pop-up.
That’s it! Thank you so much for the extremely fast replies and solid resolution.
Here is the url with the form https://tinyurl.com/5n7kky9t
I tried adding the function to the existing functions in the calculated field, and it just filled the calculated field box with the text I wanted to add. We still need to see the number displayed (results of the calculation), the text would be like a description or possibly another field that would display conditionally based on whether that number is at or below 500. Here is the current function for the calculated field:
(function(){
if(fieldname3 == 1) return PREC(fieldname2/15650*100, 2); if(fieldname3 == 2) return PREC(fieldname2/21150*100,2);
if(fieldname3 == 3) return PREC(fieldname2/26650*100,2); if(fieldname3 == 4) return PREC(fieldname2/32150*100,2);
if(fieldname3 == 5) return PREC(fieldname2/37650*100,2); if(fieldname3 == 6) return PREC(fieldname2/43150*100,2);
if(fieldname3 == 7) return PREC(fieldname2/48650*100,2); if(fieldname3 == 8) return PREC(fieldname2/54150*100,2);
})();I also tried adding a new html field and used SHOWFIELD HIDEFIELD but it always showed the html field no matter the value of the calculated field. What am I missing? I appreciate the guidance.
Forum: Plugins
In reply to: [Independent Analytics - WordPress Analytics Plugin] PHP errorsSo far, I will keep an eye on it and let you know if the errors return. Thank you so much for such speedy replies!
Forum: Plugins
In reply to: [Independent Analytics - WordPress Analytics Plugin] PHP errorsI checked the folder permissions and they are 0755.
I added the line to wp-config but shouldn’t it write to the correct folder with those permissions?
Thanks
Here is the critical error:
public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrconst.php. Error message: Cannot declare class qrstr, because the name is already in use
It is no longer present so I guess it resolved. Thanks
thank you for your help, it solved the issue!
It was not a one-time occurrence. The only pop-ups in the plugin were all assigned to the home page, pages, and test pop-up page (usually put here first to test), which is the url that was included in the last thread. None of the pop-ups are active/published, except for the one I reactivated for you to see the page so I don’t know why it is looking for anything. It seems odd that it would be trying to find a post to display on if it’s not published.
My answers below:
Have you previously had a post where the popup was located, and then later you deleted that post?
Hard to say…I think that is a common scenario for any wordpress site and I cannot say for sure because I am not tracking the pages that we assign pop-ups to over any period of time. If the pop-up is not published, why is it actively looking to populate a page/post anyway?
Or maybe you had a post that was included in the popup’s settings, and that post was later deleted or made private?Same answer as above.
I just checked the error log and it’s starting to fill again. Thousands. It’s the only error in the log. Please advise.
Yes,
It was occurring prior to this release. We don’t currently have any pop-ups live, but there were two still active. They were date restricted. However, we were still getting the errors. I added one to a test page for you to review here so hopefully that helps. Thanks!
Forum: Plugins
In reply to: [Graphina - Charts and Graphs For Elementor] Some load, some don’t, ElementorI had to recreate them in another widget to get them to work. Hopefully it stays. Not sure if something became corrupt. The data was there, but it just said no data found when viewing it live.
Forum: Plugins
In reply to: [WPFront Notification Bar] execute javascript not workingWe decided to use another plugin, it was a time sensitive request
Is it possible to integrate Cloudflare turnstile instead of reCaptcha in your plugin?