• Resolved CPKN

    (@cpkn)


    Hey,

    So I put the coding under help into a textbox in my page I want this link to activate.

    I went to “All-Popups” and found the popmake-# under CSS Classes and then I assume the href is the popmake-(Name of Popup) to the right of the Class code. So I changed the values on the page I have the full code in (– <a href="#" class="popmake-1">Open Popup</a> –) and when I test it, it opens to my websites URL/name-of-popup with a 404 Page Not Found Error.

    I assume the pop ups act like a page but for some reason, it won’t load the page in a pop-up. I did have some moments where I found the href and class swap positions, so class was first, all it did was make my page move to the top of the page and nothing more.

    Any ideas on whats going on?

    https://www.ads-software.com/plugins/popup-maker/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter CPKN

    (@cpkn)

    here is my changed pop up so it doesn’t have proper info for your example:

    I made the Pop up Name called “Test”.

    No Title

    Content “Test”

    Save

    The class in all pop-ups page is: popmake-1900

    Next to it has: popmake-test

    in the page I want this pop up to show via clicking a link I have is:

    <a href="popmake-test" class="popmake-1900">Conditions Apply</a>

    When I test it shows: “www.mywebsite.com.au/popmake-test”

    In it is a 404 Error.

    Sometimes but no always, when I review the code, I find it like this:

    <a class="popmake-1900" href="popmake-test">Conditions Apply</a>

    I’m not sure if that is happening before I test or after I test and view it again.

    Hope that helped.

    Plugin Author Daniel Iser

    (@danieliser)

    @cpkn – Sorry for the confusion. Both popmake-test and popmake-1900 are classes. One is based on the ID the other based on the name. Both are classes and do the same thing. Either will trigger the popup. If you are gonna add anything for a link there I would add a fallback page in case the user does not have JS enabled and popups don’t work.

    So your code should be <a href="#" class="popmake-1900">Conditions Apply</a>

    If its not working be sure that you have enabled the popup on the correct pages using targeting conditions. If that doesn’t do it you may have a JS error preventing the popup maker code from running properly.

    Hope this helps.

    Thread Starter CPKN

    (@cpkn)

    Right! Got it. I changed the href to # but not the targeting and I still had issues, but as this pop up is on my homepage, I set targeting on Homepage, IT WORKED! YES! THANKS!

    Can you choose a single page for the Targeting Condition or doesn’t it matter as long as I pick the correct condition and have something activate it?

    Plugin Author Daniel Iser

    (@danieliser)

    @cpkn – If a popup is not loaded, then it cannot be used. So any page you need it on, needs to be targeted. Glad you got it working.

    Please take a moment to rate and review the plugin and or support.

    Popup is loaded on Homepage with a form-manager form. After submitting the form, Page not found error is displayed with belwo message.

    404 — Fancy meeting you here!
    Don’t panic, we’ll get through this together. Let’s explore our options here.

    please guide to resolve.

    Plugin Author Daniel Iser

    (@danieliser)

    @sahcom – The problem lies in that the form does not support AJAX submission. Even if we fix the form submitting to a bad url which is what is occuring now, the popup will not be open when the page refreshes and any errors or confirmation messages will require the user to open the popup again.

    Have you considered using one of the fully supported form plugins? Ninja Forms, Gravity Forms or Contact Form 7.

    Thanks a lot Danieliser. Ninja form creation solved the problem.

    Plugin Author Daniel Iser

    (@danieliser)

    @sahcom – Awesome, we would love to support all forms, but not all form plugins work in ways that are needed inside popups. Glad you got it working.

    Please take a moment to rate and review the plugin and or support.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘404 error’ is closed to new replies.