nonchiedercilaparola
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Multiple images for a single testimonyMy plan is what you write, add more images to single testimonial. So we need to build this feature. thanks for reply and for your tool:)
Forum: Plugins
In reply to: [Simple Featured Video] Youtube-Vimeo Supportgreat news! i’m stay tunned:)
i find the solution…i disabled all wpmudev pluging used (defender hummingbird) and all seems to works:)
- This reply was modified 4 years, 3 months ago by nonchiedercilaparola.
I use Gravity Name&Surname Field that is a chained field (suffix field, name field, surname field and prefix faild)
Forum: Plugins
In reply to: [WP Templata - WordPress Template Library for Elementor] templates dont loadhi, if i active wp templa my site crush with this error:
(32)Broken pipe: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://xxx/wp-content/plugins/wptemplata/admin/json/layoutinfo.json
is there a minimal timeout requirement for this tool?
Do you think that what i ask is an expensive customization?
Forum: Reviews
In reply to: [Better Search Replace] Not working anymore even decreasing the max page sizei have same problem.
Forum: Plugins
In reply to: [MaxiCharts] Change date_created formatok. i would like to change only this field and not the format on all wordpress. so your date_created use a wp filter? can you tell me which filter it use?
Forum: Plugins
In reply to: [MaxiCharts] Change date_created formatthis is the shortcode i used:
[gfchartsreports gf_form_id=”2″ datasets_field=”date_created” include=”23,30,31,44,49,68,75″ gf_entry_id=”” type=”radar” width=”400px” height=”300px” data_conversion=”%”? group_fields=”1″ custom_search_criteria='{“status”:”active”,”field_filters”:{“0”:{“key”:”created_by”,”value”:”user:ID”}}}’ chart_js_options=’ title: {display: true, text: “Grafico dei risultati per il Questionario Autovalutativo”}’ /]
I tried to add the format after “date_created:xxxxx” but it doesn’t work
- This reply was modified 4 years, 9 months ago by nonchiedercilaparola.
i find this solution:
– i created a cf7 email field (required, only read and with default value) and i used it into FORM field of cf7 Mail tab
– then i have add this code into popup maker custom field.<script text="text/javascript"> jQuery(document).ready(function($){ console.log( 'test test'); $('#pum-35512').on( 'pumBeforeOpen', function() { console.log( 'click su link contact-link'); console.log($.fn.popmake.last_open_trigger.context.pathname); var VARIABLE = $.fn.popmake.last_open_trigger.context.pathname; document.getElementById('email-receiver').value = VARIABLE; }); }); </script>
Forum: Plugins
In reply to: [Code Snippets] Codes work in functions.php but not in plugini have the same problem, custom code works on child functions.php and not in code snippet:
This is the code (i need to filter get_the_data from layouts’ parant theme)
function xyz_filter_publish_dates( $the_date, $d, $post ) { if ( class_exists('SitePress') && ICL_LANGUAGE_CODE == 'en') { return date( 'd/m/Y', strtotime( $the_date ) ); } else { return $the_date; } } add_action( 'get_the_date', 'xyz_filter_publish_dates', 10, 3 );
i try to change priority both code and code snippet (from backend wp) but nothing.
- This reply was modified 4 years, 9 months ago by nonchiedercilaparola.
For me the problem isn’t resolved. I tried to do jauko’s trick but i have the same problem: after paypal payment status order doesn’t change.
wc version 3.8.1 with disabled shipping and shipping calculation.
—
sorry i writed on wrong post. Please not consider my post (i can’t see a way to delete it)
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Insert Chart into Dashboard Widgetokkappa, can you post maxichart shortcode?
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Insert Chart into Dashboard Widgetdo you try to use another shorcode to see if it works? if not, the problem is your plugins that create new sidebar.
thank for reply. I was too short in the question. I wanted to ask the reason for this block of commented code: is it an abandoned code block or is it under development?