Hello,

Please look at the picture:

1

CommentFileSizeAuthor
Snipaste_2023-03-24_15-32-01.png184.81 KBmsn5158

Comments

msn5158 created an issue. See original summary.

florian’s picture

Hi. Please clear the cache and refresh your browser (CTRL+F5).

msn5158’s picture

Image path less one (/contrib/)

/themes/zeropoint/_custom/sliderimg/slide-1.jpg
/themes/contrib/zeropoint/_custom/sliderimg/slide-1.jpg

Now the images display normal, but the toolbar still can't suck top and slideshow still no sliders, also did not automatically rotation, I cleared the cache and refresh the browser.

florian’s picture

Why don't you uninstall the theme, place it at the correct location (/themes/zeropoint) and install it again. See what happens.
I will try to replicate your installation in the next hours, as I'm with patients right now.

msn5158’s picture

I install it via composer (composer require 'drupal/zeropoint:^1.6'), It automatically installed to the (/themes/contrib/zeropoint).

florian’s picture

I was able to replicate the toolbar misplace due to the bad composer update of Drupal code. Unfortunately, the toolbar behaves the same with olivero theme.

Can you add this lines to custom-style.css to see if toolbar display is correct?

.toolbar-fixed #pgwp {
  padding: 0;
}

And clear browser cache with CTRL+F5.

msn5158’s picture

No, It seems to have nothing to do with CSS, may be js.

When the mouse moves to each menu of the toolbar, did not appear drop-down menus. I installed this module (admin_toolbar)

florian’s picture

As an workaround go to /admin/config/development/performance and deselect "Aggregate JavaScript files". This should solve the issue for moment.

msn5158’s picture

Yes, This method can solve the problem, everything is back to normal, the slider also appeared, but this is not the best solution, source code has a lot of js file.

  • Florian committed f8d3c209 on 8.x-1.x
    #3350087: Page display issue (when aggregate js)
    
florian’s picture

Please use /project/zeropoint/releases/8.x-1.x-dev for testing. I will commit it in the next release soon.

msn5158’s picture

After the test, it has returned to normal now, thank you

msn5158’s picture

Status: Active » Reviewed & tested by the community
florian’s picture

Status: Reviewed & tested by the community » Fixed
florian’s picture

Status: Fixed » Closed (fixed)