I have a view (page display) showing thumbnail images in a paginated output. I've set an offset of '1' on the pager, so it hides the first image. I then added an attachment display to the view showing just one image, the first one, and displaying it as a larger thumbnail.
This all works nicely - the view shows a large first image, then a series of smaller images (e.g. ONE, two, three, four, etc.). However, when I click on page 2 of the view, the first image is still displayed (e.g. ONE, five, six, seven, etc.).
How do I remove the attachment display (or simply hide it) from all but the first page of the view?
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?
@Ian Spotted the issue: Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L) Try: @media (min-width: 75em) { div.l-wrapper-inner.container....
How to over-ride grid-flexbox.css
@yorkshirepudding Yes I did flush the caches :) I've also used Firefox to inspect the element - which is where I get the "div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
How to over-ride grid-flexbox.css