• Resolved poetsteve

    (@poetsteve)


    I created a box that I want to slide in to the page. The button “Read Reviews and Order” is supposed to open this box on the page where it is clicked. Instead, the following link changes the page to a 404 error. Here is the link:
    Open Box

    When the button is clicked it appends this link to the current page url as follows and tries to open this page:
    https://kirpalg.com/writer/Boxzilla.show(0)%22%20class=%22%22button%22%3EOpen%20pop-up%3C/a%3E.

    This of course does not exist, thus the 404 error. The box slides in properly on this error page. Why isn’t the box just opening up on the Writer page where I click the button? How do I modify this link so that the box slides in on the current page and the page does not change to a non-existent page before sliding in my box. Can anyone provide an example of how a button link should look in order to just open the box on the current page?

    Thanks for any help you guys can provide to this newbie. Cheers!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    I see you already fixed it (almost) by using the anchor #boxzilla-625 instead of Javascript. The only thing you should still change is to NOT include the quotation marks in the link. The link should go to #boxzilla-625 not to “#boxzilla-625”

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Link to slide in box changes page’ is closed to new replies.