Addon Settings Not Working - Sp Portfolio - Question | JoomShaper

Addon Settings Not Working - Sp Portfolio

VE

Vangelis Eftaxopoulos

Extension 1 year ago

After upgrade to sp page builder 4, addon settings for visibility not working on sp portfolio items. I had to add the following code at file /components/com_sppagebuilder/layouts/addon/start.php line 21.

 || $view_mode === 'item'
0
9 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #110919

Thanks mate. I will share it to our developer team. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #110100

Hi there,

I appreciate you reaching out. I sincerely apologize for this oversight. Will you please provide me the Joomla administrator access to check the issue? I will check & get back to you soon. 

Note: Don't forget to share an screenshot when it happens exactly.

-Thanks

0
VE
Vangelis Eftaxopoulos
Accepted Answer
1 year ago #110105

Of course!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #110196

But, When i have checked the visibilty function and it works fine.

https://prnt.sc/OZ3kgxi9rRZg

0
VE
Vangelis Eftaxopoulos
Accepted Answer
1 year ago #110205

I have modify the file. Try again now that I restored the original code.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #110340
0
VE
Vangelis Eftaxopoulos
Accepted Answer
1 year ago #110381
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #110680

Can you give me the code that you have changed?

0
VE
Vangelis Eftaxopoulos
Accepted Answer
1 year ago #110702

Of course

File: /components/com_sppagebuilder/layouts/addon/start.php Line: 21

if ($view_mode === 'page' || $view_mode === 'article' /*added*/|| $view_mode === 'item'/****/) {
0