This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Hi!
I have a few questions about the portfolio page:
1. How to I add text before the portfolio items? I tried to add text but it is not appearing
2. How do I remove links to see details on portfolio projects? I just want the close up function, not a link for each portfolio item.
3. Is it possible to remove the name of each file that appears above each image?
http://oi63.tinypic.com/fyh3cz.jpg
4. I would like to see images appearing when scrolling down only, so this page becomes faster, instead of using more pages, is it possible to use infinite scroll or something similar in this page?
Thank you
Hello,
1) I have sent file to your registration email. Please, replace xstore/portfolio.php file by attached.
2) Add the following code in Theme Options > Styling > Custom CSS
.portfolio-image > a, .portfolio-descr {
pointer-events: none;
}
3) There is no such option. Actually, it’s bad for SEO to remove title for images. You may check this solution to hide title instead of removing them http://stackoverflow.com/questions/3885920/jquery-hide-title-attribute-but-not-remove-it
4) You can remove pagination and show all the items but, unfortunately, there is no Infinite scroll for the Portfolio items.
Regards
Great, thanks so much for all your help!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up