mikeward
Forum Replies Created
-
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginMark,
Truly appreciate the effort. I will dig and let you know if I find anything out.
Cheers.
MikeForum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginMark,
First, I truly appreciate the effort. You are going way above and beyond the typical ‘disable the other plugins’ responses that I seem to get with other devs.
That said, I am not sure it is working as designed quite yet. Here is what I am seeing.
I reactivated the plugin, did all the settings as you mentioned. I went into add an attribute price to an attribute and three things happened:
I got an error message at the top of the page that said: “Sorry, an issue occurred when attaching the image you selected. Please try again.” This message was repeated twice at the top of the page, and reattempts caused the same error, even when I did not set an attribute image (left swatch set to none).
Although it gave me the error message, the icon appeared, but was extremely distorted, like the resolution was wrong.
The markup I added did not stay set. That block appeared empty after the save, and when I closed out and came back in.
I have a screenshot of this if you are interested.
Let me know your thoughts, and once again, thanks for the effort!
Mike
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginNo worries Mark. Just truly appreciate your attention to this.
Try to enjoy your weekend.
Mike
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginMark,
Understanding you are probably still looking into this, just checking in to see how it is going.
Thanks again!
MikeForum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginMark,?
Wow, thanks, but you are a little over my head here. I have been doing this a long time, but I more of a front end guy.
Can I say, whatever you think best?
Let me what I can do or if there is more info you need from me, and thanks.
Mike
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Conflict With Other PluginMark,
First thanks for the very quick turnaround!
I took the actions you suggested and it appeared to have no effect on the behavior.
If you wish, I can turn it on and send you a page to view, but it is a busy season for me, and I would prefer not to leave it on too long, so would like to arrange some time to do that.
Let me know and thanks again!
MikeForum: Plugins
In reply to: [Don't Muck My Markup] Triggered Fatal Error on ActivationBut… pretty permalinks is working without the index.php on the server thanks to rewrite rules. So, is the last point still valid or is Windows still an issue?
Thanks
Forum: Plugins
In reply to: [Don't Muck My Markup] Triggered Fatal Error on ActivationMartyn,
I am using Bones (https://themble.com/bones/). The plugin worked fine in development and installed fine on a pre WP 3.8 version. I even upgraded the dev box to 3.8 and the plugin seems fine. As I was getting the production box ready, with a clean 3.8 install, I cannot activate your plugin. I even deactivated all other plugins to make sure there was no conflict.
The only other ‘oddity’ is that the production is on a Windows server and the dev is not, but I am not sure if that matters.
Thanks
Forum: Networking WordPress
In reply to: Multisite InstallSKSundaram.
web.config is a .net file located in the root of your .net website. It is not in the wp dir and will only apply if you are running a .net site.
Hope that helps.
MikeForum: Networking WordPress
In reply to: Multisite InstallTHANK YOU naupadnara!!!!
I have been messing with that for days and your web.config fixed it right away!!!!
Forum: Themes and Templates
In reply to: image from child theme specified in parent theme functions.phpYou ALMOST got me where I needed to go. I tried:
get_bloginfo('stylesheet_directory')
and it did not work but:
bloginfo('stylesheet_directory')
Did.
Thanks for pointing me in the right direction!