Plus/Minus Box Not Visible in Full Sitemap
PermalinkI've attached an image to show what I mean.
I didn't think that the dashboard was linked with the default Elemental theme. I removed that once I had a custom theme.
Could that be the problem and if so how can I restore Elemental in the Pages & Themes page?
Turns out my first install made an applications/css directory that copied so bad files in. I removed that so the site would use the concrete/css directory and wala.
Thanks again!
The dashboard is HTML, CSS, and JavaScript just like the rest of the website. Creating CSS rules that are very broad will affect your site and the concrete5 editing interface.
Have you modified the theme files in the copy of Elemental?
You mention that you manually updated concrete5 to 5.7.4. The download file has a copy of the Elemental theme in it.
In the concrete5.7.4.zip file that you downloaded:
- look for this folder:
concrete5.7.4\concrete\themes\elemental
- copy or extract the "elemental" folder into your concrete5 themes folder:
concrete\themes\
When you go back to Dashboard > Pages & Themes > Themes you should see the Elemental theme available.
If you activate the Elemental theme and your problem goes away, then you know there was a modification in your new theme that was causing the problem.
However, I never removed the directory from the system, just hit the red remove button in the dashboard. The folder is there but there must be some flag set in the database telling concrete to ignore it now.
Entering custom CSS into the provided CSS editor in the design menu copied over the concrete5/css folder to applications/css. However the concrete5/css had references to images in concrete5/images.
So the there are two ways to fix this. Go through the CSS in applications/css and point them to the concrete5/images folder or just copy the images folder over to applications.
I did the second option and everything is working the way it's supposed to with one exception I can live with. The concrete icon in the upper left is now full size but cutoff. No big deal, I can live with that.
If it bugs me enough to fix it I'll reply back here with fix. Thanks so much for your help everybody!
I don't believe that adding custom CSS through the editor should create a CSS folder in application/css.
Did you create that folder?
I made the assumption using the CSS editor did it, but whatever it was at least I know copying the images folder fixed it.
I'm sorry, if it wasn't the CSS editor I have no idea what copied the css folder back over.
What version of concrete5 are you using?
Are you using a custom theme?
Are there any errors in your browser console when viewing the sitemap?