Tagged: ,

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #460877

    I grabbed the solid button shortcode from the Post “Insert Theme Function” tab, and used it in a widget. Now I need the bordered button shortcode, but it’s not listed there. What is it?

    #460879

    Hi m!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #460889

    Do I have to do step one, editing the child theme, in order to see the full list of shortcodes in Magic Wand (your application mouse over label is “Insert Theme Function” I assume this is what you’re referring to)? I’ve looked – without doing step 1 – and the bordered button is not listed.

    #461212

    Hey!

    What do you mean by bordered button? A screenshot will help, use imgur or dropbox. You can use the shortcode wand in order to generate the shortcodes.

    Best regards,
    Ismael

    #461505

    “Bordered button” is what your theme calls the button that has a coloured outline with a white interior, but is not a solid colour button. What email address can I use to share Dropbox?

    #461712

    Hey!

    Could you put the images in a public folder and then link to them here?

    Cheers!
    Rikard

    #464677

    There aren’t any images, this is purely using your theme. Your theme has solid and border buttons available in the top main navigation, but I also want them in a widget. I can use a solid button in a widget, but don’t see the option for the bordered button in the widget.

    #465726

    Hey!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your element a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class a {
      border: 2px solid red!important;
    }

    Best regards,
    Yigit

    #467141

    I tried adding class and style to the widget text code, but nothing changed.

    [av_button label='Get the Newsletter' link='page,1353' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' class='border-box-in-widget']

    #467915

    Hi!

    please provide admin access, so we can take a deeper look into it and check if you implemented everything correct. Post login details here as private reply.

    Cheers!
    Andy

    #469874

    OK.

    #470698

    Hey!

    the link you have provided does not work for me (“Page not found”). Can you please check?

    Best regards,
    Andy

    #471012

    sorry, php not pgp.

    #471276

    Hey!

    I couldn’t log in with those details either, could you verify that they are working please?

    Cheers!
    Rikard

    #471433

    Please try now.

    #472208

    Hey!

    not sure if I fully understand your issue. I could not find the page in question to see the issue. Could you give us a precise link where we can see what’s going on? Screenshots would help a lot (use imgur or dropbox link).

    Best regards,
    Andy

    #472576

    Issue:
    The Enfold theme provides top-of-page nav menu style options: solid box, and bordered box.
    The Enfold theme seems to only provide this widget nav menu style options: solid box.

    So, I have a bordered box for ImportantPage in the top-of-page menu, but, inconsistently, a solid box for importantPage in the widget menu.

    Mission: To have the same style in both locations.

    Location: All pages. View the top-of-page nav menu, and compare to the footer widget nav menu.

    #472718

    Hey!

    What is although the style you need to have on both, to be the same?
    Which one of the two, should we provide as code?

    Regards,
    Basilis

    #472738

    Bordered box. The bordered box that is currently in the upper navigation is correct. Change the code in the footer widget.

    #472952

    Hi!

    use this code:

    #top .footer_color .avia-color-theme-color {
    color: #00a2dd;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #473339

    Thanks. That changes ALL footer widget buttons. I need to ONLY change the one ImportantPage footer widget button.

    #473580

    Hey!

    that won’t be possible unless you give this element a unique CSS class. Maybe you could achieve this with a plugin like this: https://wordpress.org/plugins/widget-css-classes/

    Then you can apply the code to only the new CSS class instead.

    Cheers!
    Andy

    #479859

    Thanks Andy. Hopefully Enfold will have this capability built in on a future update. This issue can be marked closed.

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Bordered button shortcode in widget’ is closed to new replies.