Permalink appears under portfolio items in Hello Rose

QuestionsCategory: Hello RosePermalink appears under portfolio items in Hello Rose
Landy Eliodor asked 5 years ago

When I go through with creating a new Portfolio item and preview, the permalink appears underneath the portfolio. I have tried creating a portfolio by using a gallery as well as adding images individually and they all turn out the same. I have attached a picture for reference. 

Attachments
Support Team Staff replied 5 years ago

Could you email your login to support@helloyoudesigns.com

Landy Eliodor replied 5 years ago

sending over the info now!

1 Answers
Support Team Staff answered 5 years ago

The permalinks were showing because there are no titles assigned.  I placed a test title on the first portfolio item called “title 1” and that removed the permalink for that image. 

Abbey Kinard replied 4 years ago

Hello how do I add a new photo to the portfolio without a title and without the permalink displaying?

Support Team Staff replied 4 years ago

You have to have a title, or the permalink will show. You can hide it in the CSS.

Abbey Kinard replied 4 years ago

Is there a way to have something display with a title on a mobile screen? On a desktop the title appears when you hover over it with a mouse, but i’d like the mobile user to be able to realize that it is a gallery and ‘clickable’ with something displaying prior to them actually clicking on the image

Angela Patrick replied 4 years ago

Following Abbey because I’m wondering the same thing myself about mobile titles

Support Team Staff replied 4 years ago

On line 3009 you will see this
@media only screen and (max-width: 1024px) {

.hyd-portfolio .entry {
width: 46%;
}
}

Change it to this

@media only screen and (max-width: 1024px) {

.hyd-portfolio .entry {
width: 46%;
}

.portfolio-content .entry .item-hover {
position: static;
display: inherit !important;
}

.portfolio-content .entry a.link-hover img {
opacity: .2;
}

}

Then be sure to clear your cache. This will fade the images and have the title display overtop. If this is not what you would like, then you may need to change the portfolio plugin to something that will be more custom for you.

Abbey Kinard replied 4 years ago

Is there a way to only apply this to just the wedding albums in a category and not all other categories? Also, I’m assuming I would adjust the white title text in the CSS too?

Abbey Kinard replied 4 years ago

Also, you mention the possibility of needed to use a different portfolio plugin…could you point me in the right direction to which would do something like this: https://lindseyfordphotography.com/weddings

Support Team Staff replied 4 years ago

She is not using a portfolio plugin. That is a page that was built with Elementor.