Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Posted in:
  • in reply to: Pack price vs item price #264126
    Buysmartuk
    Member
    Post count: 22

    Thanks Kyle for the reply.

    No I was more after a break down like how you see a standardised value per item like in supermarkets where they give you the per 100ml on milk for instance rather than base it on the varying total amounts. It means you can work out what the best value is.

    Might have to write a custom plugin. Shocked this one hasn’t been resolved already but I can’t find a solution anywhere.

    Many thanks!

    in reply to: Inline styles but with empty values: how to remove? #259753
    Buysmartuk
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: coming soon page #254836
    Buysmartuk
    Member
    Post count: 22

    Hi,

    Ive followed these instructions but its making the background image in the row parallax with white background above and beyond. All I want is a simple full height and width background image which I can lay so text over for the coming soon like the demo featured coming soon page.

    Can you point me in right direction please?

    Many thanks.

    in reply to: woocommerce template files out of date #253381
    Buysmartuk
    Member
    Post count: 22

    Know roughly how long we are looking for an update?

    Thanks!

    in reply to: Howto use Font Awesome icons #253013
    Buysmartuk
    Member
    Post count: 22

    Hi Kyle,

    Thanks for getting back to me.

    Sorry I should have given a bit more context.

    I am looking at just using the icons as a bullet point alongside a mega menu title item using the ‘menu icon’ text input form field.

    I have in trying to reply to this found a cheatsheet page for fa icons that seems to work. It turned out to be simply ‘fa-certificate’.

    http://fortawesome.github.io/Font-Awesome/cheatsheet/

    I was looking at the wrong ‘old’ cheatsheet.

    Many thanks.

    James

    in reply to: Mega Menu main top level link bullet indicator #252949
    Buysmartuk
    Member
    Post count: 22

    I have actually managed to do this by lifting some of the code on the downward arrow icon for the shopping basket and applied some custom CSS.

    .sf-mega-menu .menu-item-text{
        padding-right:16px;
        position:relative;
    }
    .sf-mega-menu .menu-item-text:after{
        content: "\e60d";
        font-family: 'atelier';
        position: absolute;
        top:22%;
        right: 0px;
        height: 15px;
        line-height: 15px;
        font-size: 12px;
    }

    It might not be the best way but open to suggestions if anyone can improve it.

    Many thanks!

Viewing 6 posts - 16 through 21 (of 21 total)