mike1394
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Gallery Grid] Grid not working in IE8Thanks for getting back to me. I was getting this error in IE8:
Webpage error details
Message: ‘console’ is undefined
Line: 14
Char: 9
Code: 0
URI: https://…/wp-content/plugins/responsive-gallery-grid/js/jquery.gallerygrid.js?ver=1.3I did some digging and found this code to put in the head:
<script type="text/javascript"> if (!window.console) console = {log: function() {}}; </script>
And it worked.
Forum: Plugins
In reply to: [Responsive Gallery Grid] Can I disable it depending on the browser?Same problem. Here’s a link https://sassostudioserver.com/slr/gallery/
Any help is appreciated.
Forum: Plugins
In reply to: [WooCommerce] BlockUI alert!I found this article that helped me. Hope it helps someone else.
https://ideasandpixels.com/blockui-requires-jquery-v1-3-or-later-quick-fix
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemThe prefix is “wp_”. Yes, I use php my admin. Why do you think that table wasn’t created? I’d be willing to try adding the table manually, I’ve worked with mysql before but just not when associated with wordpress. Thanks.
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemSorry for the delay. They are all there but wp_19_sendpress_report_url.
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemThanks for your help. I de-activated the plugin to no avail so I deleted it and re-installed it and it still doesn’t recognize the links. Anymore thoughts?
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemI found the error log that had no mention of sendpress but the script.error_log had several. I’ll send it to the tester email you gave me. Thanks for your help.
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemI can’t seem to find the errors logs. The site is on verio but their documentation didn’t really help me. Do you know how to access them on verio?
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemWhich error logs are you referring to?
Forum: Plugins
In reply to: [SendPress Newsletters] Re-saving permalinks doesn't fix email link problemThanks for responding. I sent it.
Forum: Plugins
In reply to: [WooCommerce] Product thumbnails replace main imageI found this https://www.magictoolbox.com/magiczoomplus/ and it handles what I needed. I just set the zoom to inner so it doesn’t open a zoom window and it has thumbnail hover that replaces the main image. Maybe this could help someone with a similar issue.
If you get asked this question in the future I finally found the answer. Using what you told me I figured out that if you replace this in the login-widget.php(create a woocommmerce folder in your theme so you don’t lose it on update):
<input type="hidden" name="redirect_to" class="redirect_to" value="<?php echo $redirect_to; ?>" />
with
<input type="hidden" name="redirect_to" class="redirect_to" value="<?php echo site_url('/wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php/'); ?>" />
I had this same problem. Woocommerce sells these extensions:
https://www.woothemes.com/products/gravity-forms-add-ons/
(requires a gravity forms license but is awesome)https://www.woothemes.com/products/product-add-ons/
Hope this helps.
You can try one of these extensions:
https://www.woothemes.com/products/gravity-forms-add-ons/
(requires a gravity forms license but is awesome)https://www.woothemes.com/products/product-add-ons/
Hope this helps.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Variation & Fixed Prices?I had this same problem. Woocommerce sells these extensions:
https://www.woothemes.com/products/gravity-forms-add-ons/
(requires a gravity forms license but is awesome)https://www.woothemes.com/products/product-add-ons/
Hope this helps.