• Resolved larry.bradley

    (@larrybradley)


    I have moved my site to a test site, and now the urls for the images in the pops are incorrect. I know I can manually change each one via the Edit Popup form. But I would like to be able to do it by using mySQL to edit the entries in the WordPress tables. I have done this for the urls in my pages using mysql regexp search and replace. I would like to do the same for the popup.

    In what tables are the popups stored? I can’t find them in the wp_posts table where all the other data for my pages are kept.

    Larry Bradley, Ottawa Canada

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    hello,

    Sorry for the late reply.

    Our popup plugin has four custom tables. Please refer to the below screenshot.

    https://prnt.sc/feoInUfbSf-3

    Thread Starter larry.bradley

    (@larrybradley)

    Thanks, Patel, but those tables do not exist in our database. Our popups consist of an image, with popup on click. When I edit the popup in the behaviour section, there is a place where I have uploaded a picture, and it shows me the URL for that picture. This is the data that I would like to be able to change via mySQL when I move to another site. I have found a reference to this in the wp_postmeta table, and if I change the URL in the edit of the popup, then the data in wp_postmeta changes. But if I change it in wp_postmeta, then the image in the editing of the popup is gone, and it is not there on the web page either. I have a screenshot of the editing of the popup, but I don’t see how to upload that here.

    Thanks.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Actually, we have created a “popup anything” plugin custom post type. so you can see your link in the post and post-meta table so you can use.

    I am suggesting you do not change the direct popup link in the database because I think your data is corrupt.

    I suggest you will add popup links in one-by-one popup edit OR you will use any third-party plugin and add your need.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change URLs for popup images’ is closed to new replies.