cd650
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble getting the Permalinks rightI see if I change the product category base in permalinks to water-coolers that the url at least looks more reverent https://sitename/water-coolers/actualproductname/. But is there a way for me to have the url sitename/categoryname/actualproductname
Though I’m not sure how that would work as some products are in more then one category.
Maybe you have already explained this but I’m not clear on it. ThanksIm just wondering was there ever any work around for this. I have a similar issue. When I try to set the “condition” – product category is not in the list to choose from. And thats where the different unique pages are.
Is there a way to fix this?I have used this great plugin for a few of my sires with no issue. However I have just tried to use it on a new site and am getting the error below. This site is hosted on the same hosting as the other sites that work. So not sure whats going on. Does anyone have any suggestions.
The version of MySQL on this server is [5.1.73]. The Duplicator requires MySQL version 4.1+ or better. If the MySQL server version is valid and this requirement fails then the mysqli extension is not installed. If you are on a hosted server please contact your host and request that mysqli extension and MySQL Server 4.1+ be installed. For more info visit: http://php.net/manual/en/mysqli.installation.php
Forum: Fixing WordPress
In reply to: 300×250 adds not fitting 250 side widgetThanks
Forum: Fixing WordPress
In reply to: 300×250 adds not fitting 250 side widgetI’m a bit of a novice with making changes to css. I need clear instructions telling me what is actualy wrong. All I could tell you right now is there is a setting wrong somewhere. If you could tell me what you think is wrong and what css file I need to change, I can give it a shot. Thanks
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product quantity not showing on cart pageI found the answer
Searched style.css for line with .quantity .qty
Replaced line with
.quantity .qty { border-top:1px solid #ccc; border-bottom:1px solid #ccc; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; width:16px; text-align: center; min-width: 30px; }
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product quantity not showing on cart pageI’m having the same issue with some browsers using wooshop. + and – there but no numbers. I found another post saying it was a fault in the style.css. But they did not say what the fix was. Any info would be helpfull.