Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #764713

    HI

    1. How to hide excerpt event in list view?. I am using page builder and excerpt looks bad I need to keep link to more information only.
    2. How to hide link to Google Map? I switch off Google maps in Event Calendar settings, besides that it is displaying in list view.
    3. Feature image is cover the price label when hover.

    Please find screencast with descriptions herehttps://drive.google.com/file/d/0BwQGscVsobrDZDU1M3djZF9IUVU/view?usp=sharing
    BR
    Krzysztof

    #765346

    Hey Krzysztof,

    Can you give us temporary admin access to your website in the private content box below, so that we can check this on your page.

    Best regards,
    Victoria

    #765360

    Hi

    Yes, please find in privat area
    BR
    Krzysztof

    #765531

    Hi
    I hide google maps url in css

    
    .tribe-events-gmap {
    display: none;
    }
    

    Can you help me how to hide excerpt event in list view but keep link to more details?
    Krzysztof

    #765548

    Hi again
    I find css for hide excerpt event in list view

    #tribe-events .tribe-events-content p {
    display: none;
    }
    #766309

    Hi Krzysztof,

    Great job! :) Here is a piece of code that you can add to enfold-child/styles.css to fix the image overlaying the price issue:

    
    .avia_transform a:hover .image-overlay {
        z-index: 4;
    }
    

    Let us know if you have any more questions.
    Best regards,
    Victoria

    #766323

    Hi Victoria
    It works nearly great.
    Nearly because when hover efect is disappears, image is covers price label for the moment.
    You can check on url in private area
    BR
    Krzysztof

    #767031

    Hi Krzysztof,

    Please modify the rule for the image overlay to be z-index 4 all the time:

    
    .avia_transform a .image-overlay {
        z-index: 4;
    }
    

    Let me know how it worked out for you.
    Best regards,
    Victoria

    #767339

    Works great, thank you

    #767538

    Hi Krzysztof,

    Great! Glad we could help!

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.