Question about widgetbox Slider

Oliver , July 04 2023, 10:48
O
Oliver 7
July 04 2023, 10:48 #533
Hello Marco,
I have a short question.
=> is there a possibility to disable the date in the slider items? I want to see the news without a date. I tried a overwrite but I am not quite sure if this works (template/html/mod_widgetsbox/modules/generic.php). So I changed the generic.php and added a class that sets visibilitiy to hidden. But thats only a temporary solution... https://j4.ewg-vagen.de/aktuelles
Maybe you have a simple solution?
Rgards
Oliver
marco 557
July 04 2023, 11:04 #534
 1
Hi Oliver,
In the module settings in the Items Layout Tab you can define and sort the fields that should be rendered, if there is no publish or created field there shouldn't be any information about the date in the slide.
Can you please verify that you are configuring the correct module instance?
Can you please also post screenshots of the "Select Fields to Display" Setting in the module settings and the outcome in front?
kind regards
Marco
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------
O
Oliver 7
July 04 2023, 12:16 #535
Hello Marco,
ok, I got it Thanks for this really quick answer!
I now set the field to show to Tags and in fact we do not use tags on this page, its fine.
I think it would be nice if there is a possibility to select "no field" or if the red minus sign on the right site would disable every field item
But for me its solved, thank you !
Kind regards
Oliver
marco 557
July 04 2023, 12:18 #536
 1
ah you also does not want to show a title or any kind of field?
easiest is then to select "title" as field and set "uk-hidden" as classname for the title class two fields below.
kind regards
Marco
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------
O
Oliver 7
July 04 2023, 12:24 #537
Ah ok, nice idea, thank you !