Hi Tom, many thanks for the reply. I’d been trying to get the Zajax plugin to work to load all pages via AJAX and CSS rules for whatever the landing page seemed to be applied to all subsequent loaded page data. The blog page was most obvious in dropped styles. I thought I’d checked before posting this question so thought to double check; did a quick comparison between the 2 page’s generated inline styles when loaded directly via URL and the home page had this extra:
.generate-sections-inside-container {padding-left:0px;padding-right:0px;}#generate-section-1 .generate-sections-inside-container{padding-top:0px;padding-bottom:0px;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}#generate-section-2 .generate-sections-inside-container{padding-top:40px;padding-bottom:40px;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}#studio.generate-sections-container{background-color:#111111;}#studio .generate-sections-inside-container{padding-top:0px;padding-bottom:0px;color:#ffffff;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}#generate-section-4 .generate-sections-inside-container{padding-top:0px;padding-bottom:0px;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}#focus.generate-sections-container{background-color:#111111;}#focus .generate-sections-inside-container{padding-top:0px;padding-bottom:0px;color:#ffffff;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}#featuredmixes .generate-sections-inside-container{padding-top:0px;padding-bottom:0px;}@media (max-width:768px) {.generate-sections-inside-container {padding-left: 0px;padding-right: 0px;}}
The blog page does not contain the above but has this in addition to the homepage styles:
.blog footer.entry-meta, .archive footer.entry-meta {display:none;}#nav-below {display:none;}
I had tried putting the blog page’s inline CSS into an external stylesheet and imported that upon AJAX complete but didn’t change anything.
I then thought to try a different AJAX page loader so tried AJAXify (AWS) and that loaded all CSS correctly but now have probs with some missing JS scripts.
Is it not right that my customiser inline styles are being generated differently for each page?
Thanks