Gazette Upgrade To Joomla 4 - Question | JoomShaper

Gazette Upgrade To Joomla 4

K

komir

Template 2 months ago

I upgraded my website to Joomla 4 and I'm using the Gazette template from Joomshaper. However, after the upgrade, the main slider stopped working and it only shows a white space. How can I fix this issue? I checked the template settings and everything seems fine. Is there a compatibility problem with Joomla 4?

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #148179

Hello komir

Apology for the inconvenience. I have modified this file:

templates/shaper_gazette/sppagebuilder/addons/articles_vertical_slider/site.php

Your site is good now. Please have a look.

Best regards

0
K
komir
Accepted Answer
2 months ago #148191

Thank you. How to remove buttons http://tinyurl.com/2bcg82jc

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #148199

Please use this CSS to

Template Options -> Custom Code -> Custom CSS

.sppb-addon-articles-slider .owl-dots, .owl-nav{
    display: block;
}
0
K
komir
Accepted Answer
2 months ago #148524

I followed the instructions and applied the code to hide the buttons on the webpage, but they are still visible when I refresh the browser.

0
K
komir
Accepted Answer
2 months ago #148636

Are you here?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #149580

Apology for the delay. Please use this CSS to

Template Options -> Custom Code -> Custom CSS

.sppb-addon-articles-slider .owl-dots, 
.sppb-addon-articles-slider .owl-nav{
    display: none;
}
0