caseyclement
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Call To Action LnkHi Roman,
I added the logo in the header with these 2 scripts:
Header:
<style type=”text/css”>
.slide-logo-wrap{
position: absolute;
top: -100px;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
text-align: center;
}.slide-logo{
display: table;
position: relative;
width: 100%;
height: 100%;
}.slide-logo div{
display: table-cell;
vertical-align: middle;
position: relative;
}.slide-logo a{
padding: 10px 10px;
}
</style>Footer:
<script type=”text/javascript”>
(function($){if( $(‘.header-slider’).length ){
var siteURL = ‘http://witsae.com’;
var siteName = ‘Society of Automotive Engineers’;
var logoImg = ‘https://image.ibb.co/kH4s8v/Untitled_2_01.png’;
var logoObj = ‘<div class=”slide-logo-wrap”><div class=”slide-logo”>’;
logoObj += ‘‘;
logoObj += ‘</div></div>’;$(‘.slide-item .slide-inner’).append(logoObj);
}
})(jQuery);
</script>Thanks,
– Casey
Forum: Themes and Templates
In reply to: [Sydney] Call To Action Button IssueWorks perfectly now, thanks!
Forum: Themes and Templates
In reply to: [Sydney] Call To Action Button IssueForum: Themes and Templates
In reply to: [Sydney] Call To Action Button IssueHi Kharis,
The CTA button works now, but my image disappeared! All that is showing now is the image name in it’s place.