Viewing 1 replies (of 1 total)
  • Hi Kyle,

    I’m getting a 404 on the above link. You can show/hide the Grid menu either from the settings or from the Shortcode: in the Settings panel under Archives > Movie Archives > Archives Menu you can disable the menu; adding a menu="false" parameter to the [movie_grid] Shortcode will have the same effect.

    As for the pixel size on the grid posters it can be tricky as the size is automatically adjusted with JavaScript, but you can always add a custom CSS to your theme like

    #wpmoly-movie-grid .wpmoly.movie.poster {
        height: 200px !important;
        width: 140px !important;
    }

    To force hand on the adjustment. Let me know how this works!

Viewing 1 replies (of 1 total)

The topic ‘Poster Size’ is closed to new replies.