emielm
Forum Replies Created
-
Hi Chris,
Thanks for your reply. Looking forward to that feature!
Forum: Plugins
In reply to: [EC Stars Rating] Change colour of white overlayFigured it out myself. For anyone else who wants to change this:
Change the rgb-values on line 161 of ec-stars-rating.php:
background-color: rgba(255,255,255,.5);
Hey dragonblogger and jdorfman,
I am having the same issue. Has this update already been released in the meantime or are we still waiting for it?
Forum: Plugins
In reply to: [W3 Total Cache] Upload main theme files to CDN with child theme in useHey Timmy,
That looks like a well working way to do this. At least the largest files will get sereverd by the CDN then. Thanks a lot for your reply, I am going to try this!
Forum: Plugins
In reply to: [WooCommerce] Custom CSS not working after update to 2.0.6Hi Coen,
Just updated to the latest version 2.0.8 and had the same problem again:
Before updating I checked if woocommerce.css and woocommerce-base.less both had right chmod set, which was the case (even set them to 666 and the css folder to 777 to make sure that wasn’t going to cause any problems). After the update the customized settings were gone and I had to copy the ‘old’ woocommerce.css and woocommerce-base.less files manually to the assets/css folder to make it work again.
It’s not a very big problem, but it would be nicer if it worked automatically after every update, wouldn’t it?
Isn’t anyone else having this issue? I can’t imagine..
Thanks for any reply in advance!
Forum: Plugins
In reply to: [Related Posts by Sovrn] Excerpt ColorHi Silvo,
Can I send this link to you by e-mail? Because this website is still in development we prefer not to publish it here right now.
Thanks in advance.
Forum: Plugins
In reply to: [Related Posts by Sovrn] Excerpt ColorHey Silvo,
Could you also provide the CSS code to get a border around the images on hover? I tried this but that’s not working:
ul.related_post li img { border: 1px solid #333333; }
Thanks for any help in advance!
Forum: Plugins
In reply to: [WooCommerce] Custom CSS not working after update to 2.0.6Hi Coen, just upgraded to 2.0.7 and no extra action was needed to use the custom css this time. I don’t know why, wbut I guess it must have gone wrong before because of chmod rights of the files. DOn’t know, however the problem is solved now.
Thanks for your effort anyway!
Forum: Plugins
In reply to: [WooCommerce] Custom CSS not working after update to 2.0.6Hi Coen,
For some reason the woocommerce.css and woocommerce-base.less files were not upadted after saving the settings (over and over again), while these files had the right chmod. I don’t know what was causing this, but replacing them with the old files (from 2.0.5 backup) fixed the problem.
Thanks for your reply anyway!
Forum: Plugins
In reply to: [W3 Total Cache] Upload main theme files to CDN with child theme in useSorry, main content = main theme obviously…
When my child theme is activated (this folder only contains some overriding files of the main theme) the number of uploadeded theme files to my cdn is the number of files in this child theme’s folder.
When the main theme is activated the total number of theme files uploaded to the cdn is almost 400. How can I activate the child theme and still get w3tc to upload all main theme files to the cdn too?Thanks for any replies in advance!
Forum: Plugins
In reply to: [W3 Total Cache] W3 and WooCommerce / Shopping CartsHey kwd, James and others,
I got everything on woocommerce 2.0 working perfect for logged in and logged out users. The only things I did:
Exclude cart and checkout page from page cache:
cart
checkout(no regular expressions and/or slashes needed, just the page names)
Ignore query stems:
wc_sessionHope this works for you too!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Not working in IE 9 ?!?!Addition: Turns out it’s only not showing well for logged in users. For logged out visitors it’s showing fine.
Forum: Plugins
In reply to: [W3 Total Cache] page cached after user loginI got the same problem on some pages. You can exclude these pages you don′t want to be loaded from cache by adding them in the “Never cache the following pages:-box” in page cache settings menu.
Forum: Plugins
In reply to: [W3 Total Cache] W3 and WooCommerce / Shopping CartsThanks again for your reply. Figured out my problem yet, was a page caching issue. Hope I can help you with this:
My settings are the same as your settings, except from
[X] Disable cookies for static files (I got this turned on)
Got to go in a minute, but will reply later if you need something that could help you out.
Forum: Plugins
In reply to: [W3 Total Cache] W3 and WooCommerce / Shopping CartsNo other issues here.
I got all other types of caching enabled:
Minify, db, odject cache via APC, page disk enhanced and Browser cache also enabled.Excluded wc_session instead of _wc_session_ for database caching, could that make the difference?
BTW: How did you find out you had to exclude this query item? I am having a similar problem in woocommerce sensei, so would love to know how to find the query item to exclude there.