jfarr13
Forum Replies Created
-
Forum: Plugins
In reply to: Use a specific stylesheet for one particular pageLooks like I can’t edit the post but I made 1 mistake above, what I meant to say was:
style.css specifies the cart as being ‘display:none;’ and style_shop displays the cart as normal.
Forum: Plugins
In reply to: [Multi-language Responsive Contact Form] Chnane success messageAnswered my own question, the above settings are in /includes/ai-contact-form-template.php
Forum: Fixing WordPress
In reply to: Removed wordpress now homepage doesnt loadI have the answer now after lots of messing about. Even though I had removed all traces of WordPress from the root (ie. all the folders wp-cpntent, wp-admin etc.) I left the index.php file in the root not even noticing it. As long as that is in there, wordpress will be seen as the default and loaded but as there was nothing to load it loaded a blank page.
Simply deleting that, defaulted my homepage back to index.html
Forum: Plugins
In reply to: [Lightbox Gallery] Responsive ColorboxThis doesn’t work for me. Changing ‘maxWidth’ and ‘maxHeight’ to 100% doesn’t work. Setting 100% as the maximum height and width in the plugin settings doesn’t work so I’m a bit bewildered.
I have a responsive image slider that pops up in colorbox. On it’s own, the image slider is 100% responsive on my site however as soon as I add it into a colorbox, the size doesn’t change/adapt.
So the issue must be colorbox.
Anyone got any ideas?
Forum: Plugins
In reply to: adding custom javascript to a themeAnswered my own question, I just piggybacked a current theme script and added it to that 🙂
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product quantity not showing on cart pageHey cs650, is it possible to explain more about how you resolved this issue? The active css sheet for woocommerce isn’t style.css, it’s woocommerce.css and i don’t have a ‘.quantity .qty’ line in there. (I may have a newer version of the plugin)
But i’m having exactly the same issue. If i add quantity of 5 of a product to cart, the cart displays no number and indeed, if I click to go to checkout, I get a ‘your cart is empty’ message HOWEVER at the point of the cart not displaying the number, the code is saying the quantity is there and has been remembered.
Doesn’t make any sense.