SP Portfolio Can You Link To Individual Portfolio Items? - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Portfolio Can You Link To Individual Portfolio Items?

K

Klickhere

Extension 2 years ago

I would like to bring up a contact form specific to each portfolio item, but I can't setup a menu for each individiual item to allow Joomla 4 to change modules.

Is this possible?

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #94730

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please follow the menu assignment process for your contact form module. Then use the display none css for portfolio listing page.

Sample css code

.view-items section#sp-section-5 {
    display: none;
}

-Thanks

0