-
AuthorPosts
-
June 17, 2015 at 5:02 pm #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?
June 17, 2015 at 5:06 pm #460879Hi 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,
YigitJune 17, 2015 at 5:45 pm #460889Do 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.
June 18, 2015 at 12:09 pm #461212Hey!
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,
IsmaelJune 18, 2015 at 6:50 pm #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?
June 19, 2015 at 7:34 am #461712Hey!
Could you put the images in a public folder and then link to them here?
Cheers!
RikardJune 25, 2015 at 8:01 pm #464677There 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.
June 29, 2015 at 11:23 am #465726Hey!
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,
YigitJuly 1, 2015 at 6:04 pm #467141I 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']
July 3, 2015 at 11:22 am #467915Hi!
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!
AndyJuly 7, 2015 at 6:05 pm #469874OK.
July 9, 2015 at 10:33 am #470698Hey!
the link you have provided does not work for me (“Page not found”). Can you please check?
Best regards,
AndyJuly 9, 2015 at 5:13 pm #471012sorry, php not pgp.
July 10, 2015 at 6:14 am #471276Hey!
I couldn’t log in with those details either, could you verify that they are working please?
Cheers!
RikardJuly 10, 2015 at 1:46 pm #471433Please try now.
July 13, 2015 at 10:06 am #472208Hey!
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,
AndyJuly 13, 2015 at 5:28 pm #472576Issue:
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.
July 13, 2015 at 10:40 pm #472718Hey!
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,
BasilisJuly 13, 2015 at 10:58 pm #472738Bordered box. The bordered box that is currently in the upper navigation is correct. Change the code in the footer widget.
July 14, 2015 at 10:17 am #472952Hi!
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!
AndyJuly 14, 2015 at 5:42 pm #473339Thanks. That changes ALL footer widget buttons. I need to ONLY change the one ImportantPage footer widget button.
July 15, 2015 at 10:08 am #473580Hey!
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!
AndyJuly 28, 2015 at 6:18 pm #479859Thanks Andy. Hopefully Enfold will have this capability built in on a future update. This issue can be marked closed.
-
AuthorPosts
- The topic ‘Bordered button shortcode in widget’ is closed to new replies.