-
Author
-
January 21, 2015 at 13:57 #42874zeniParticipant
Hello, I have created several tickets for the same issue and each time I got another response without solving the issue.
1. For the post grid (gallery type), I need them to be aligned, not as they are in the default. This is due to some post with one line title or 2 lines title. Please see the first image attached to understand better.
2. The second issue is that if the visitor clicks on “+” in the middle of the image (only on post grid), the pretty photo will open with all the images from all the posts. Please disable that “+” and its function, meaning the link to the pretty photo lightbox.
Can you please do these setting in my account?
Attachments:
You must be logged in to view attached files.January 21, 2015 at 14:54 #42889sharmstrModeratorHow do you propose making them all the same height? By cutting off half the second line of the title?
To remove the + on hover
COPY CODEspan.hover-element { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 15:06 #42893sharmstrModeratortry this
COPY CODEh3.post-title.entry-title { overflow: hidden; text-overflow: ellipsis; height: 25px; white-space: nowrap; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 16:28 #42910zeniParticipantThe firs code is ok to remove the + on hoover. Cann you please add something to disable the link to prettyphoto when clicked?
For the exerpt text, can we limit it to 130 characters for example? This would limit the title and description to 130 characters. Your code is ok but the problem is not fixed.
January 21, 2015 at 16:54 #42918sharmstrModeratorRemoving the hover element also disabled the prettyphoto link on single images, but I looks like not on the carousel. Take a look at this: https://archived.seventhqueen.com/forums/topic/i-want-to-disable-magnific-popup#post-33047
You use standard wp filtering of the excerpt http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.