stunomatic
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] Multiple at same time on same date.HI Abhishek, thanks for your response.
Abhishek is it not possible to bypass this limitation because we already did some frontend customization’s in it and we really like the how the plugin works.
Now just because of this limitation we need to start over.
Please advise.
Thanks
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ checkout both Quote and NormalQ. Is is possible to restrict quantity ? Like if someone wants to purchase product quantity more than 1 or 2 system ask them to send quote or else let me checkout.
Is it possible with your plugin ?
Thanks
- This reply was modified 7 years, 4 months ago by stunomatic.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ checkout both Quote and NormalThat’s sound great. Please advice how soon we can purchase premium version ?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ checkout both Quote and NormalWhy not in normal mode quote also integrated with woocommerce cart.
WooCommerce cart include all custom fields but this quote list cart not including.
Forum: Plugins
In reply to: [Appointment Calendar] frontend appointments not saving.While importing database to Mysql 5.5 I also get
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
Forum: Plugins
In reply to: [Appointment Calendar] frontend appointments not saving.@abhishek Can you please check this log ? I upgraded the php version 5.6.30 mysql server 5.5. It this happening because of mysql ? its working fine in backend but not in frontend.
The following information was included with the event:
php[1444] WordPress database error Duplicate entry '0' for key 'PRIMARY' for query INSERT INTO wp_ap_appointments ( id , name , email , service_id , phone , start_time , end_time , date , note , appointment_key , status , appointment_by ) VALUES ( 0 , 'OKOKOKOK', '[email protected]', '1', '999', '10:30 AM', '11:00 AM', '2017-06-29', 'ok', '6362ec6cb05420a202591bb08329df31', 'pending', 'user') made by require('L:\wordpresst\test_site\wp-blog-header.php'), require_once('L:\wordpresst\test_site\wp-includes\template-loader.php'), include('L:\wordpresst\test_site\wp-content\themes\twentyseventeen\page.php'), get_template_part, locate_template, load_template, require('L:\wordpresst\test_site\wp-content\themes\twentyseventeen\template-parts\page\content-page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, appointzilla_appointment_calendar_shortcode
- This reply was modified 7 years, 5 months ago by stunomatic.
Forum: Plugins
In reply to: [Appointment Calendar] frontend appointments not saving.Abhishek please check this image. https://imgur.com/a/WahP5
Why I am getting these error on firefox console.
Forum: Plugins
In reply to: [Appointment Calendar] frontend appointments not saving.Anything ?
Forum: Plugins
In reply to: [Appointment Calendar] frontend appointments not saving.Hi,
I tried what you instructed but still fail to do so. Its working fine on my linux hosting but not working on windows hosting with same settings.
These are the php settings: https://goo.gl/829DZr of windows server can you please have a look and tell me if something is missing or disabled in it.
Thanks
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Link Map AreasIts Working Now.
Thank You so much for quick support.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Link Map Areasafter using above code
“Uncaught SyntaxError: Invalid or unexpected token”
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Link Map AreasThanks for your response code. `I extend code by adding label function by on log I am getting. “Uncaught SyntaxError: Missing catch or finally after try” Am I missing any variable over here ?
var $CHART$ = AmCharts.makeChart(“$CHART$”, {
type: “map”,
dataProvider: {
map: “usaLow”,
getAreasFromMap: true,
areas: [{
id: “US-AK”,
showAsSelected: false,
url: “https://google.com”,
urlTarget: “_blank”
}]
},
areasSettings: {
autoZoom: false
},
zoomControl: {
zoomControlEnabled: false
},
imagesSettings: {
labelPosition: “middle”,
labelFontSize: 8
},smallMap: {}
});setTimeout(function () {
// iterate through areas and put a label over center of each
map.dataProvider.images = [];
for( x in map.dataProvider.areas ) {
var area = map.dataProvider.areas[ x ];
area.groupId = area.id;
var image = new AmCharts.MapImage();
image.latitude = latitude[ area.id ] || map.getAreaCenterLatitude( area );
image.longitude = longitude[ area.id ] || map.getAreaCenterLongitude( area );
image.label = area.id.split(‘-‘).pop();
image.title = area.title;
image.linkToObject = area;
image.groupId = area.id;
map.dataProvider.images.push( image );
}
map.validateData();
console.log(map.dataProvider);
}, 100)
});`Forum: Plugins
In reply to: [Custom Post Type Permalinks] Remove CPT SlugI am also trying to do same. I tried 1000 times but always getting 404.
“hierarchical” => false,
“rewrite” => array( “slug” => “country”, “with_front” => true ),
“query_var” => true,I convert into:
“hierarchical” => false,
“rewrite” => array( “slug” => “%category%”, “with_front” => true ),
“query_var” => true,and I get 404.
I want to remove post_type and also echo category name.
Same here I want this plugin to work. Its not showing anything “blank” I am sure that I am getting traffic from adwords.
Forum: Plugins
In reply to: [Posts 2 Posts] Limit number of connections displayedworked for me 2 – Thanks