jdai
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Your Demos do not work in Microsoft IEOh, you can sub the max-height and max-width numbers to whatever size you want.
Forum: Plugins
In reply to: [WP Catalogue] Your Demos do not work in Microsoft IEThank God for developer tools. I was able to fix everything by adding the following CSS to my themes CSS:
.wpc-img img { max-height: 151px; max-width: 212px; width: auto; height: auto; } .new-prdct-img img { max-height: 151px; max-width: 151px; width: auto; height: auto; } .product-img-view img { max-height: 358px; max-width: 500px; width:auto; height:auto; }Forum: Plugins
In reply to: [WP Catalogue] Your Demos do not work in Microsoft IEI am having the same issue with IE, but not only with version 10…version 9 displays the same issues.
Forum: Plugins
In reply to: [Event Calendar] Plugin styles overriding ALL table stylingWow…I am an idiot. Sorry for wasting your time.
I don’t know what it was but the issue I originally wrote about did exist. I’m not going crazy, lol. Anyway, there doesn’t seem to be an issue now.
Thanks for taking the time to respond. It’s not all that often we get help straight from the developer.
Forum: Plugins
In reply to: [Event Calendar] Plugin styles overriding ALL table stylingHere is an example: link
My theme (Atahualpa) styles this table with a zebra style which will appear if I disable your plugin.
I was not completely accurate with my first post. I can still style individual cells successfully, but if there is a table with lots of cells, that becomes quite cumbersome. Hopefully there is a way around this.
Thanks for your quick reply!