Title: spacetaxi's Replies | WordPress.org

---

# spacetaxi

  [  ](https://wordpress.org/support/users/spacetaxi/)

 *   [Profile](https://wordpress.org/support/users/spacetaxi/)
 *   [Topics Started](https://wordpress.org/support/users/spacetaxi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spacetaxi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spacetaxi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spacetaxi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spacetaxi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spacetaxi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] Import from RecipeML?](https://wordpress.org/support/topic/import-from-recipeml/)
 *  Thread Starter [spacetaxi](https://wordpress.org/support/users/spacetaxi/)
 * (@spacetaxi)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/import-from-recipeml/#post-18182647)
 * Thanks for your reply! Of the existing import classes to the plugin, do any import
   from an XML or other text based file. Maybe we could use one as an example to
   write our own?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg Block Editor Toolkit – EditorsKit] Version 1.40.3: styles-manager-addon.js 404](https://wordpress.org/support/topic/version-1-40-3-styles-manager-addon-js-404/)
 *  [spacetaxi](https://wordpress.org/support/users/spacetaxi/)
 * (@spacetaxi)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/version-1-40-3-styles-manager-addon-js-404/#post-17307939)
 * There appears to be a call to this file on line 37 in /includes/addons/styles-
   manager/blocks/gutenberghub-styles-manager-block.php
 * [https://github.com/CakeWP/block-options/blob/636976670c48e10bfe3b957ad43d897b317f31cd/includes/addons/styles-manager/blocks/gutenberghub-styles-manager-block.php#L37](https://github.com/CakeWP/block-options/blob/636976670c48e10bfe3b957ad43d897b317f31cd/includes/addons/styles-manager/blocks/gutenberghub-styles-manager-block.php#L37)
 * It looks like this file got split into two parts back in version 1.40.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post My CF7 Form] Won’t Save/Publish Mapping](https://wordpress.org/support/topic/wont-save-publish-mapping/)
 *  [spacetaxi](https://wordpress.org/support/users/spacetaxi/)
 * (@spacetaxi)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wont-save-publish-mapping/#post-14450543)
 * I’m getting the same error. In debugging, it looks like the $_POST array does
   not have either “save_draft”, “update_post” or “save_post” set.
 *     ```
       [18-May-2021 01:00:01 UTC] DEBUG_MSG: 
                 + unknown saving Array
       (
           [action] => save_post_mapping
           [cf7_2_post_nonce] => 76f55ad6c4
           [meta-box-order-nonce] => 62f05c50e3
           [closedpostboxesnonce] => 9de5d54aa7
           [cf7_2_post_map-title] => artwork_title
           [cf7_2_post_map-slug] => 
           [cf7_2_post_map-author] => 
           [cf7_2_post_map-thumbnail] => image_file
           [cf7_2_post_map-editor] => 
           [cf7_2_post_map-excerpt] => 
           [cf7_post_id] => 71
           [mapped_post_type] => post
           [mapped_post_type_source] => system
           [system_post_type] => post
       ```
   
 * …
 * This is around line 454 of admin/class-cf7-2-post-admin.php
 * I’m looking into if further…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gosign - Logo Slider Block] Can responsive settings be added?](https://wordpress.org/support/topic/can-responsive-settings-be-added/)
 *  [spacetaxi](https://wordpress.org/support/users/spacetaxi/)
 * (@spacetaxi)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/can-responsive-settings-be-added/#post-14163493)
 * You can add the following to your site CSS:
 *     ```
       .logo-slider-item  img {
       	width: 100%;
       	height: auto;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [menu forcing anchor links rather than full URLs](https://wordpress.org/support/topic/menu-forcing-anchor-links-rather-than-full-urls/)
 *  [spacetaxi](https://wordpress.org/support/users/spacetaxi/)
 * (@spacetaxi)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/menu-forcing-anchor-links-rather-than-full-urls/#post-5721453)
 * The code that is rewriting the urls and anchor tags is found in the theme under
   style/js/script.js. Look for the heading “NAVIGATION REWRITE” and comment out
   the code below it, around lines 56-75. You will also need to set the page template
   to Default in the editing screen.
 * A better, but more complicated, way of dealing with this is to create your own
   child theme, then dequeue this script and enqueue a replacement.

Viewing 5 replies - 1 through 5 (of 5 total)