• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Theme issue

Status
Not open for further replies.

2ce

Chevereto Member
Website URL
<private>

Chevereto version
3.10.3

Description of the issue
Hello,

I need a help with my website. After the 3.9.0 update I got the issue with the website. Got the new version 3.10.3 and still having the same issue.

When I'm logged in and wanna upload a file, the top menu bar is damaged (the top black bar with logo is not hidden properly and all the menu for uploading files is damaged. Also when you go to Explore and try to upload a file from there, you can see the bar is shorter than before and can't even see any marks: 20MB limit - JPG - PNG - GIF and so on..).

Screenshot attached.

Thank you for your help,


Martin
 

Attachments

  • Screenshot.png
    Screenshot.png
    79.1 KB · Views: 7
This is your problem:

upload_2017-9-27_12-54-31.png

Those files at app/themes/Peafowl/overrides are outdated. Compare it with the CSS which comes in theme's root folder:

upload_2017-9-27_12-55-46.png


So you made an override but you never keep a track of it. When you mess with the CSS, you need to manually push all the core changes into your override.

I've renamed the conflicting files, so now those app/themes/Peafowl/overrides at are not overriding:

upload_2017-9-27_12-57-31.png

Probably last time it was the same issue, is just missed code in your override.

If you need to add CSS (add doesn't means get rid of the old CSS) then add CSS via the dashboard panel or via a custom insert in the header hook.

Cheers.
 
Status
Not open for further replies.
Back
Top