This is a better example: http://dev.outdoor.ie/product/lightweight-terrazzo-egg-planters/
but it looks like I must have been viewing before the prices were complete, thanks for your time 🙂
d
This is a better example: http://dev.outdoor.ie/product/lightweight-terrazzo-egg-planters/
but it looks like I must have been viewing before the prices were complete, thanks for your time 🙂
d
Perfect, works a treat!
perfect, your a star!
HI Eve,
Yes, but where do you have the code that includes those fonts into the theme?
David
perfect.
If you tell me where the fonts are included in the theme I can probably fix it?
Hi Eva,
I’ve checked on a few computers, one specifically has IE10 installed as a client insists on using, but the issue also happens on Edge and IE9, my particular computer which is where the screens come from is Edge/IE 11. It seems that it’s all IEs not 10.
Is it really not happening for you, what are you testing on?
If you tell me where the fonts are included in the theme I can probably fix it, but I’m worried that this can’t be done in the child theme.
David
Here are a couple…
I’m on W8.1 but I’ve also tested with windows 7. and vista, exact same problem each time.
Just to note, I have not added any custom fonts, this relates to bodini which is used by the theme and comes with it in the fonts folder. But it’s causing problems my install and your demo.
thanks, it’s in the private content
Thanks Eva, but I think the issue is with Bodini:
HTML1300: Navigation occurred.
File: dev.outdoor.ie
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
File: bod-i.ttf
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
File: bod-r.ttf
perfect
BINGO!
<div class="social-icons menu-social-icons" >
<?php echo do_shortcode( '[share]' );?>
</div>
Anyone there?
I’m already using the text option in the centre so as an alternative I’ve added this to the header file:
<div class="collapse navbar-collapse">
<?php et_get_main_menu(); ?>
<div class="social-icons" >socials go here</div>
</div>
and then also this to the css:
.navbar-collapse.collapse
{position: relative;}
.social-icons
{float: right;height: 58px; width: 130px;position: absolute; right: 0px;top: 0px;border: 1px solid rgba(255,255,255,.5);font-size: 14px;}
It works well but how can I get the short code to work in the code?
Hoping to get an answer on this soon as we may need to move theme. I notice that it happens on your demo too.
thanks.
d
Thanks Robert.
I’ve put the sample files I’ll be building based on your theme, is there anything I should look out for such as plugins not needed or ways to make the cat layout easier to build?
I should say that everything is fresh off the shelf today.