This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #42874
     zeni
    Participant

    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.
    #42889
     sharmstr
    Moderator

    How 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 CODE
    
    span.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #42893
     sharmstr
    Moderator

    try this

    COPY CODE
    
    h3.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #42910
     zeni
    Participant

    The 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.

    #42918
     sharmstr
    Moderator

    Removing 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?