spacetaxi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Import from RecipeML?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?
There appears to be a call to this file on line 37 in /includes/addons/styles-manager/blocks/gutenberghub-styles-manager-block.php
It looks like this file got split into two parts back in version 1.40.2
Forum: Plugins
In reply to: [Post My CF7 Form] Won’t Save/Publish MappingI’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
In reply to: [Gosign - Logo Slider Block] Can responsive settings be added?You can add the following to your site CSS:
.logo-slider-item img { width: 100%; height: auto; }Forum: Fixing WordPress
In reply to: menu forcing anchor links rather than full URLsThe 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.