Gallery issue/Bug
- The topic ‘Gallery issue/Bug’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
I ran into a little bug. When loading for example a Gallery-Page the page also loads an additional overview of the gallery menu after the actual post as you can see for example here: https://svens.blog/portfolio/cornwall/
I tried to do something clever with CSS, but that is also hiding then then contents of /Portfolio which is of course not what I want.
Any help appreciated. Cheers.
The blog I need help with is: (visible only to logged in users)
Hi Sven,
On portfolio single pages, we automatically output more portfolio items for visitors to browse. However, you can hide these on just the single pages with the following CSS:
.single .portfolio-wrapper { display: none; }