DeMontGuitars
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image shows fine in preview, but not livethank you, that is very helpful. I will try to get that going!
Forum: Fixing WordPress
In reply to: Image shows fine in preview, but not live@otto42, that was it! i just turned off lazy images, and all seems fine now. thank you ??
Forum: Fixing WordPress
In reply to: Image shows fine in preview, but not liveits not a plug in. Just code!
Something is over-riding my main content code and advertisingForum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] How to get more columns in gridperfect, thank you!
Forum: Fixing WordPress
In reply to: Adsense Stuck at odd place near top of pageyou the man, thanks!
Forum: Fixing WordPress
In reply to: Adsense Stuck at odd place near top of pagethank you sir!
Where do I have that in there four times, if you dont mind me asking. I’m not sure WHY its in there four times.Forum: Plugins
In reply to: [Offers for WooCommerce] ‘make offer’ button left aligngot it done, thank you!
if anyone else needs the info, I named the css ‘offer’
then added this to simple css editor:.offer {
text-align: center;
float: none;
font-size: 60%;
}killed the float, made sure it was centered, and i changed the size of the button
Forum: Plugins
In reply to: [Offers for WooCommerce] ‘make offer’ button left alignthats exactly what i need.
I’m not quite certain how to go about it though. Can you help me with that part?Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product image shift when hoveri’ve figured it out after hours!
or i found a work around at least. I added the following to my css editor:
* {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product image shift when hoveri’ve noticed that just changing the first image to the main image does not help, because it is essentially left-justifying on hover. Its not really the hover that bothers me, but the left-justify.
Anyone know how to just turn the hover off? and/or keep it centered?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product image shift when hoverthank you for the information! it definitely helps point me in the right direction. I will search some solutions in modifying my theme
Forum: Fixing WordPress
In reply to: WooCommerce Product image shift when hoverthanks! posting now
Forum: Themes and Templates
In reply to: Your license for Mystile expiresI’m not even sure what the woothemes helper is. If I dont know what it is, do I need it?
Forum: Themes and Templates
In reply to: Your license for Mystile expiresgot the same message. I would also like to know
Forum: Plugins
In reply to: [RSVP and Event Management] Private Questions not importinghaving the same issue! someone please help?