You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#114217 Links are not active

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Thursday, 20 July 2023 09:35 BST

ccbr
First off... I hope this note finds you and your team well.

I have not had this for a while.. in Joomla 4 I write a link and save the Module and the link is not working on the web page. I haad this issue a long time ago and forgot the remedy. Thanks for your help

Chuck

Ryan
Please post a link to a page containing the module with link.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

ccbr
https://www.mediumhigh.band/

If you would like access to the admin area... I will create you a profile

Ryan
If you would like access to the admin area... I will create you a profile

Please send me a login -> https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

hardys
As far as I can see, this is caused by line 15 in your custom.css

#topbar > .inner {
    pointer-events: none;
}

ccbr
I appreciate your effort thus far. I do not know what you would like me to do about the custom.css.
Thank you for your patience

Chuck

Ryan
I have fixed this on your site by adding an override in the template's custom.css file for the pointer-events style that @hardys referred to:

#topbar > .inner .tck-module { pointer-events: auto; }

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.