Cart Button & Cart Label Not Correct

HomeSupportImage StoreCart Button & Cart Label Not Correct

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #50199

    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

    #50216
    Xpark Media
    Keymaster

    @perthvirtualphotography,

    Sounds 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

    #50337

    Hi 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

    #50417
    Xpark Media
    Keymaster

    Looks 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.

    #50546

    Hi 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

    #50548

    Just 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.

    #50584
    Xpark Media
    Keymaster

    you 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.

    #50647

    Hi 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

    #50661
    Xpark Media
    Keymaster

    if 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]
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.