BuddyDev

Search

MediaPress Media List widget

  • Participant
    Level: Enlightened
    Posts: 71
    Christian Hendriks on #3873

    Hello,

    (warning, http://buddy18.com is nsfw)

    I have a question about this widget.

    I want to remove the title on the botton of the images.

    Hope you can help me, maybe with css?

    For the page include the widget you can check: http://buddy18.com/testpage

    Hope you can help me

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #3876

    Hi Christian,

    Please put the following code in Your theme style.css file. It will fix the bug.

    
    
    .widget .mpp-media-title {
        display: none;
    }
    
    

    Thank You
    Ravi

    • This reply was modified 7 years, 11 months ago by Ravi.
  • Participant
    Level: Enlightened
    Posts: 71
    Christian Hendriks on #3880

    Awesome! Thnx. That works.

    I have a nother question about this widget.

    I want to have 2 rows of 4 images. I use now 4 times this widget on my page. How can i set this up using this widget 1 time? Because i can only get the images among each other, and not next to each other.

    Hope you can help me out with this.

    Thnx

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #3932

    Hi Christian,

    Please copy the following template

    “mediapress/templates/mediapress/default/widgets/grid-photo.php”

    to your theme

    “mediapress/default/widgets/grid-photo.php”

    and replace the following

    mpp_get_grid_column_class( 1 ) )

    to

    mpp_get_grid_column_class( 2 ) )

    will do the work.

    Thank You
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved