Kidzy - Kindergarten: Uncomment Href For Courses - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Kidzy - Kindergarten: Uncomment Href For Courses

OK

Omo Kobsen

Extension 8 months ago

Hi all! There is a link from courses to course on the main page of the component. I want to delete this link and already tried to do it via

components/com_spkgarten/views/courses/tmpl/default.php but its still linked on the main page.

Could you please help? :) Thanks!

0
9 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #181727

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.sp-kidzy-class .class-name a{
    pointer-events: none;
}
0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #181004

Hello,

Could you clarify if you're looking to disable the link functionality or remove the link entirely from the main page? Additionally, could you provide a screenshot highlighting the specific area you're referring to? This will help ensure we address your query accurately.

Thank you!

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #181034

Plaese share your website url.

0
OK
Omo Kobsen
Accepted Answer
8 months ago #181035

attached

0
OK
Omo Kobsen
Accepted Answer
8 months ago #181033

thanks für your reply. I'd like to disable the link temporarily.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #181038

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.sp-kidzy-class .sp-overlay a{
    pointer-events: none;
}
0
OK
Omo Kobsen
Accepted Answer
8 months ago #181697

Hi Atick and thanks for the solution. The link on the picture is now disabled. By clicking on the title (below picture) the detail site still opens. could you please also provide a custom css to disable this?

0
OK
Omo Kobsen
Accepted Answer
8 months ago #181791

Thanks!

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #181792

You are welcome

0