Maybe I'm losing my mind but didn't the outline and timeline spread across according to the width of the browser.
At some point it's now become single column with tons of wasted space regardless the browser window size. I've uninstalled the module and reinstalled to no avail.
What am I missing?
|
Just so there's no confusion. Attached is a screenshot of how it looked a few weeks ago...
Please lend me your wisdom and expertise
|
Been experiencing this in one my client at first clearing cache solve it.. But I know it is just a band aid it keeps coming back..
So i check deeper all 3rd party modules and I found the un updated template file of of one of the 3rd party module causes it.
So take your time I know its tricky work but that's how i solve it.
Good luck. "Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
Thx Expertz. Hopefully some others will chime in but you've given me a direction to explore and see if I can fix it as well. Much thanks for the intel |
It's also happened to me more than once but I've always been able to fix it. Sorry, but I can't remember the sequence of events, but clearing Chrome's cache in particular is hit and miss at the best of times. I find I have to clear chrome's cache, then close the browser and start it again. I also use incogneto mode: Ctrl/Shift/N. Firefox isn't so bad. |
Thx Expertz. Hopefully some others will chime in but you've given me a direction to explore and see if I can fix it as well. Much thanks for the intel
My Pleasure good luck my friend :)
"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
Definitely not browser caused. I've tried the site on safari, firefox & chrome on a mac and chrome and explorer on a PC. Same problem |
It may happen because of some JS error, try to check browser error's console, it maybe give you some clues what is the cause of the problem Rules → http://www.boonex.com/terms |
Thanks Alex. I checked and sure enough there were a few errors on the home page. One was the outline layout. Any input is appreciated. Also got errors related to the ServiceMenu. I noticed when clicked it doesn't drop down to display the other options and the bottom menu isn't displaying either. But on any other page it shows up and works just fine. Any input is appreciated.
|
Here's a few more screenshots of the debug screen for reference on the two issues...
|
Solved this issue. It was a duplicitous jquery from a countdown timer we added to the home page.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
That extra line conflicted with the existing one for the page and caused the issue. Upon removing the offending code all the expected drop down and menus and timeline ordered returned to normal.
On to other challenges, ideas, tweaks and improvements... Yay!
|