Tagged: ,

Viewing 15 posts - 31 through 45 (of 45 total)
  • Author
    Posts
  • #395961

    I am not using the child theme – I have enfold activated. should I delete it entirely?
    I cleared my cache.
    I do not have all those plugins activated -but how many is too many?

    Just as a test since I was still not seeing my css changes, I just moved this code
    /*table styling itinerary*/
    td {
    border-bottom-color: #ffffff !important;
    border-right-color: #ffffff !important;
    border-top-color: #ffffff !important;
    border-left-color: #ffffff !important;
    }

    to the top of my quick css and now it is displaying properly. http://andes-world-travel.flywheelsites.com/trips/explore-col-40/#tab-id-2. so is there some error in the css that is causing it not to load at a certain point? I saw this happen before as well, and moved some code to the top…and then it worked. ??
    thanks

    #395988

    Hey!

    Just be aware that any third party plugin can cause a conflict and can therefore be the reason that your theme not working correctly anymore. Did you already deactivate all of them to see if things get better?
    It should not make any difference where your code is located.
    I am also still not fully convinced that your server is not using some kind of caching. You are not using any kind of CDN, are you?

    Cheers!
    Andy

    #395993
    This reply has been marked as private.
    #395996

    Hey!

    please look through your whole CSS and check if there are two of the same, like here:

    .grid-content {
    min-height: 85px;
    padding: 10px;
    }
    .grid-content {
    min-height: 55px!important;
    padding: 5px 3px 5px 3px;
    }
    

    Please remove those codes which are appearing twice.

    You can also try to remove ALL your CSS and see if things get better. Afterwards you can put every code one by one to see which one could cause any conflict.

    Best regards,
    Andy

    #396224

    OK I think I am working out my problems – it did seem to be caused by some syntax error in the quick css.
    One thing that is not working is this:
    @media only screen and (max-width: 767px) {
    .grid-entry.flex_column.isotope-item {
    max-height: 248px !important;
    min-height: 248px !important;
    }}

    I am still seeing big spaces between the grid items.
    not sure why that is not working. I may get rid of those portfolio grids, and will use tables instead, so I hope the anchor links will work better without all the grids loading.

    thanks for all your help!
    Nancy

    #396229

    Hi!

    glad we could help. Let us know if you need any more help in the future with one of our themes.

    Best regards,
    Andy

    #396236

    I will thanks

    do you know why this is not working on the mobile?
    @media only screen and (max-width: 767px) {
    .grid-entry.flex_column.isotope-item {
    max-height: 248px !important;
    min-height: 248px !important;
    }}

    #396242

    Hi!

    ah, can you please post a link to your website where it should work?

    Cheers!
    Andy

    #396243

    http://andes-world-travel.flywheelsites.com/climbing/

    there are anchor links in the mega menu – all the countries listed are anchor links.

    #396247

    Hey!

    please tell us exactly what you want to achieve with thise code:

    @media only screen and (max-width: 767px) {
    .grid-entry.flex_column.isotope-item {
    max-height: 248px !important;
    min-height: 248px !important;
    }}
    

    so we can provide you a solution for your problem. However you can try this one instead:

    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    max-height: 248px !important;
    min-height: 248px !important;
    }
    

    maybe it’s what you need.

    Cheers!
    Andy

    #396250

    and add the mobile media queries to the code:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    max-height: 248px !important;
    min-height: 248px !important;
    }}
    

    Regards,
    Andy

    • This reply was modified 9 years, 3 months ago by Andy.
    #396252

    OK I will try that.

    #396255

    Hi!

    alright. Let us know if it helps. If not please tell us what you want to achieve.

    Cheers!
    Andy

    #396256

    I just want the anchor links to work consistently. Before I added that code they were all landing under the header if accessed from a different page. It still happens when I link to TREKKING > COLOMBIA from another page.

    • This reply was modified 9 years, 3 months ago by Munford.
    #396263
Viewing 15 posts - 31 through 45 (of 45 total)
  • You must be logged in to reply to this topic.