gd_post_images title

This topic contains 5 replies, has 2 voices, and was last updated by  marktowers 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #492831

    marktowers
    Buyer
    Post count: 171

    Hi,
    I’ve added the following shortcode to my Details Page (this is a custom one for events.)

    [gd_post_images type="image" ajax_load="1" slideshow="1" show_title="0" animation="slide" controlnav="1"]

    I thought having “show_title=”0” would hide the title, but it seems to make no difference and still appears above the image. Should this work?

    #492832

    marktowers
    Buyer
    Post count: 171
    This reply has been marked as private.
    #492860

    Kor
    Moderator
    Post count: 16516

    Hi marktowers,

    Thanks for your post. Try using the custom CSS code below and see if it helps. Insert into WP > Appearance > Customize > Additional CSS.

    .single  h1.entry-title {display:none;}
    #492888

    marktowers
    Buyer
    Post count: 171

    Hi Kor,

    Yeah that works, however, it also affects the add-listing page and takes the title off listings too. Is it possible to limit it to just the Details Page that I set up?

    #492940

    Kor
    Moderator
    Post count: 16516

    Hi Marktowers,

    Thanks for your reply. Try using this one below. If it still doesn’t work, share your Website WP admin access here in private reply and I’ll check what’s going on.

    .single-gd_event  h1.entry-title {display:none;}
    #492963

    marktowers
    Buyer
    Post count: 171

    Hi Kor, that looks like it’s done the trick. Cheers!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket