wpzinc
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Generator] Parent PageCurrently available only in the Pro version:
https://www.wpzinc.com/documentation/page-generator-pro/generate-content/#fields–attributes
Thanks!
Upload screenshots to Imgur, and paste their URLs here. Thanks!
Send screenshots of the settings showing everything is enabled. Thanks.
Additional scheduling options, including specific times and posting immediately, are available in the Pro version of the Plugin only:
https://www.wpzinc.com/documentation/wordpress-buffer-pro/status-settings/#status–scheduling
If you prefer to use the Free version of the Plugin, you may wish to adjust your Buffer queue’s settings, to have more time slots, therefore ensuring Posts added to the end of the Buffer queue are published sooner:You can enter any URL in the status text, which could be your GMB profile.
If that doesn’t answer the question, feel free to provide an example of what you’re looking to achieve.
Forum: Plugins
In reply to: [Page Generator] No SLUG control?This is available in the Pro version. We may consider adding this to the Free version in a future update.
Thanks!
Forum: Plugins
In reply to: [Page Generator] Page Generator Pro: TypeError: Failed to fetchSupport for the Pro version must go through https://www.wpzinc.com/support, per WordPress’ support guidelines here. Thank you!
Forum: Plugins
In reply to: [Page Generator] Is there a hidden limit usage?There’s no hidden day usage or limit.
I’d suggest reverting the changes made, trying again and then slowly reintroducing the changes until the problem is replicated, to isolate the cause of the issue.
Thank you!
You’re incorrectly modifying the first parameter,
$term_name
, which has already had spaces removed. You also call this$term
, which is confusing, and fail to reference all parameters.You’re welcome to fully implement the filter, referencing the (correct)
$term
object parameter and including all and any logic you require for formatting:
https://gist.github.com/n7studios/fc1498f2423cbdf3edb4904e1362f0b5
Screenshots demonstrating working functionality:The above is provided as-is, untested, as an example for you to modify and self-serve support. Thank you!
I’ve applied the wp_to_buffer_publish_parse_text_term_hashtag filter to modify the term names and replace spaces with underscores.
Please provide the code you are using and how this is implemented. Thanks!
The Plugin will remove spaces in Categories, without replacing them with an underscore, and append a hashtag before the Category. This is default behaviour, by design at the request of many users.
If you wish to change the logic, either:
- Use the Pro version, using the
{taxonomy_category_hashtag_underscore}
option: https://www.wpzinc.com/documentation/wordpress-buffer-pro/status-text-tags/#taxonomies - Create your own logic utilising the supplied
wp_to_buffer_publish_parse_text_term_hashtag
filter, changing the output as necessary to meet your requirements: https://www.wpzinc.com/documentation/wordpress-buffer-pro/developers/#wp_to_buffer_pro_publish_parse_text_term_hashtag
Resolved in 3.9.6, available now:
https://www.loom.com/share/20bec0e8b1d64870ac718f70bd300996?sid=7771b16e-8633-4277-bf5b-57428dd685b8It seems the plugin always sees a post as ‘Update’ even if it’s a new post which is Published.
Plugin uses WordPress standard
transition_post_status
hook to identify is Post is being published or updated. If it “sees” a Post as an update, something else is telling this hook that the Post is being updated, and not published.You’re therefore welcome to:
- Deactivate other Plugins
- Repeat steps to replicate issue
- If issue still persists, provide brief screencast (max. 2 minutes) showing Plugin settings and how you are publishing a Post.
- If issue resolves, slowly activate Plugins individually, repeating tests until conflict found.
- Work with third party Plugin provider that is conflicting to establish what they are doing incorrectly.
See Docs, which apply to this Free version, ensuring all debugging, configuration and testing steps are followed:
https://www.wpzinc.com/documentation/wordpress-buffer-pro/debugging-issues/#buffer-api-error—1030
Thanks!
Noted, however not replicating per previous video, observing no “touching” or “fix[ing]” of statuses in Buffer, with OpenGraph data being honored:
https://www.loom.com/share/f8bb950f39134843b1db06aa62a0b0ac?sid=7d72d2d6-434b-4261-b693-28e12aa220aaFeel free to work through the debugging documentation provided, and work with Buffer, who will be able to provide further insights as to why your specific site requires you to edit statuses in Buffer for correct working functionality.
Thanks!
- Use the Pro version, using the