Supreme Theme Login Display iPad

This topic contains 11 replies, has 2 voices, and was last updated by  smallgeek 7 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #206488
    #206497

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    After a certain width they float left/right so to never overlap, we never know the width of the container as it can be any theme so we play is safe and float pretty early.
    I would not consider it a bug, do u?

    Stiofan

    #206527

    smallgeek
    Full Member
    Post count: 64

    Well it does look a little funky. But is not the top of my priority list. Getting the multi select to display on one line vs a list in Supreme is though.

    Also while I have you. I have 4 menus in my footer. Some of the links change color when I hover over them and some do not. I have checked what I know to check and I don’t know why some do and some don’t. There is not a consistent pattern to me. Any suggestions?

    #206531

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Can you provide example of the two problems in your last post?

    Thanks,

    Stiofan

    #206569

    smallgeek
    Full Member
    Post count: 64

    https://www.myweed.ca/hydro-stores/british-columbia/nelson/store-front/my-test-hydro-store/

    Check out the products tab to see the multi-select.

    Scroll to the bottom of the page to see the menus links that act odd. I am in Firefox.

    Thanks so much you guys rock!

    #206601

    smallgeek
    Full Member
    Post count: 64

    Also check the Category Links in the top section. My first one changes color when I hover but the next two do not.

    thx

    #206811

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    For the list to be inline, you are the only one who has asked for it, i would just use CSS, something like this

    
    
    .geodir_hydrolightbrands ul li {
        float: left;
        width: auto !important;
           margin: 0 5px 0 0 !important;
    }
    .geodir_hydrolightbrands ul li:after {
        content: ",";
    }

    The links seem to be the css for visited links, i’ll change this a bit for the next release.

    Thanks,

    Stiofan

    #207017

    smallgeek
    Full Member
    Post count: 64

    Hi Stiofan:

    OK that explains the links, thanks. Thought I was going nuts.

    When I preview the listing before updating my listing I see the Multi Select inline. But when it goes outward facing it becomes the vertical list.

    As user I find this very confusing as the preview I see is not what I get once I publish my listing. My customers exceptions of what their listing will look like will not have been met.

    I am using 12 CPTs and some of these CPTs will have 12+ multi select fields with 100+ options. If I can’t do my lists inline the pages will be miles long. And I am always the first person to ask for something. 🙂

    The thought of having to do 100+ individual CSS revisions just gags me.

    This is the preview code:

    <div class=”geodir_more_info geodir_more_info_even geodir_hydrolightbrands” style=”clear:both;”><span class=”geodir-i-select” style=””> Light Brands: </span>Agrosun, Apache Tech, Black Dog LEDs</div>

    This is the published code:

    <div class=”geodir_more_info geodir_more_info_even geodir_hydrolightbrands” style=”clear:both;”><span class=”geodir-i-select” style=””> Light Brands: </span>

    • Agrosun
    • Apache Tech
    • Black Dog LEDs

    </div>

    Is there anyway to grab the preview display of the fields and dump it in the published page so I don’t have to CSS each field individually?

    And if I do have to CSS each instance how do you not make the last “,” not display on the list?

    thx

    #207949

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I’ll have a look at this tomorrow again and see if there is a better solution.

    Stiofan

    #208093

    smallgeek
    Full Member
    Post count: 64

    Thank you so much. 🙂

    #208221

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now.

    Stiofan

    #208550

    smallgeek
    Full Member
    Post count: 64

    I did and it is awesome. Thank you so much.

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket