gmsdesignworks
Forum Replies Created
-
getting this error message:
WARNING: Folder …/backwpup/vendor/Guzzle/Stream/ does not exist or is not readable
none of those functions seem to be working for me. i’ve got one meta field (the regular price field) that looks like it’s imported, but won’t show on the front ’til i click the Update button under the item editor. it also seems that i’m losing taxonomies when i run the import to update items. they link and are selected inside the editor on the backend, but don’t show on the front.
all of that said, i’m wondering if it’s not a problem with my hosting service. i say that, because i’ve submitted a support request via your website, set up a debug installation, and run the import with the same settings as on my development site, and the import ran flawlessly.
so i tried disabling all plugins except WooCommerce, WP All Import Pro and the WooCommerce Add-On while also activating the default WP theme (Twenty Fifteen), then re-ran the import. still no go on the development site.
therefore, i’m now thinking it’s something to do with my hosting service and NOT your plugin.
anyway… i just wanted to update you and say thanks for a great plugin. ??
looks like i may be having this same problem with a WooCommerce import. how do you apply the hooks in the link you provided? is it just added to the functions.php file?
thanks.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Widget No Longer WorkingI’ve got the widget set to display the next 2 events in list view, but it’s showing 7 days.
i’ll give this a shot and report back.
thanks for workin’ on this. ??
not getting any of the bans to work. ??
report filed. ??
Forum: Plugins
In reply to: [Contact Form 7] success messages don't appearsis this being caused because of where in the progression the CF7 jquery files are being called? if so, is there a way to force it to load somewhere else? like in the header so it loads first? if not, the update is unusable.
and i’m not using js_composer.
Forum: Plugins
In reply to: [Contact Form 7] success messages don't appearslooks like they’ve updated jQuery again which, every time they do that, it breaks stuff. don’t know if they’re using beta versions or what, but whatever they’re doing, they need to stop.
Forum: Plugins
In reply to: [Contact Form 7] success messages don't appearshaving the same problem. the email goes through, but the success message never shows. just started happening with this latest update.
I’ve been looking for a solution to this and this seems to work great. Thanks Daniel. ??
still broken for me. reverting back to 2.6.3.
you can change it by adding the following code in your theme’s header.php file (somewhere above where the form appears):
<script type="text/javascript"> var RecaptchaOptions = { theme : 'theme_name' }; </script>
found this at Customizing the Look and Feel of reCAPTCHA
awesome. that’s excellent.
thanks much…:)
awesome. thanks ellbristow…:)
i have a way around this which involves setting up a separate page and hardcoding javascript to redirect the site there, then setting up a cookie from that page depending on the user’s input. but it would be great if i could just handle it all in one place.
anyway…just wanted to put that out there in case it’s not possible.
thanks again.