Okay
  Public Ticket #2351523
Front end behavor
Closed

Comments

  • Karim started the conversation

    Hello!

    I'm using [ameliacatalog] 

    1- I have an issue with this query

    @media only screen and (min-width: 1200px)

    vendor.css?ver=2.6:1
    .el-col-lg-6 { width: 25%;}

    I have 3 categories so I need the width to be 33.33%

    How to achieve that?? I tried everything.

    2- My 3 categories has same services as I mentioned in previous ticket I cant use the [ameliabooking] so I'm looking into different approach which how to show 3 categories for service 1. I cannot get it done with [ameliacatalog service=1] as it skips the categories choice. Is there a different shortcode to make it work.


    Thank you

  •  2,572
    Aleksandar replied

    Hello Karim

    Media queries should be included in curly brackets, like this:

    @media only screen and (min-width: 360px) and (max-width: 1200px) {
        .wpdt-c img {
            height: auto !important;    }
    }

    So, in your case, you can try with this:

    @media only screen and (min-width: 1200px) {
    .el-col-lg-6 { width: 25% !important;}
    }

    It's not 100% that this will work as expected, so you may need to play around with the coe.

    2. If I understood you correctly, you wish to show 3 categories, all with service 1? How did you even do that? Service ID is unique, and can't be moved across categories like that.

    You can use [ameliacatalog category=1 service=1]; [ameliacatalog category=2 service=2], etc.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables