-
AuthorPosts
-
February 13, 2015 at 7:01 pm #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. ??
thanksFebruary 13, 2015 at 8:12 pm #395988Hey!
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!
AndyFebruary 13, 2015 at 8:29 pm #395993This reply has been marked as private.February 13, 2015 at 8:54 pm #395996Hey!
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,
AndyFebruary 14, 2015 at 10:49 pm #396224OK 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!
NancyFebruary 14, 2015 at 10:58 pm #396229Hi!
glad we could help. Let us know if you need any more help in the future with one of our themes.
Best regards,
AndyFebruary 14, 2015 at 11:15 pm #396236I 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;
}}February 15, 2015 at 12:05 am #396242Hi!
ah, can you please post a link to your website where it should work?
Cheers!
AndyFebruary 15, 2015 at 12:13 am #396243http://andes-world-travel.flywheelsites.com/climbing/
there are anchor links in the mega menu – all the countries listed are anchor links.
February 15, 2015 at 12:32 am #396247Hey!
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!
AndyFebruary 15, 2015 at 12:52 am #396250and 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, 9 months ago by Andy.
February 15, 2015 at 12:54 am #396252OK I will try that.
February 15, 2015 at 1:05 am #396255Hi!
alright. Let us know if it helps. If not please tell us what you want to achieve.
Cheers!
AndyFebruary 15, 2015 at 1:05 am #396256I 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, 9 months ago by Munford.
February 15, 2015 at 1:26 am #396263Hi!
when I am on this http://andes-world-travel.flywheelsites.com/exploring/ and go to http://andes-world-travel.flywheelsites.com/trekking/#colombia-trekking it works just fine:
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.