Home › Support › Image Store › Cart Button & Cart Label Not Correct
-
AuthorPosts
-
October 3, 2012 at 2:25 pm #50199perthvirtualphotographyParticipant
Hi
I love this plugin. I’m a pro photographer shooting sports & event uploading 200+ image and this is by far the quickest plugin.
I’m have a couple of problems.
When I add to the cart through lightbox the Add to Cart button only show the top half of the button.
Also when i go to the shopping cart the label run down the page in one line instead of above the pricing/qtys
Would love to see a Image Store button next to the photos/fav buttons & a like/comment button in lightbox for facebook.
Keep up the great work.
Many thanks Andrew
October 4, 2012 at 8:31 pm #50216Xpark MediaKeymasterSounds like you have some styling issues if you provide a link to your site we may be able to help you, we’ll give you the code that you need to add to your theme styles.css file
October 12, 2012 at 1:08 am #50337perthvirtualphotographyParticipantHi Hax
Here is the link http://www.perthvirtualphotography.com.au/image-store
I’m also have some trouble with the first 3 images lining up at the top of the pages.
If you add something to the cart then to the checkout you’ll see what it mean.
Love the plugin though. Great work.
Thanks
October 17, 2012 at 11:19 pm #50417Xpark MediaKeymasterLooks like you have fixed your issues, about the facebook like button this is not going to be implemented as core, but the plugin is flexible enough for any developer to add the buttons for you.
October 26, 2012 at 7:59 am #50546perthvirtualphotographyParticipantHi Hax
Yep. the Thumbs need to be scanned after changing thumb size.
Also just installed Version 3.1.7 and it has fixed the Add to Cart button & heading issues.
Thanks. Great plugin
October 26, 2012 at 8:54 am #50548perthvirtualphotographyParticipantJust one other thing.
Is it possible to make the lightbox background black instead of white as it tends to make the photos stand out more.
October 28, 2012 at 11:22 pm #50584Xpark MediaKeymasteryou can change the colorbox.css stylesheet. Other option is to install the “jQuery Colorbox” this will allow you to change all colorbox settings and theme.
October 31, 2012 at 7:53 pm #50647perthvirtualphotographyParticipantHi Hax
Thanks for that. I actual want to change the outer white screen background on the fancybox to black. but when I change the colours on the colorbox.css I can only change things inside the fancybox & the boarders etc.
I’m also having some trouble when I use WordPress HTTPS (SSL) on the image store. It will use https on the image store & secure images pages no problems, but when I go into any of the galleries them self it goes back to http. Also when I use the shopping cart button on my menus it says the cart is empty but when I go into the cart using your built in menu on the gallery it shows the cart correctly.
Thanks Andrew
October 31, 2012 at 10:56 pm #50661Xpark MediaKeymasterif you just want to change the background color just make sure that your css selector is more specific or as I mentioned before jQuery Colorbox will allow you to change the whole theme.
I have not used WordPress HTTPS but there is no need (as you can see xparkmedia.com is running on SSL)
add these 2 lines of code to your wp-config.php file
define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true);
and this code to your .htaccess file
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://DOMAIN.com/$1 [R=301,L]
-
AuthorPosts
- You must be logged in to reply to this topic.