orahdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Travelers' Map] Button on information bubble/tooltipHello @socrapop ,
It seems that I can’t use the post excerpt instead but it’s okay I will wait for an update don’t worry !
Thank you for your responses !Best Regards,
Forum: Plugins
In reply to: [Travelers' Map] Button on information bubble/tooltipHello @socrapop ,
Thank you for your response !
You undrestood well !
1/ I am familiar with HTML, I tried the code you sent to me. But after, my map doest show anything as you can see in the link
https://snipboard.io/nuaiz2.jpg
And when I erase it, it works well again.
I put the code like this : https://snipboard.io/c3q7TM.jpgBest Regards,
Forum: Plugins
In reply to: [Travelers' Map] Button on information bubble/tooltipHello,
I was wondering if it would be possible to make the div “excerpt” in the popups clickable. Because for the moment the a tag behind the excerpt div the link only works on the top of the popup and not where the excerpt div is. I would like the whole popup to be clickable.
Is it possible ?
I also still need to know if it is possible to add button on the excerpt of the popup.
Have a nice day !
Best Regards,- This reply was modified 1 year, 9 months ago by orahdev.
Forum: Plugins
In reply to: [WP PDF Generator] Convert html to pdf in functionOkay I’m not sure if I did it right but I send a “Pre sale question”.
Forum: Plugins
In reply to: [WP PDF Generator] Convert html to pdf in functionHello @hamza1010 ,
I went to your official website : https://wpexperts.io/support/
But when I click on “Open a ticket” there is a list of plugin but “WP PDF Generator?” isn’t in it.
Am I on the wrong website ?
Best Regards,Forum: Plugins
In reply to: [WP PDF Generator] Convert html to pdf in functionHello,
Thank you for your response !
I tried your code and I still have an empty pdf attached to my mail.
However if I leave it in html I have content but I need it in pdf.
Do you have any solution ?
Best Regards,Forum: Plugins
In reply to: [WP PDF Generator] Convert html to pdf in functionHello @hamza1010 ,
Thank you for your response !
In function.php I’m trying to convert the content of my email into pdf.
I made a function that allows to retrieve the content of the email and put it as an attachment.
It works correctly however the attachment is therefore in html format.
When I try to convert it to pdf using your plugin I have an empty pdf.Here is my function:
function add_attachment( $phpmailer ) if (strpos($phpmailer->Subject, 'New order') !== false) { $body = $phpmailer->Body; $filename = 'email_content_' . time() . '.pdf'; $test=wp_objects_pdf($body); $phpmailer->AddStringAttachment( $test, $filename, 'base64', 'pdf' ); } } add_action( 'phpmailer_init', 'add_attachment' );
Best regards,
- This reply was modified 1 year, 9 months ago by orahdev.
Forum: Plugins
In reply to: [WP PDF Generator] Convert html to pdf in functionHello @hamza1010 ,
Thank you for your response,
I’m using php version 7.4Best regards,
Hello @webtoffeesupport,
Thank you for your response !
Will it be possible in a next update ? I really need it, it’s very important.
Or do you have any idea of how I could do it ?Best Regards,
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Order Date FormatHello @oluisrael,
Thank you for your response !
Do you know in approximately how long it will be added?Best Regards,
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax conflict with Product image sliderHello !
I tried doing this in Css :
.slick-list{
height:auto!important;
}It kinda worked but now I have an other display error https://snipboard.io/KYAMny.jpg
Do you still can’t see the error ?
Best Regards.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax conflict with Product image sliderHello @juaancmendez !
Ajax loading is activated thought. Is it this : https://snipboard.io/LNs3zg.jpg
If yes, I didn’t disabled it.
Thanks for your response,
Best regards.
- This reply was modified 2 years ago by orahdev.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax conflict with Product image sliderAfter some research I found that the height of the image is set to 1px in css, only after loading the wishlist elements.
I checked that this was not an error in my custom css. But even after deleting all the css that I had added the error is stille the same.
What I don’t understand is that when I disable the ajax loading in YITH wishlist the problem is no longer there.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax conflict with Product image sliderHello @hectorgc,
I tried it on another computer and it works fine on Firefox but I still have an error on Chrome and Edge.
https://snipboard.io/pQxZ7s.jpg
As you can see after some loading the image does this.
Best Regards
- This reply was modified 2 years ago by orahdev.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Ajax conflict with Product image sliderHello @juaancmendez !
Thanks for your response !
Here is a link to a page with my problem : https://touchardfleurs.approchezvous.fr/product/amour-passion/
Best regards
- This reply was modified 2 years ago by orahdev.