wilburlikesmith
Forum Replies Created
-
Forum: Plugins
In reply to: [Map Multi Marker] CSV error: Please choose a valid file.Hey mibiki,
I’ve tried all the possible formats that csv could come in and from applications. Next I will do copy of the site for disabling all plugins, but I’ve wasted so much time already and notice a typo in your code, but you may have reason for it or it was a find and replace solution, examples below.
‘title’ in the model.php:
public $marker = [ 'marker_id' => '', 'title' => '', 'description' => '',
‘titre’ in map_multi_marker_csv_reader.php (where I noticed it might be possible to import normal Excel files?)
$table = $wpdb->prefix . 'mapmarker_marker'; $placeholder = "INSERT INTO $table(marker_id,titre,description,adresse,telephone,weblink,img_desc_marker,img_icon_marker,latitude,longitude) VALUE( %d, %s, %s, %s, %s, %s, %d, %d, %s, %s )"; $line = 1; $pathCsvFile = dirname(__FILE__) . '/' . $file['name'];
I found them when I went looking for where you save the files in case it’s a permission problem. Will also just double check the database.
Really wish found out earlier about import fail, I’m dead from the due line :/
Same here. Multisite of online store.
PHP Parse error: syntax error, unexpected ‘)’ in /var/www/html/wp-content/plugins/host-webfonts-local/includes/class-ajax.php on line 147
Forum: Plugins
In reply to: [WP Instagram Widget] Will this plugin be re-released?Found the bug, if this option is checked
“Hide ‘Company Name’ field, if optional, behind a link Why?”
Then First name is not selectable until you click company… Also, how to change the single form file to say full name instead of just First name??
Forum: Plugins
In reply to: [File Manager] Media folder setting not workingHi,
I don’t have cache enabled and did switch the setting on, saved and then off and saved again, but it still does this. Uploading a theme creates complete chaos in our media library.
Any other ideas?
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] èmail CustomisationFor one I know my other email templates are breaking down if I have them in this folder structure:
woocommerce/templates/emails/email-footer.php
templates must be removed.
woocommerce/emails/email-footer.php
But that doesn’t make the Ajax Popup modal use my header and footer ??
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] èmail CustomisationOk, I’ll test again, but maybe I need some spoon feeding. I’m just adding this in my child-theme functions file:
add_action("lrm/mail/before_sent", function() { add_filter("wp_mail", function($atts) { if ( !function_exists("wc_locate_template") ) { return $atts; } ob_start(); wc_locate_template( "woocommerce/templates/emails/email-header.php" ); echo $atts['message']; wc_locate_template( "woocommerce/templates/emails/email-footer.php" ); $atts['message'] = ob_get_clean(); return $atts; }); });
EDIT: Checking now, could be because my location is:
Didn’t work… wc_locate_template( “woocommerce/emails/email-footer.php” );
Tryin… wc_locate_template( “child-theme/woocommerce/emails/email-footer.php” );- This reply was modified 6 years, 2 months ago by wilburlikesmith.
- This reply was modified 6 years, 2 months ago by wilburlikesmith.
- This reply was modified 6 years, 2 months ago by wilburlikesmith.
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] èmail CustomisationHey Thanks for the update. I am however still a little unclear whether this is now possible or not yet.
And if so, do i just plunk the following into my child-theme fucntions file? My WooCommerce headers and footers are already in my child-theme.
add_action("lrm/mail/before_sent", function() { add_filter("wp_mail", function($atts) { if ( !function_exists("wc_locate_template") ) { return $atts; } ob_start(); wc_locate_template( "woocommerce/templates/emails/email-header.php" ); echo $atts['message']; wc_locate_template( "woocommerce/templates/emails/email-footer.php" ); $atts['message'] = ob_get_clean(); return $atts; }); });
I had to roll back to Version 2.3.1
Running json does / did return results.
- This reply was modified 6 years, 7 months ago by wilburlikesmith.
Forum: Plugins
In reply to: [Custom Searchable Data Entry System] CSV still not working properlyWhen I upload CSV in the backend, it creates a new table each time with no entries.
I’ve manually created enteries via the form and downloaded that CSV to see the difference and I’m at a complete loss :/
I haven’t explored it enough, like really checkout the compression ratio and quality. Also haven’t used the pro version, so there’s that…
I kinda have the same problem with different shipping plugin. I’m only mentioning the shipping plugin, because it doesn’t matter which payment system I use, it still happens…
So do I…
Forum: Themes and Templates
In reply to: [Moesia] Visual editor looks different after Moesia Theme updateHey Guys, can I update both (theme and plugin) to the latest now?
Forum: Themes and Templates
In reply to: [Moesia] Visual editor looks different after Moesia Theme updateThanks guys! (will wait for the update)
Another thing I’ve found strange (from before) is that when you put a Page Builder Row with two columns on a Moesia “Front Page” the whole thing goes full width as well.