SP Portfolio Can You Link To Individual Portfolio Items? - Question | JoomShaper

SP Portfolio Can You Link To Individual Portfolio Items?

K

Klickhere

Extension 1 year 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 1 year 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