• Resolved SirClive

    (@sirclive)


    Is it possible to exclude fields from the single record view?
    Also, am I able to format that page (I would like it to show the uploaded image at full size rather than a thumbnail)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The shortcode can determine which fields or groups are shown on the page, but you may want to consider organizing your fields into groups. That way, you can put all the fields you don’t want shown in a group that doesn’t display. In the plugin default configuration, there is a group canned “Administration” that is an example of this.

    Read the docs for more details.

    Changing the size of images is another thing that requires you create CSS rules to format the layout. For instance, most of the time, a CSS rule like this will set the size of the image in the single record display:

    .pdb-single .image-field-wrap img {
       height: 200px;
    }

    That can go into the “Custom CSS” setting in the plugin. Refer to the article I mentioned in you other thread for the details on that.

    Thread Starter SirClive

    (@sirclive)

    Legend. Thanks for that.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single Record View’ is closed to new replies.