• Resolved archse

    (@archse)


    We have a custom content popup set up on one of our client’s sites. There is a block of CSS inside. I can’t seem to find this CSS anywhere in the database – so where it is stored?

    We’re using a multisite wordpress install. So far I haven’t been able to find this CSS within the site’s tables. I am now starting to suspect that the CSS is stored in another table.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello @archse,

    Custom styles that are used in custom content popups are kept in wp_optin_meta table (wp_ is prefix so it will look different on your site).
    Met key is design and inside meta_value all design settings (including css) are inside as serialized data.

    kind regards,
    Kasia

    Thread Starter archse

    (@archse)

    Thank you, I have found the data. Can I just confirm that Hustle has only been storing data in the wp_optin_meta table since version 5.0.0?

    I just confirmed with the developer, that is correct. Thank you for using Hustle!

    We have a problem with this approach to storing settings in top-level (non-blog-level) tables.

    We run a stage-production system, so sites are developed in one platform, then exported to another. Only site-level tables can be exported, so then this plugin won’t work for them.

    Consider also working with wp-cli’s db export –tables scope function, the normal for multisite exports. It means sites are not self-contained, and cannot be exported/imported through standard WordPress methods if using this plugin.

    In our opinion, the plugin should store all settings to do with the site in the site’s own tables to make it fully compatible with all types of WordPress multisites.

    Please can you point this out to your developer?

    Many thanks!

    Thank you for the feedback @ade11. I will pass this along to the development for review and get back to you if I get some follow-up information.

    Sirs, wondering if there is any update on if the plugin can be repaired to work in multisite again?

    We need a position to tell our users, whether they need to wait for your update or if we need to find alternative plugins for them instead?

    Please let us know, soon as you have a moment, many thanks !

    a.

    Plugin Support Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ade11,

    I’m sorry but we don’t have yet any update about this issue. I’ve send again message to our developers and we are waiting for answer.

    kind regards,
    Kasia

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Where is custom content custom-css stored in the database?’ is closed to new replies.