1) How to disable links on the fullscreen gallery like in your demo? My site is tuzlukova.info I don’t want make users to click and to get into posts
2) How do I disable read more in the section gallery after clicking on album? http://tuzlukova.info/portfolio
3) How can i reduce socials in PLUS menu cause I need only VK Facebook and pin?
1). Please following:
– download the file, unzip it, get page-portfolio.php
– login FTP, go to themes/aside/template/
– upload / replace page-portfolio.php
2) / 3). Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the css to Custom Css`.liquid-more-icon,
.social-share-facebook,
.social-share-twitter,
.social-share-pinterest,
.social-share-linkedin {
display: none!important;
}`