Does your bootstrap theme have any fallback support for IE 8?
It doesn’t appear to work at all on IE 8.
Correct me if I’m wrong, but IE8 will only work with Jquery version 1.x and not Jquery 2.x like you are using in your theme (even if you have the HTML 5 shiv fix, etc)
]]>Hi,
I am pretty confused on using the Hero Unit Simple, Hero Unit large i wanna edit it those but can’t find any options to configure them.
Under widgets also i can’t seem to add anything.
Regards
]]>Hi,
Pretty theme! Please share how to add a slider to the header home page. I am using a child theme.
1. What is the code and where does it go?
Here is the template tag I will be using:
<?php if(sb_slides_display()){sb_slides_display();} ?>
Thank you!
]]>I am trying to remove the Author and post date data coming up in the results feed following a search, any suggestions, I tried the below code
body .entry-meta .entry-author-link {
display: none;
}