Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.
Hi,
The whole header does not centre when I do this. It is off-set to the left side?
<div class=”container”>
<div class=”row”>
<div class=”split-menu menu-left col-sm-3″>
<?php echo nota_split_header_menu( ‘left’ ); ?>
</div><?php echo nota_logo( ‘col-sm-6 logo-center’ ); ?>
<div class=”split-menu menu-right col-sm-3″>
<?php echo nota_split_header_menu( ‘right’ ); ?>
</div>
</div> <!– CLOSE .row –>Thank you David,
But I was talking about Header 6.
How can I make it so that the logo is in the centre? The logo is 350px x 94px.
Would really appreciate this instruction.
<?php
/*
*
* Header 6 – Split Menu
* ————————————————
* Copyright Swift Ideas 2016 – http://www.swiftideas.com
*
* Output for header 6
*
*/$nota_options = nota_get_theme_opts();
$header_left_output = nota_header_aux( ‘left’ );
$header_right_output = nota_header_aux( ‘right’ );
$fullwidth_header = $nota_options[‘fullwidth_header’];
?><header id=”header” class=”sticky-header clearfix”>
<?php do_action(‘nota_header_start’); ?>
<div class=”header-left”>
<?php echo $header_left_output; ?>
</div><div class=”container”>
<div class=”row”>
<div class=”split-menu menu-left col-sm-2″>
<?php echo nota_split_header_menu( ‘left’ ); ?>
</div><?php echo nota_logo( ‘col-sm-3 logo-center’ ); ?>
<div class=”split-menu menu-right col-sm-4″>
<?php echo nota_split_header_menu( ‘right’ ); ?>
</div>
</div> <!– CLOSE .row –>
</div> <!– CLOSE .container –><div class=”header-right”>
<?php echo $header_right_output; ?>
</div>
<?php do_action(‘nota_header_end’); ?>
</header>It was the PureChat plugin causing the issues.
Many thanks,
That completely slipped my mind. Thanks Martin!!
I’ve got pre-minified scripts turned off and all works well.
el.find(‘.product-slider-image’).each(function(){
var imgClass = (this.width/this.height >= 1) ? ‘wide’ : ‘tall’;
jQuery(this).addClass(imgClass);
});
$window.trigger(‘resize’);
},
onBeforeSlide: function () {
if (hasProductZoom) {
jQuery(‘.zoomContainer’).remove();
}},
onAfterSlide: function () {
if ( isMobileAlt && hasProductZoomMobile ) {
jQuery(‘.product-slider-image’).each(function() {
jQuery(this).panzoom(‘reset’);
});Thanks, I saw that. It still doesn’t work…no change unfortunately.
Are there any other suggestions?
That script edit isn’t working for me….
September 30, 2016 at 6:02 pm in reply to: Product Title Display: Show title in Standard display #293997This reply has been marked as private.September 30, 2016 at 5:58 pm in reply to: Product Title Display: Show title in Standard display #293996This reply has been marked as private.August 19, 2016 at 5:44 pm in reply to: Product Layout Options – Previous theme options urgently required #288437Thank you Rui,
I am aware of those. But where are the others?
I require a layout like this:
http://joyn.swiftideas.com/shop/I have done so, but nothing has taken effect yet…
An image is attached.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private. -
Posted in: We hit Power Elite.