![]() |
|
zenpage theme & favourites handler plug-in conflict - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: zenpage theme & favourites handler plug-in conflict (/thread-12958.html) |
zenpage theme & favourites handler plug-in conflict - redstick - 30-07-2017 There is a problem with the positioning of the Favourites selector when I add a detailed description to my albums. The easiest way to demonstrate is by this link. http://www.redstick-enterprises.co.uk/sfa2/Family%20Events/ you will need to log in with 'test-user' & test123 you will then be able to see how the 'favourites' position is affected by the album description text. I'm not sure if this is problem needs to be corrected within the theme or the plug-in (I suspect it should be within the plug-in) Any ideas? zenpage theme & favourites handler plug-in conflict - acrylian - 30-07-2017 It is primarily the theme I guess. The theme is quite old and uses a quite outdated static layout as basically all. Therefore it actually it will not be around forever (probably most currently included themes won't). But I try to take a look when I get the time if this can be easily fixed. zenpage theme & favourites handler plug-in conflict - fretzl - 30-07-2017 I have a quick and dirty solution that may help for now. In your theme folder find [i]style.css[/i] and add these lines to the bottom. .album .tagSuggestContainer { Note that any changes to standard themes will be lost with updates. zenpage theme & favourites handler plug-in conflict - redstick - 30-07-2017 Thanks for your suggestion. Unfortunately it hasn't made much difference. You can still log in and check. I understand about losing the changes, but I have copied the theme and I am using the copy to make and test changes. However, this problem happens with the the un-modified theme which is the one in use at the moment. zenpage theme & favourites handler plug-in conflict - fretzl - 30-07-2017 I see what you mean. Let's try something else.
A few things to note: zenpage theme & favourites handler plug-in conflict - redstick - 30-07-2017 Changes made to style.css and you can see the effect if you log in again. The gallery is private, so nobody would see any 'Favourite' options unless they log in. I will look at shortening the titles, but would prefer not to. zenpage theme & favourites handler plug-in conflict - fretzl - 31-07-2017 It looks like you forgot to undo the first change. zenpage theme & favourites handler plug-in conflict - redstick - 31-07-2017 Ooops. :) Yes, the new changes seem to have made a difference. Thanks I've no doubt I'll be back soon in a new topic with more questions :) zenpage theme & favourites handler plug-in conflict - fretzl - 31-07-2017 Sorry, made another mistake. (as you can see on the first row) Let's start fresh with the original [i]style.css[/i] file and only remove lines 465 and 488. |