Basic Help Getting Going / Adapting Beaver Themer Shortcode
-
Hey Matt!
Super excited to find your Font Awesome plugin for ACF. Thanks for all your work developing it. Sorry for the newb questions, but here goes. Answer as you see fit.
Obvious Question: Do I need to set up a separate Link field in ACF to link the icon to where it needs to go? I don’t see this setting within the Font Awesome fields, so I am assuming yes.
Have I done this right below? Right now I have a true/false field that says, if checked:
1) Show Font Awesome Icon and select icon style
2) Show Link field where I input the URL.Is this how I should be doing it?
Ok second part…
I am using Beaver Themer’s built in ACF function to pull the data to the front. They give the following conditional example for an image:
[wpbb-if post:acf type="image" name="corp-photo"] <div class="fl-post-feed-image"> <img src="[wpbb post:acf type='image' name='corp-photo' image_size='thumbnail']"/> </div> [/wpbb-if]
I just didn’t know the “
type
” of your plugin (as used above) ? Is it “font_awesome_icon
“? “font-awesome-icon
“?Basically I am trying to say “display the icon (linked correctly) only if the box is checked”. I just know what to put for “
type
” and if I needed any other parameters.Sorry this was long! Hope it makes some sense.
(The attached link is where I want the conditional social icons to go on my page, just for reference)
The page I need help with: [log in to see the link]
- The topic ‘Basic Help Getting Going / Adapting Beaver Themer Shortcode’ is closed to new replies.