Hi @Richard ,
It was the AJAX compatibility mode!
Never realised that existed, thanks for pointing out :)
Hi @Richard ,
It was the AJAX compatibility mode!
Never realised that existed, thanks for pointing out :)
Hello @Armin-Unruh and co,
The fade transition between pages on my WIP site has been broken for some time now.
For example when navigating from this page here (by clicking "index") the content on the new page just appears suddenly instead of fading in, despite the transition being set to 3 seconds in the options.
https://rosspaxman.com/coverslider
Any ideas?
I have removed most of the excess code so I don't think it's being broken by anything in there but I could be wrong....
Fullscreen slider seems to be broken, although it appears to have been broken even before the update....
@edgrbnz thanks for the suggestion but this doesn't seem to be showing up in the code:
<p class="_Sectra 2">Kangaroo Valley,<br />2 hours south of Sydney</p>
The default style of Lausanne 16px is still visible in the selection fields as you can see in this screenshot, this seems to be over-riding the text style. If I change the default text style to another typeface (eg. Sectra) it will default to that one instead.
https://www.dropbox.com/s/k81v2o4jqd782l1/Screenshot 2019-09-21 15.19.31.png?dl=0
Any ideas?
Hi there,
Having trouble with the text formats.
It seems that the font and colour I've selected for my "default" style is being applied to all of my text formats, ignoring the other styles I've set. Only the size seems to be applied from the style.
See screenshot where "Sectra 2" should be appearing in the drop-down - but the style shown is clearly not corresponding with the one I've created.
https://www.dropbox.com/s/ipevv43565rolqr/Screenshot 2019-09-18 23.52.57.png?dl=0
https://www.dropbox.com/s/gacqxot53nrbjcy/Screenshot 2019-09-18 23.53.08.png?dl=0
https://www.dropbox.com/s/kvvaktd8mrc6c36/Screenshot 2019-09-18 23.55.38.png?dl=0
Any help would be appreciated as this is really slowing things down!
Using Chrome on Mac 10.13.6
Hi guys,
I've been trying to get my site title and navigation to change to white for fullscreen slides that have a dark BG colour, as per the thread here: Re: Different menu color for each slide on Fullscreen slider
I have been using variations of:
body.fp-viewing-1.sitetitle-txt-inner span{
color: white;
}
I have also tried giving the row an html class of blackbg:
body.blackbg.sitetitle-txt-inner span{
color: white;
}
But neither of these approaches is working.
Any help would be much appreciated!