Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #349947

    Hello experts,
    I have got six questions regarding to our enfold wordpress site would like to ask:
    1 Is there any way to change the hotspot color (radical color, mouse on/off color, after click color )?
    2 How can we modify hotspot icon to other kind of icons instead of the default white spot?
    3 In the advance layer, how can we change the background image so when the layer changes, we don’t see the white background by whatever image we define.
    4 Would you please show us how to modify the code so whenever we receive client’s subscription request/contact us form, we can get their IP address as well.
    5 How to save the customer detail into system database (SQL) when they send us subscription/contact us?
    6 How to implement extra discount to the final price when customer register their detail as a member via woo-commerce and save user detail into our database?
    Thank you very much

    • This topic was modified 10 years ago by JONI.
    #350011

    Anyone can help us? Appreciate.

    #350097

    Anybody can help us?

    #350895

    Hi!

    1. There is a setting for editing the colors when you edit the hotspot. For the hover color you can do this.

    .av-image-hotspot_inner:hover {
        background: blue !important;
    }

    2. Try this.

    .av-image-hotspot_inner {
        background: url("URL to your image") !important;
    }

    3. I’m not sure I understand. Can you send us a link so we can take a look? You can set your reply as private if you wish.

    4. + 5. + 6. These customizations would take a lot of time and code so they would have to be considered custom work. It’s kind of an advanced customization actually so I recommend contacting Werkpress if you want to hire a freelancer, http://kriesi.at/contact/customization.

    Best regards,
    Elliott

    #692964

    Just an FYI, Jotform can perform 4 + 5 without a problem…6 requires a tad bit more information but may be possible with Zapier.

    And no I don’t work for either! :)

    #693002

    Hey!

    Thanks a lot for updating us and adding more informations to the thread!
    Hope someone else find it helpful!

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.