Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • in reply to: Logo – Header 6 #325518
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    in reply to: Logo – Header 6 #325510
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    in reply to: Logo – Header 6 #325509
    aphex73
    Member
    Post count: 45

    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 –>

    in reply to: Logo – Header 6 #325498
    aphex73
    Member
    Post count: 45

    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>

    in reply to: URGENT jQuery ISSUES #301776
    aphex73
    Member
    Post count: 45

    It was the PureChat plugin causing the issues.

    Many thanks,

    in reply to: Product images only appear when re-sizing screen #300586
    aphex73
    Member
    Post count: 45

    That completely slipped my mind. Thanks Martin!!

    I’ve got pre-minified scripts turned off and all works well.

    in reply to: Product images only appear when re-sizing screen #300583
    aphex73
    Member
    Post count: 45

    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’);
    });

    in reply to: Product images only appear when re-sizing screen #300581
    aphex73
    Member
    Post count: 45

    Thanks, I saw that. It still doesn’t work…no change unfortunately.

    Are there any other suggestions?

    in reply to: URGENT Product images not showing #300579
    aphex73
    Member
    Post count: 45

    That script edit isn’t working for me….

    in reply to: Product Title Display: Show title in Standard display #293997
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    in reply to: Product Title Display: Show title in Standard display #293996
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    aphex73
    Member
    Post count: 45

    Thank you Rui,

    I am aware of those. But where are the others?

    I require a layout like this:
    http://joyn.swiftideas.com/shop/

    in reply to: Slide Out- Contact Form #288324
    aphex73
    Member
    Post count: 45

    I have done so, but nothing has taken effect yet…

    An image is attached.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Slide Out- Contact Form #288304
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    in reply to: Slide Out- Contact Form #288287
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 45 total)