• Resolved lvolkjr

    (@lvolkjr)


    I go to edit a page to insert the gallery that I created and I get a popup with 404 error message on it. Is there some possible conflict with a theme or other plug-in?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    This is not a global issue, so can you tell what theme and plugins are you using, we will check it from our side.

    Thanks.

    Thread Starter lvolkjr

    (@lvolkjr)

    The theme is Avant

    The Plugins are :
    All-in-one WP Migration
    Instagram feed pro personal
    Master slider
    What the file

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Sorry for so late response.

    You need to find and edit this file – gallery-album/includes/admin/js/post_page_insert_button.js

    On line 39 you will find such code

    file: document.location.origin+ajaxurl + '/?action=wpdevart_gallery_post_page_content&gallery_id='+getAttr(title,'gallery_id')+'&album_id='+getAttr(title,'album_id')+'&theme_id='+getAttr(title,'theme_id')+'&order_type='+getAttr(title,'order_type')+'&lost_ids='+getAttr(title,'lost_ids')+'&popup_albums_themes='+getAttr(title,'popup_albums_themes')+'&popup_themeid='+getAttr(title,'popup_themeid'),

    there is such code in that line

    /?action

    You need to change it and type this instead –

    ?action

    You will find the same code on line 84, do the same action there.

    This should help.

    Thanks.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    AS it is an old topic and you didn’t respond, we think the issue was resolved.

    Now we are going to close this topic, if you have other questions then contact us again.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 Page while trying to add gallery to a page/post’ is closed to new replies.