Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! I seem to be having issues when loading Elementor’s editor page when I enable the following regex on my redirect:

    [^a-zA-Z0-9\-\/]

    That works on the website when users try to enter non-standard characters on the URL (including ? and =). I use Elementor in creating my pages, and unfortunately it calls a URL similar to the one below when I try to open my Pages/posts on the editor:

    /wp-admin/post.php?post=1580&action=elementor

    This conflicts with the editor and displays it as a 403 error. Although Elementor has a “Safe Mode” (which lets the editor load but with limited features), it would still be nice if Redirection plugin can be disabled when accessing the WordPress dashboard.

    Is there a way that the redirects can only be used for non-admin pages? Thank you!

    Hi, we have the same issue. Managed to make Lightbox load the Youtube videos properly.

    1. Enable a Secondary Lightbox
    2. Follow all the requirements for video lightboxing
    3. In the Secondary Lightbox Settings setting, in the Other tab, confirm what your secondary class name is. My default setting happens to be lbp_secondary.
    4. I applied this to my Youtube lightbox, instead of the rel=”lbpModal”, like so:

    <a href="https://www.youtube.com/embed/p2GLcFZQd3Y" class="lbp_secondary">
    <img src="https://img.youtube.com/vi/p2GLcFZQd3Y/hqdefault.jpg" width="700" height="320"/>
    </a>

    5. Saved everything, refreshed my browser and it works! ??

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)