Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Yay! So glad you were able to get it worked out!
I took a look at the short code you posted and it looks like you’re missing the if ($id == “envelope”) line of the code.
This is what I used:
if ($id == "phone") { $social_icons .= '<li class="phone"><a href="http://www.visionfirst.com/contact-us/"><i class="fa-phone"></i><i class="fa-phone"></i></a></li>'."\n"; }
Hope that fixes it.
Not exactly sure how you have your header set up but in the Theme Options -> Header Options, for Top Bar right text config I have the following:
[social size=’small’ style=’light’ type=’twitter,facebook,phone’]
“phone” should be whatever ID you’ve given the icon you wish to use i.e. “envelope” and change all my references to “phone” in the short code to the Font Awesome icon you wish to use.
You can see how this looks on my site – I’ve added the phone icon to the right of the Facebook & Twitter icons:
Hope this helps…
Kimley
Hi tracytracy,
I had the same issue that you’re having. I altered the code as follows (obviously change your link and the icon you wish to use):
if ($id == "phone") { $social_icons .= '<li class="phone"><a href="http://www.visionfirst.com/contact-us/"><i class="fa-phone"></i><i class="fa-phone"></i></a></li>'."\n"; }
Let me know if you need any further clarification. Hope that helps!
Kimley
Fantastic! This did the trick. I had to change it to 768px to get it to work in portrait mode on older iPads but now it’s all working great.
Thanks so much!
I’m so happy with the excellent support on this theme!
Kimley
March 21, 2014 at 12:08 am in reply to: IE8 logo problem & grey spacer box at bottom of pages #59572Hi,
Unfortunately, I need to revisit this issue as I’ve just discovered that the solution is causing a problem with the mobile menu. The mobile menu works fine when I remove the custom css but the menu drops below the logo when I have this custom CSS. I’m attaching a screen shot.
Any ideas how I can fix this?
I did do the latest upgrade to Dante 2.5. The problem was happening before the upgrade and is continuing after the upgrade.
Thanks so much!
Kimley
Thank you! Thank you! Thank you! That did the trick.
So relieved. I’m very happy with this theme. Beautiful design and great flexibility.
And great support too!
Thanks again!
I’m seeing the same problem in both Windows XP/IE8 and Windows 7/IE8. I use browserstack.com to check my sites.
Thanks!
Kimley
Thanks so much for the quick reply. Unfortunately, this did not make any change. I still don’t see the logo properly.
I do not see the logo in the Dante demo in IE8 (screenshot below) so I’m quite worried about this glitch. Unfortunately, I can’t use this theme if the logo doesn’t show up in IE8. I can live with some of the other glitches in IE8 but I do need basic content to show.
Please let me know if this can be fixed.
Thanks so much!
Kimley
Great! Thanks so much again for all your help!
Kimley
Thanks so much for the super quick reply!
This almost worked however it added two phone icons to the right of each of my social media icons. But you sent me in the right direction and I was able to configure it exactly how I wanted it.
Since I’ve now made changes to the shortcodes file, will these be lost if I update the theme? Will using a child theme save these if I update?
Thanks so much for your help!!!
Kimley
-
Posted in: We hit Power Elite.