bnisia
Forum Replies Created
-
It also messes up and doesnt show googles recaptcha
OK correction I am able to set it in the interface for some reason I had to remove the custom one then set it
However it is never used or shown on the front end….
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Form Not updating after changes on Mail ChimpNever mind customer had basically over-ridden the plugin
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Form Not updating after changes on Mail ChimpI wish these forms allowed images to be posted but here is the confusing part on the staging version of the site it shows the new version of the form fields in the editor (but still displays the old on the front end) however on the live one it does not show the new values … I
yes in the editor it does not show the new values for the MMERGE7
item. And even when I replace it with a MMERGE29 with the new parameters
its still not showing them correctly on the front end.the part of the code that I posted earlier which seems like it might be failing is this it not sure where convert-your-data array is being created.
$list = get_list_data(array(‘path’=>;’convert-your-data’));
I am wondering where that get_list_data is getting it from.
- This reply was modified 3 years, 7 months ago by bnisia.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Form Not updating after changes on Mail ChimpNo it is showing the old values in spite of update to the MMERGE7 form element (a radio block) if that makes any difference
Forum: Plugins
In reply to: [Visual Link Preview] need to help use it available in BBPressI recommend studying how hooks are used in wordpress so you get the skill to do it or you will be forever reliant on others to do the legwork. This is very basic coding in this environment.
Forum: Plugins
In reply to: [Visual Link Preview] need to help use it available in BBPressDid you also do this part?
“Basically I went through the code and changed where it was loading on hooks that were specific to admin and changed them to load on the front end too.”
Forum: Plugins
In reply to: [Visual Link Preview] need to help use it available in BBPressBasically I went through the code and changed where it was loading on hooks that were specific to admin and changed them to load on the front end too.
I just remembered One tricky bit to it was enabling the parsing of short codes, I think this is the code I used in my themes functions.php
function pw_bbp_shortcodes( $content, $reply_id ) { $reply_author = bbp_get_reply_author_id( $reply_id ); if( user_can( $reply_author, pw_bbp_parse_capability() ) ) { $content = shortcode_unautop( $content ); return do_shortcode( $content ); } return $content; } add_filter('bbp_get_reply_content', 'pw_bbp_shortcodes', 10, 2); add_filter('bbp_get_topic_content', 'pw_bbp_shortcodes', 10, 2); function pw_bbp_parse_capability() { return apply_filters( 'pw_bbp_parse_shortcodes_cap', 'publish_forums' ); } add_filter (‘pw_bbp_parse_shortcodes_cap’ , ‘publish_topics’ ) ;
Forum: Plugins
In reply to: [Visual Link Preview] need to help use it available in BBPressI actually modified this to work on the bbpress front-end… its not that hard actually.
While this is OK for an end user it is still much more clumbsy that what is done in facebook and similar. So I do think it needs to be more elegant and have a listener that detects a url that is entered. which may be a tricker proposition.
Forum: Plugins
In reply to: [WP Job Manager] Remove date and publisher from job listing@lennertfabriek
“the publish date can be removed by editing this template
content-single-job_listing-meta.phpJust remove line 39 and then uplaod it to the following directory of your server to keep it upgrade safe:
your_child_theme/job_manager/content-single-job_listing-meta.php”That does not seem to be the template used for one thing there is no < list-item > ie li on the line of the publish date in the output page. In fact if there were I probably could hit it with css and remove it.
Forum: Plugins
In reply to: [Visual Link Preview] Display on bbpress postI have the same issue the bbpress/buddypress editor using tinymce rather directly is my guess. I do not think gutenberg blocks are ever used in this context for topics for replies and comments
Forum: Plugins
In reply to: [Show Variations as Single Products Woocommerce] gmwsvsfilterI am getting on the dashboard this with the current version of wordpress
Notice: Undefined index: action_wssvs_op in /home/wptestbinary/public_html/wp-content/plugins/woo-show-single-variations-shop-category/includes/WSSVSC_Admin.php on line 258
Notice: Undefined index: action in /home/wptestbinary/public_html/wp-content/plugins/woo-show-single-variations-shop-category/includes/WSSVSC_Admin.php on line 261
Forum: Themes and Templates
In reply to: [Hestia] Hestia Homepage error, please help!I had to restore our site from backup as the most recent version of Hestia removed most of the images off of my home page. I will hold off on updating until a fix is posted.
Forum: Plugins
In reply to: [Team Showcase] V4.0 does not work at ALLHas this been resolved?