• Resolved gragaer

    (@gragaer)


    Hello there!

    In my portfolio I sometimes have the problem that when you click on some of the images show meta descriptions and some of them don’t. I don’t know why but it seems like WP is displaying the name of the file. I would like to be able to erase this info as well as the comment function of each file – I want a very simple gallery. Is this somehow possible?

    Thanks already!

    Regards, Ben

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gragaer

    (@gragaer)

    Also, is it possible to have a single page without sidebars/widgets that use the width of the screen better? When I tried that I had big empty spaces left and right.

    Thanks again!

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi Ben,

    Please use official theme support forum at https://support.webmandesign.eu in the future for faster turnaround.

    Please note that the theme does not contain any gallery functionality. You are using Jetpack plugins Tiled Gallery here. Maybe you can control what information is displayed in the gallery via Tiled Gallery settings? https://jetpack.com/support/tiled-galleries/ You can also control image title directly in WordPress media library in dashboard. Alternatively you can use custom CSS to hide the popup image title:

    .tiled-gallery-caption {
    	display: none !important;
    }

    The default page is displayed without sidebar (simply do not use “With sidebar” page template). If you want to stretch the page content full width of the content container, use custom CSS:

    .page .entry-content-container {
    	max-width: none;
    }

    Regards,

    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Erase meta info from gallery’ is closed to new replies.