bipolab
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Error after todays updateHello, I’ve tried all PHP versions from 5.5 to 7.2.14 without success. Booster won’t be activated. ??
WP version is 4.9.5
WC version is 3.3.5EDIT:
FIXED. the issue disappeared without trying any other change. Maybe it was a matter of time for the server to take php version changesI guess the issue is due to another plugin installed “WooCommerce PDF Invoices Italian Add-on” which seems to mess up things. The readed template is the one that it install (in /wp-content/plugins/woocommerce-pdf-invoices-italian-add-on/templates/pdf/Simple/receipt.php). If I try to disable this plugin, I cannot generate any invoice since your plugin search for “receipt.php” but in /httpdocs/wp-content/themes/MyTheme/woocommerce/pdf/MyInvoice/). I’ve also tried to copy this file in the requested path but it didn’t work at all.
I need to add custom fields in my template but if I try to add a line like <?php $this->custom_field(‘custom_fieldname’); ?> in receipt.php it cant’ find the right function. So I’m stuck in this situation.
Forum: Plugins
In reply to: [Contact Form 7] Featured Image UrlOk. Got it…
I write what I’ve done in case it could be useful for someone.1) as first thing I’ve installed the plugin “Contact Form 7 – Dynamic Text Extension” which allows to send dynamic content trought CF7.
2) Then I’ve added the following code into “functions.php” which creates a Shortcut that I’ll put into the module itself:
function cf7_add_image_url(){ $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); return $feat_image; } add_shortcode('CF7_ADD_IMAGE_URL', 'cf7_add_image_url');
3) Finally, to get the url I’ve added this in my CF7.
This part in MODULE tab:
[dynamichidden featured-img “CF7_ADD_IMAGE_URL”]and this field into MAIL tab
[featured-img]NOTE. All the products’ pages have the same module.
To do this I’ve added this code into a part of Woo Commerce’s Single Product template (in this case it was here: /wp-content/plugins/woocommerce/templates/single-product/short-description.php):<?php echo do_shortcode("[contact-form-7 id='8' title='Contact form 1']"); ?>
To get the title of Product’s Page I’ve added these fields to CF7:
MODULE tab:
[dynamichidden prod “CF7_get_post_var key=’title'”]MAIL tab:
[prod]ref: https://wptips.me/how-to-add-dynamic-values-into-contact-form-7-inputs/
- This reply was modified 6 years, 9 months ago by bipolab.
Glad to have been of some help!
(please note that if this issue can be easly fixed we could buy the pro version)
Hello, thanks for prompt answer. I think is a theme (divi) issue.
with other theme it works without any problem…Same problem here…
[RM_Login] doesn’t show the form
PLugin version: 3.7.9.5 StandardForum: Plugins
In reply to: [The Events Calendar] Some events are not shownHello Caroline
thanks for answering.I’ve tried all the things you have suggested and I’m pretty sure that there are no conflicts.
Actually I had to activate event aggregator instead of Facebook plugin.
But now I’m stuck since Aggregator is asking me to access my facebook page.
I AM NOT the owner of the site so it is useless to access my own PRIVATE page.Site owner does not follow all the venues that have events planned. And he would prefer not to link his account to the site.
Moreover he is not able to manage wp backed so I should ask him his facebook account details and it is not a good idea.
Any suggestion?
Forum: Plugins
In reply to: [WP Store Locator] Pinch to zoom on mobileThe site is actually in maintenance mode. I’ve (re)sent you a mail with the details to do everything ??
I’ve tested the pinch stuff on Samsung s/, HTC one m9, Nexus 7 with same results.
THANK YOU ??
Forum: Plugins
In reply to: [WP Store Locator] Map Zoom in Store PageThank you!
??Forum: Plugins
In reply to: [WP Store Locator] mobile template?Thank you very much, Tijmen. I’ll dig it.
up…
BTW is it possible to load all and only the markers when the page loads but not the list itself?
I would love to have the list only after performing a search…Hello,
I’ve noticed that the plugin has been updated automatically!
(This resulted in the loss of some changes that I had done and I’m restoring old files, but it is not the point… for now it’s ok, I’ll try to restore the new ones and change them again later)The problem remains: even if I have disabled this option, five stores are loaded as well when the page loads!
I’ve sent you an email with a login info (and I also rewrote you today, if it can help you in finding my mail!).
If you have time to take a look I’d be happy.
Please note that Plugin’s menus has been translated to help my coadmin.
And I did some customization related to the authors / admin
I take this opportunity to wish you Happy New Year!Forum: Plugins
In reply to: [WP Store Locator] Some requests….point 5)
Ok, I can have the additional infos in info window and/or store listing.
But how I have to do to get them in store page too? (I see that “class-frontend.php” manages this part but I don’t know how to get and print them)point 6)
I’m stuck here. I don’t know how to use opening hours shortcode to get the needed info.
I don’t even know if it’s possible to echo the opening hours only for the current day (I mean: if it’s not possible to show the status of the store -open / closed- maybe it could be nice to have at least the hours of the current day in the info window and in the stores’ listing instead of the entire timetable which can be seen in store’s details page)Btw, I’m pretty sure that this open/closed thing would be a sensational feature for the plugin itself!
Thank a lot for all your help.