Problem Videos In SP Simple Portfolio - Question | JoomShaper

Problem Videos In SP Simple Portfolio

E

Esteban

Extension 2 years ago

Hi, I have a problem with the video display in the SP Simple Portfolio component.

I put the video URL, but the front does not give me the option to play.

I leave a screenshot of the item https://prnt.sc/1fqrvk3

the url of the site is

https://67.43.7.13/~ugem/

Something you are doing wrong? or component error? Thanks a lot!

0
5 Answers
E
Esteban
Accepted Answer
2 years ago #26233

Thank you very much, I solved it directly in the custom code of the template

.btn-view {
   display: none! important;
} 
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26229

Hi there!

Sorry for the inconvenience.

I have fixed the view.

Would you please have a look and let me know?

Best Regards

0
E
Esteban
Accepted Answer
2 years ago #26230

Hi, thank you very much, its perfect now. I would like to know what it was that made it not work.

It is possible to configure only the watch button and remove the view button. currently the view button takes me to an error link.

tanks

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26231

You are most welcome!

Actually, it was not getting the overlay there. So, I have used the following custom code in your custom CSS of the home page template style:

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
    display: block !important;
}

About the VIEW button:

You need to assign all of your portfolio categories to a menu item , then it will not redirect to an error page. If you dont want to show that menu you can hide it too.

OR. if you don't want to show the view button really, then you can use the following code in your custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view{
display:none;}

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26368

Glad to know that... You are always welcome:)

0