![]() |
|
Related Items - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Related Items (/thread-12114.html) |
Related Items - Ralf - 29-12-2014 Hi, maybe someone can point me in the right direction :-) The title of the related items is formatted in h4 headings. What i am looking for: This should result in: I tried several hours to modify the code of relateditems.php without success.... Any help is welcome. Cheers Related Items - acrylian - 29-12-2014 I admit I don't understand why the zpBase theme hides the headline but I assume that is a CSS issue? As far as I remember the theme supports custom CSS via the backend so you could probably force displaying it with You can even address the individual item type as the if you wish another headline structure you will have to create a custom version of Related Items - Ralf - 29-12-2014 Hi Acrylian, thanks for the explanation. For the zpbase theme: relateditems h4{display:none;}in it. Ralf Related Items - acrylian - 29-12-2014 Ok, probably gjr had some layout reasons for it. You should be able to override that though. |