Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1752118
Main page issues
Closed

Comments

  • milimm started the conversation

    Hello

    I have some issues on the main page:

    1. On the main slide revolution, on the second slide the button "contact" doesn't work.

    2. I could not found how to change the font of the elated testimonials, they are way to big.

    3. There no action ou page for  the button "Interventions" on the menu. Can you please take off the link for this button please?

    4. I would like to have the menu full transparent, even when I scroll the page please.

    5. I would like to change the button "SUBMIT" on the contact form.

    - be animated like the others

    - the text is not centered

    - change the caption "SUBMIT" to "ENVOYER"


    Thank you in advance

  •  1,845
    Elated replied

    Hi there,

    1. You will have to set up the button as a last layer in here:

    The button was covered with some other layer. We set this up for you. 

    2. Try to paste this in the page backend in here:

    .eltdf-testimonials-holder .eltdf-testimonials .eltdf-testimonial-content .eltdf-testimonial-text {
        font-size: 40px;
    }
    

    3. That is set up in Appearance > Menus in here:

    Just uncheck this Don't link that is set to that menu item. 

    4. Paste this code in Appearance > Customize > Additional CSS:

    .eltdf-sticky-header .eltdf-sticky-holder {
        background-color: transparent;
    }
    

    5. You can set up your button style in Elated options > Contact form 7 in here (for Custom style 1):

    Text is centered but because of the letter spacing maybe it looks like it's not:

    You can remove that letter spacing with this code, if you want to:

    input.wpcf7-form-control.wpcf7-submit {
        letter-spacing: 0!important;
    }
    

    You can try to use some 3rd party plugin to try to translate labels (like Loco translate, WPML etc). 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • milimm replied

    1, 2, 3, 4 Thank you so much

    5. How can I change the caption "SUBMIT" to "ENVOYER"?

  •  1,845
    Elated replied

    Hi there,

    You're welcome!

    Just paste this code in Elated options > General > Custom JS:

    $('.wpcf7 form .wpcf7-submit').attr("value", "ENVOYER" );
    

    This will change submit button on every contact form, but if you want to change it only on this page, paste this code:

    $('.page-id-27 .wpcf7 form .wpcf7-submit').attr("value", "ENVOYER" );
    

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.