Tagged: Code block
-
AuthorPosts
-
March 7, 2018 at 12:54 pm #922938
Hi there,
Here’s the code I’m using to display a list of ten services with icons on my website. I can’t work out how to change the last icon to the torch image (\ue804). Can you help?
Many thanks,
—–
<div class=”iamservices”>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-wordpress qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Website<br>Development</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-server qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Recommended<br>Web Hosts</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-globe qode_iwt_icon_element” style=”color: #6f6f6f;”></i><span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Website<br>Management</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-envelope qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Email<br>Marketing</span></span><span class=”av-tab-arrow-container”><span style=”background-color: rgb(53, 56, 60);”></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-rocket qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Search Engine<br> Optimization</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-facebook qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Social Media<br>Marketing</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-desktop qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Advertising<br>& Graphic<br>Design</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-file-text-o qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Content Creation &<br>Copywriting</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-cog qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Creative Campaign<br> Strategy</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
<div class=”iamservice”>
<i class=”qode_icon_font_awesome fa fa-cog qode_iwt_icon_element” style=”color: #6f6f6f;”></i>
<span class=”av-outer-tab-title”><span class=”av-inner-tab-title”>Domain Name Search</span></span><span class=”av-tab-arrow-container”><span></span></span>
</div>
</div>March 7, 2018 at 1:38 pm #922986Hey boogieboa,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMarch 7, 2018 at 1:46 pm #922996This reply has been marked as private.March 7, 2018 at 2:57 pm #923045Hi boogieboa,
Could you please enable the Advanced Layout Builder debug mode. Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
VictoriaMarch 7, 2018 at 4:47 pm #923123This reply has been marked as private.March 7, 2018 at 10:59 pm #923421This reply has been marked as private.March 8, 2018 at 7:32 am #923603Hi boogieboa,
Yes, all the shortcodes are at the bottom now. Can you make a test page with this tab section please?
Best regards,
VictoriaMarch 8, 2018 at 12:38 pm #923835This reply has been marked as private.March 8, 2018 at 1:03 pm #923850Hi boogieboa,
Thank you. The torch icon is from fontello and you’re using classes from font awesome. So you need to look for a similar icon in font awesome.
Best regards,
VictoriaMarch 8, 2018 at 1:06 pm #923851This reply has been marked as private.March 9, 2018 at 5:44 am #924260This reply has been marked as private.March 9, 2018 at 7:04 am #924284Hi boogieboa,
Where did you get the code in the first place? Can you not get the icon the same way?
Best regards,
VictoriaMarch 9, 2018 at 1:21 pm #924465This reply has been marked as private.March 9, 2018 at 4:00 pm #924577Hi boogieboa,
Here is where you can find an icon you need and below is how to use the classes
https://fontawesome.com/icons?d=gallery
https://fontawesome.com/v4.7.0/examples/This class in the code you use specifies the icon used
If you need further assistance please let us know.
Best regards,
VictoriaMarch 9, 2018 at 6:12 pm #924649This reply has been marked as private.March 10, 2018 at 1:48 pm #924913 -
AuthorPosts
- You must be logged in to reply to this topic.