cXD4931
Forum Replies Created
-
Hey there @virgildia thanks for the quick answer. For your reference, the site works with the theme OllieWP, a great block theme that is fully compatible with full-site editor. Have a good one
Forum: Plugins
In reply to: [Easy Table of Contents] How to exclude Headings by CSS class (Solution)I hope it helps someone here!
Forum: Plugins
In reply to: [Head & Footer Code] Bulk import code into posts with CSV/XML fileHello,
So it looks that during the importation process with WP All Import, the plugin is actually bringing those values to the database as expected. See next image:

However, the imported snippet does not appear in the back end of the WordPress dashboard.
Also I noticed that Head and Footer stores the data in a serialized format unlike the data I am trying to import, includes the information of the snippet behaviour and inserting \ symbols:

I passed this information to the support team from Wp All Import and their answer is:
You would either have to
- modify your export to include the complete serialized string in case of wanting to update an already imported snippet of code
- or write a custom function (more information about custom functions with WP All Import here https://www.wpallimport.com/documentation/inline-php/) in the import end to format the available data to the serialized format that Head and Footer plugin expects.
I will be doing some more tests in my dummy site till find out a way of achieving this
Forum: Plugins
In reply to: [Head & Footer Code] Bulk import code into posts with CSV/XML fileHey there Aleksandar! Damn, didn’t try the default export/import tool from WordPress. Will give it a try too. And yes, those snippets I am running them on a custom post type. Thanks for quick answer!