John Antonacci
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Custom Content Blocks and p tagsThanks for the response @joyously.
I guess I see that now that I turn Classic Editor plugin on and off. I guess this means on html comments in blocks…
got it working. Used this to save:
function jma_int_meta_save_settings($slide_id, $slider_id, $fields) { /*used the same select format as image crop*/ update_post_meta($slide_id, '_meta_slider_jma_caption_position', $fields['jma_caption_position']); update_post_meta($slide_id, '_meta_slider_jma_class', $fields['jma_class']); } add_action('metaslider_save_image_slide', 'jma_int_meta_save_settings', 10, 3);
then
get_post_meta
within function onmetaslider_nivo_slider_image_attributes
filterand it was actually the $attributes[‘data-caption’] value
Thank for the quick response, what I need is on a slide by slide basis:
In looking at the code I think what I need is the
metaslider_nivo_slider_image_attributes filter
$attributes[‘class’]but in order to really get what I am looking for I would need to add an input field into the individual slide tabs. So:
metaslider_image_slide_tabs
can add a tab (and field)then how do I retrieve the value from my new tab to plug into
metaslider_nivo_slider_image_attributesam I getting warm?
thx,
JohnOK, got it working as desired… thanks!
ok, left out a space, but still after the first set of posts loads the user can not control the rest of the loading?
thanks for the quick reply…
with more that one shortcode on a page this solution only seems to “pause” the first instance of loading on the first shortcode.
https://www.coalitionforgoodgovernance.org/news/Forum: Plugins
In reply to: [Constant Contact Forms] recaptcha error on submissionupdated and added redirect (didn’t have one previously) same result. this is the debug log
[2018-11-02 13:43:37] reCAPTCHA.INFO: Failed to verify with Google reCAPTCHA [“Extra information”,[[[“invalid-json”]]]] []
[2018-11-02 13:47:32] reCAPTCHA.INFO: Failed to verify with Google reCAPTCHA [“Extra information”,[[[“invalid-json”]]]] []Forum: Plugins
In reply to: [YouTube Playlists with Schema] Schema ErrorsThese issues should be fixed with ver 1.3.2
Forum: Plugins
In reply to: [YouTube Playlists with Schema] Schema ErrorsI’m investigating
Forum: Plugins
In reply to: [YouTube Playlists with Schema] Curious about a max display optionok, update to version 1.3 and add query_max=15 to the shortcode and you should have it. query_offset is also available.
Forum: Plugins
In reply to: [YouTube Playlists with Schema] Curious about a max display optionNot currently, but I see the value in this. I’ll try to work it in.
I can’t get any answer thru the ticketing system either
Forum: Plugins
In reply to: [YouTube Playlists with Schema] Plugin does not workSorry for the delay in getting to this. Did you use a valid youtube api value?
Forum: Plugins
In reply to: [Shatner - Name your Own Price Integration for WooCommerce] no payment boxfyi, go to setting > shatner settings:
and check enable over-rideplugin ver 1.9.2