Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Using New UI
On one of my sites I added the following line to the config.php file found in framework/conf/conf.php.
define("NEWUI", '1');
Then when I go to the Admin menu and hover over Super Admin tools, User Management, Site Management or About ExponentCMS, the sub menus that are supposed to appear are not showing at all. I've tried changing back to the original UI and then can see the sub menus, and then cleared all the caches. Then I switch back to NewUI and still am unable to see the sub menus. The site in question has a theme that started out as coolwater but I modified it to suit the client. The site where NewUI is working also uses coolwater in an unmodified form, except for uploading a modified header.jpg and footer.jpg.
What else can I do to get the NewUI working?
View article...
define("NEWUI", '1');
Then when I go to the Admin menu and hover over Super Admin tools, User Management, Site Management or About ExponentCMS, the sub menus that are supposed to appear are not showing at all. I've tried changing back to the original UI and then can see the sub menus, and then cleared all the caches. Then I switch back to NewUI and still am unable to see the sub menus. The site in question has a theme that started out as coolwater but I modified it to suit the client. The site where NewUI is working also uses coolwater in an unmodified form, except for uploading a modified header.jpg and footer.jpg.
What else can I do to get the NewUI working?
View article...
Comments
View article...
View article...
I had a jquery js file in my js folder along with bootstrap.js files while also having framework set to bootstrap3 in header config. I removed the files and the admin dropdown menus worked.
Hope this helps someone.
View article...
Also with 2.3.0 patch 4 did the old style slingbar get replaced? if I don't have newui set to 1 in config.php I don't get any slingbar at all.
View article...
I'll look into the other issue, most likely the javascript is crashing somewhere on the page before the menu is displayed.
View article...
View article...
View article...
View article...
photo expErrors82614-1_zpsf8105dd4.png
View article...
Edit: I meant how to make the newui slingbar be at the bottom.
View article...
View article...
Network tab gives a 404 error on yui-min.js. I can see that the file is present via ssh and ftp, also verified permission is set to 644.
View article...
View article...
View article...
define("SLINGBAR_TOP",'0');
with 1 as the top and 0 as the bottom
FWIW, I've seen the anomaly about yui-min.js not loading, but don't remember what caused it or how I got past it. If you can email me the site link with an admin user/pass, I'll try to take a closer look at what might be happening?
View article...