bootstrap navigation issues
Permalink
I just deployed a theme that worked great on my test site. However im running into a strange issue
some pages render fine others don't, however after refreshing the pages render fine
the only thing i can think of is that maybe because I had a block on the old theme with an autonav on it and i didn't delete it before applying the new thing that there is a conflict but I don't understand why some pages would be ok and others not
http://www.portfolioartschool.com/...
http://www.portfolioartschool.com/index.php/classes/level_1/beginni... <- one of the pages that almost never renders correctly the first time
can't figure it out hoping someone else has ran into this
some pages render fine others don't, however after refreshing the pages render fine
the only thing i can think of is that maybe because I had a block on the old theme with an autonav on it and i didn't delete it before applying the new thing that there is a conflict but I don't understand why some pages would be ok and others not
http://www.portfolioartschool.com/...
http://www.portfolioartschool.com/index.php/classes/level_1/beginni... <- one of the pages that almost never renders correctly the first time
can't figure it out hoping someone else has ran into this
It DOES sound like an issue with a block in an area that doesnt match up with your new theme. Could be something completely different but i have had this happen before!!
hmm wondering if I should revert back versions and delete all the old navs .. or if I can just delete the version before ..
or are you thinking it might be a block like a slideshow css conflict?
or are you thinking it might be a block like a slideshow css conflict?
I can't figure it out im wondering if is a php version # my main site is
php is 5.2.17
my test site is
5.3
php is 5.2.17
my test site is
5.3
nope
did you go live on a fresh install, or was this theme inserted on top of a site that used a different theme to begin with? I wonder if it's a conflict with "area" names if the latter is the case...
If the first theme had an "Area" named Area, and your new theme has a "Global Area" named Area, you will get weird results...
If the first theme had an "Area" named Area, and your new theme has a "Global Area" named Area, you will get weird results...
you are correct in my approach
I made the first theme with a header nav as an "Area" .. the area is now a global area in the new theme ..
i went though every page before applying the new design and deleted all the blocks in it
checking all the css on the page side everything that is needed to make the theme correct is in an area called "computed css"
its still a hit and miss maybe 1 out 4 get the broken theme and its fixed on refresh. maybe there's a mysql table i need to clear out ?
I made the first theme with a header nav as an "Area" .. the area is now a global area in the new theme ..
i went though every page before applying the new design and deleted all the blocks in it
checking all the css on the page side everything that is needed to make the theme correct is in an area called "computed css"
its still a hit and miss maybe 1 out 4 get the broken theme and its fixed on refresh. maybe there's a mysql table i need to clear out ?
typically if it's an issue like i described you will get rotating results on continuous refreshes. This is not the case...
Is this just the core autonav block ??
Is this just the core autonav block ??
its the core nav with a boot strap overlay ... i took the radiant teams starting bootstrap - and started having fun
http://goradiantweb.com/index.php?cID=208...
http://goradiantweb.com/index.php?cID=208...
There was a bug report on area content flip-flopping where an area name that used to be a regular area is turned into a global area. I don't know if it was resolved.
hmm
I wonder if there was a solution to manually clean it up
the error would be mine since i was trying to figure out the best theme solutions for the site
https://github.com/concrete5/concrete5/pull/1246...
*it was resolved i believe i should have it in my version
.. is there way I can check to see if it is flip flopping ? .. my global ares don't already don't have the $c
don't know if its related:
my areas section in mysql has around 6,000 rows
I wonder if there was a solution to manually clean it up
the error would be mine since i was trying to figure out the best theme solutions for the site
https://github.com/concrete5/concrete5/pull/1246...
*it was resolved i believe i should have it in my version
.. is there way I can check to see if it is flip flopping ? .. my global ares don't already don't have the $c
don't know if its related:
my areas section in mysql has around 6,000 rows