Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #843440

    Hi,
    I need 3 buttons on my full width slider, and I have copied this code into the caption:
    [av_button label='Privatkunde' link='manually,http://' link_target='' size='x-large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg=''][av_button label='Proffmarked' link='manually,http://' link_target='' size='x-large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg=''][av_button label='Borettslag' link='manually,http://' link_target='' size='x-large' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg='']
    See private contenct for link how the bottons are not horizontal on line. And there’s a underline on the button text that appeared.
    I have a color section under that shows how I want it to be. Also with the large white text above filling the screen.
    Please help.
    Kindly regards, Mathilde

    #844076

    Hey Mathilde,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    #844105

    Hi, thanks.
    Look at private content for login.
    Mathilde :-)

    #844121

    Hi Mathilde,

    Login credentials did not work for me. Could you please check them once again? :)

    Best regards,
    Yigit

    #844129

    Hi Yigit,, I generated a new password, look in private content. I got in with that one.
    Thanks

    #844769

    Hi,

    I changed all button positions to left and then added following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-caption-content .avia-button-wrap a {
        float: none;
        max-width: 205px;
        margin: auto;
    }
    .avia-caption-content .avia-button-wrap {
        width: 33.3%;
        margin-bottom: 20px;
    }

    Please review your website

    Best regards,
    Yigit

    #844780

    Hi Yigit,
    Thanks a lot! Looking good!
    Can you have a look at the responsive / mobile version? Can I have the buttons on line there as well? Just smaller? And how can I remove the underline on the buttons?
    Kindly regards, Mathilde

    #844786

    Hi,

    I changed the code to following one

    .avia-caption-content .avia-button-wrap a {
        float: none;
        max-width: 205px;
        margin: auto;
        text-decoration: none!important; 
    }
    .avia-caption-content .avia-button-wrap {
        width: 31.3%;
        margin-bottom: 20px;
        margin-right: 2%;
    }
    @media only screen and (max-width: 768px) {
    .avia-caption-content .avia-button-wrap a {
        min-width: 125px;
        font-size: 15px;
        padding: 10px 25px 10px;
    }}
    @media only screen and (max-width: 480px) {
    .avia-caption-content .avia-button-wrap a {
        font-size: 12px;
        padding: 10px 5px 10px;
        min-width: 80px;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #844792

    Hi Yigit,
    GREAT! Thanks a lot!!! Is it best the have the white large text edited in the image itself, or is it possible to have a large white heading above? (Look at the example under the slider).
    You rock,
    Kindly regards, Mathilde

    #844798

    Hi!

    You are welcome :)

    You can try adding the heading above your button shortcodes in slide caption :)

    Cheers!
    Yigit

    #844799

    Hi,
    Okay, thanks, I’ll try :-)
    Thanks again for very good help. You can close this now.

    Have a great day,
    Mathilde :-)

    #844824

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    You too have a great day! :)

    Best regards,
    Yigit

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