Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2785 Display Issues

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Sunday, 13 August 2017 05:20 UTC

applestone
 Hi Sven

Neat product which in general works well.

However, I have a few issues with display on both the PC and mobile which I could do with resolving. I hope that you can help. To check them out please visit http://www.terravitae.co.uk/index.php/buy-photos on both your PC and your mobile.

These issues are:
  1. When you have selected a photo to purchase the continue shopping / buy now page pops up. This works fine BUT not all of the text is contained within the modal window - see attachment 1.

  1. I'm not sure when it should happen but I don't see the little cart icon change when a photo has been added to the cart. You say it should be grayed out ( I think) but I don't see this. Can you take a look please.

  1. Lastly, I would like to change the word ORDER to BUY. IN English order also means to sort / organise and ORDER IMAGES is confusing when associated with images. How can I change ORDER to BUY in the configuration.


Sorry if all these points are a little dumb, I'm not a joomla / php expert

Regards
David

Attachments

Attachement_1.jpg

sbluege
Hi,

  1. Your template seems to pull things to the right. This snippet can fix it:
    .imagetypeselection .row-fluid {
        margin-left: 0;
        margin-right: 0;
    }


    Please add it to your templates CSS file. Since you enabled CSS compression I can't provide a hint which file is the right one.
  2. The button on a "single image page" will not change. But those little add2cart-icons should. Right now they just don't work with Picasa. I'll fix this in the next release.
  3. You can use the Joomla! Language Manager to create language overrides. Just search for the term "order image". I like your point so I'll change the wording in the next release.