• Resolved peopleinside

    (@peopleinside)


    Hi,
    would be nice if your plugin have a field in the settings where user can exclude specific links.
    I know there is the class no-loading-screen but is hard or impossible in WordPress add a class to all links.

    I have social media icons on my website: home page and footer too. All external links to socials will not gives issue but the link to my skype username give issues because is showing the pre-loading. I tried to click on that icon block and add the class no-loading-screen in the block editor but this never help.

    Could you exclude from the pre-loading also skype: links? A Skype link is formed by Skype, two fullstop and skype name?

    https://app.screencast.com/PNQddYtKrRmSy

    Thank you!
    Have a nice start of the week ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @peopleinside

    Please follow the steps below (we will include the modifications in the next plugin update):

    1. Open the “/wp-content/plugins/loading-page/js/links.min.js” file with the text editor of your choice.

    2. Go to the piece of code:

    /^(mailto|tel|javascript):/i

    And edit it as follows:

    /^(mailto|skype|tel|javascript):/i

    3. Finally, clear the website and browser caches after editing the file.

    Best regards.

    Thread Starter peopleinside

    (@peopleinside)

    Thank you very much!
    It works.

    we will include the modifications in the next plugin update

    Great ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.