[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[WP Notification Bar] Icons no longer appearing on WP Notification Bar


sfhpublishing
 Share

Recommended Posts

The icons are no longer appearing in the notification bar on https://tricitycarpet.com   Scroll down the page and the notification bar will pop up.

Please look at this:
https://www.evernote.com/l/Ag6qR7GxZk1HeJdRZ5hqhEHF2zuD9KWnsGw

Here's the code I've been using for the notification bar that always worked before:
<code>
[themify_icon label= icon="fa-phone-square" style="large"]<a href="tel:760-724-5595">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Call: 760-724-5595&lt;/b&gt;&lt;/font&gt;</a>


&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

[themify_icon label= icon="fa-calendar-check-o" style="large"]<a href="http://www.tricitycarpet.com/schedule-appointment/">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Schedule Appointment&lt;/b&gt;&lt;/font&gt;</a>

&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

[themify_icon label= icon="ti-user" style="large"]<a href="http://www.tricitycarpet.com/design-consultation/">&lt;font face="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Design Consultation&lt;/b&gt;&lt;/font&gt;</a>
&lt;code/&gt;

Edited by sfhpublishing
Link to comment
Share on other sites

  • Support

Hello,

Thank you for contacting MyThemeShop.

Please replace this:

themify_icon label= icon="fa-phone-square" 

with this:

<i class="fa fa-phone-square"></i>

Similarly, replace this:

themify_icon label= icon="fa-calendar-check-o"

with this:

<i class="fa fa-calendar-check-o"></i>

and replace this:

themify_icon label= icon="ti-user"

with this:

<i class="fa fa-user"></i>

Hope that helps.

Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Thanks but you missed the part where I said previously that the code is still appearing in the notification bar. Please go to https://tricitycarpet.com/ and then scroll down until the bar pops up.

I removed Large and here's what the code looks like now:

<code>

<i class="fa fa-phone-square"></i>

 style=""]<a href="tel:760-724-5595">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Call: 760-724-5595&lt;/b&gt;&lt;/font&gt;</a>


&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

<i class="fa fa-calendar-check-o"></i>

 style=""]<a href="http://www.tricitycarpet.com/schedule-appointment/">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Schedule Appointment&lt;/b&gt;&lt;/font&gt;</a>

&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

<i class="fa fa-user"></i>

 style=""]<a href="http://www.tricitycarpet.com/design-consultation/">&lt;font face="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Design Consultation&lt;/b&gt;&lt;/font&gt;</a>

<code/>

Edited by sfhpublishing
Link to comment
Share on other sites

I removed that and it still shows some code:  https://tricitycarpet.com/

Here's the latest code I pasted in:

<code>

<i class="fa fa-phone-square"></i>

 <a href="tel:760-724-5595">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Call: 760-724-5595&lt;/b&gt;&lt;/font&gt;</a>
&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

<i class="fa fa-calendar-check-o"></i>

 <a href="http://www.tricitycarpet.com/schedule-appointment/">&lt;font face ="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Schedule Appointment&lt;/b&gt;&lt;/font&gt;</a>

&nbsp;
&lt;font size="5" color="white"&gt;|&lt;/font&gt; 

<i class="fa fa-user"></i>

 <a href="http://www.tricitycarpet.com/design-consultation/">&lt;font face="Palatino, Palatino Linotype, Book Antiqua, serif"&gt;&lt;b&gt;Design Consultation&lt;/b&gt;&lt;/font&gt;</a>

</code>

Link to comment
Share on other sites

  • Support

Hello,

We can see the content in the bar fine now:

m6spNg+

You can clear your cache so that you can see that fine too.

Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...