Viewing 30 posts - 1 through 30 (of 42 total)
  • Author
    Posts
  • #404361

    Hi there,

    Thanks for the great theme, Enfold

    1- I imported photography demo to the theme, and need more buttons in fullscreen slider captions, i have now 2. is there any way to add more?

    2- Actually i am working on a right to left site, on photography demo menu, the dividers lines between menu items is not complete just looks like an underline below menu item description…. how could i solve it?

    lots of thanks,
    Farzad

    #404783

    Hi farzadfrh!

    1. You can use our button shortcode in the slide caption to add more.

    2. Can you send us a link so we can take a look? You can set your reply as private if you wish.

    Regards,
    Elliott

    #405054
    This reply has been marked as private.
    #405585

    Hi!

    1. Yes, please try the shortcode in the caption area

    2. What page is the sidebar menu on? I couldn’t find one on the page you provided.

    Cheers!
    Rikard

    #583053

    Hi,

    Could you please share how to add more buttons? I don’t know where I can find the button shortcode or how to do this.
    Please help need 2 more buttons so they become like 4.

    Thanks in advance!

    Regards,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #583878

    Hi Anthony,

    Did you read Elliotts reply? https://kriesi.at/support/topic/need-more-buttons-in-fullscreen-slider/#post-404783

    If you need help on the backend then please start a new thread and include admin login details in private.

    Thanks,
    Rikard

    #584167

    Hi Rikard,

    Can’t you just explain what to do so I know this for in the future.
    If you guys can explain what code where to place then I’ll get this done.

    Hope to hear soon from you guys!

    Regards,
    Anthony

    #584433

    Hi Guys,

    Could you please reply supporting me? I am still waiting.

    Anthony

    #584652

    Hi!

    You can place as many buttons as you want (in shortcode mode) – http://screencast.com/t/nBenxzul, to get the codes you can go to a new Page and create a Button element using the Magic Wand tool.

    Best regards,
    Josue

    #584810

    Hi Josue,

    Thank you!! Can I align them all next to each other on one line? Because now the appear underneath each one.
    Btw, these shortcode buttons are a little bit different then the two default buttons you can use in the fullscreen slider. These two appear next to each other when I use these 2. But I really want 4 buttons next to each other.

    Regards,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #584814

    Hi!

    Have you tried with alignment set to “left’? can you post a link to your site?

    Regards,
    Josue

    #584818

    Hi Josue,

    I have sent you the link.

    Cheers,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #584828

    Are you still there Josue?

    regards,
    Anthony

    #585060

    Hey!

    I’m not seeing any link, did you resolve the issue?

    Regards,
    Josue

    #585064

    Hi Josue,

    No not yet. I have the buttons now but want them next to each other.

    See the link.

    Regards,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #585415

    Ok, can you paste the shortcodes you’ve placed in the caption content here?

    #585422

    Hi Josue,

    See below! ;-) Can you see it, because there appears a button lol..
    Thanks!

    Cheers,
    Anthony

    [av_button label='Awards' link='page,285' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    [av_button label='Tour Dates 16' link='page,217' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #585475

    Ok put them like this (without breaklines):

    [av_button label='Awards' link='page,285' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][av_button label='Tour Dates 16' link='page,217' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']
    

    Regards,
    Josue

    #585629

    Hi Josue,

    Now it comes like this:
    Still not the same. I need it exactly like the buttons below of them.

    Regards,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #585642

    Add this to Quick CSS:

    #top .slideshow_caption .avia-button-wrap.avia-button-left {
        margin: 0 10px;
    }
    
    #top .slideshow_caption .avia-button-wrap a{
        padding: 12px 16px;
        text-transform: uppercase;
        text-decoration: none;
    }

    Cheers!
    Josue

    #585644

    Looks much better now, but still not the same lol..:s
    Check the link now:
    The buttons are not aligned with the ones below. It is still a little bit to much to the right. :(

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #585661

    OK try with this:

    #top .slideshow_caption .avia-button-wrap.avia-button-left a{
    	margin: 0 10px;
    }
    #top .slideshow_caption .avia-button-wrap a{
    	padding: 15px 16px;
    	text-transform: uppercase;
    	text-decoration: none;
    	margin-left: 0 !important;
    
    }
    #top .slideshow_caption .avia-button-wrap a.avia-color-light{
    	margin-left: 10px !important;
    	padding: 12px 16px;
    }

    Best regards,
    Josue

    #585666

    Josue,

    You are awesome!!! ;-)
    Thank you so much and how can I get the green one on the right? and the transparent one on the left just the opposite of the buttons below?

    And..

    Does it seem like these buttons are bigger then the ones below? Or am I getting insane now..? lol

    Check the link..

    Cheers,
    Anthony

    #585670

    They look the same for me, if you want to change the order simply change them in the backend.

    #585695

    Ok thank you Josue!!

    I have changed it now, but then the alignment is getting confused I guess.
    Please check it for the last time..

    And can I get the button-text in bold like the ones below?

    Regards,
    Anthony

    • This reply was modified 8 years, 4 months ago by anthonyajl.
    #585708

    Try with this:

    #top .slideshow_caption .avia-builder-el-1 a{
    	margin-right: 10px;
    }
    #top .slideshow_caption .avia-builder-el-2 a{
    	margin-left: 10px;
    }
    
    #top .slideshow_caption .avia-button-wrap a{
    	padding: 15px 16px;
    	text-transform: uppercase;
    	text-decoration: none;
    	min-width: 140px;
    }
    #top .slideshow_caption .avia-button-wrap a.avia-color-light{
    	padding: 12px 16px;
    }
    
    #top .avia-slideshow-button {
        margin-left: 10px;
    }
    #585709

    Hi Josue,

    I just found it to get the buttons aligned again. I only want the text in the buttons to be the same is the ones below.

    Cheers,
    Anthony

    #585713

    Change the ‘label’ parameter in the shortcode.

    #585714

    Ok change it into…?

    #585723

    To the texts you want to use.

Viewing 30 posts - 1 through 30 (of 42 total)
  • The topic ‘Need more buttons in fullscreen slider,’ is closed to new replies.