Teowin
Forum Replies Created
-
I have been struggling with the invoice and quote templates for a number of days with my logo missing from both quote and invoice. And with a screwed invoice template that did not work anymore after I moved the invoice details to below the header.
So I started saving the HTML that is generated to learn what is happening. Well.. the ###LOGOURL### placeholder is actually pointing to only a relative path (this is the path in the HTML that is generated by the placeholder) “/wp-content/uploads/2022/02/logo.png”
That is an issue with the PDF engine. After a few days I stripped it out and replaced it with another engine. I left the placeholder. Your engine may be fine but there is no documentation and it is known for being non-forgiving. After I changed it for MPDF all my issues are gone and I have changed the entire templates to my needs.
- This reply was modified 2 years, 9 months ago by Teowin.
The label could be added as a custom field.
But the CSS is covered in the style sheet in the plugin core. If you want to get rid of the styling, you have to define your stylesheet inside the template.
But be warned: I have tried to modify the invoice template without any succes. When saving the HTML all is good and fine but the PDF engine seems to mess it up. (That engine cannot even place 2 divs correctly).
Hi all,
Sorry for breaking in but I have the same issue. I have someone on a mailing list in MailPoet with a hotmail account who does not receive newsletters. Sending an email just works fine (same mailserver as the newsletter) but newsletters are not received.
Just to inform you that this is not a incident.
The MailPoet version is 3.74.2.
- This reply was modified 2 years, 11 months ago by Teowin.
Forum: Plugins
In reply to: [SlimStat Analytics] Doesn’t work anymore since updateIf that were so, I would say that installing another plugin would cause the same trouble. In my case, since the issues don’t re-appear, I would say it is some kind of caching conflict somewhere.
Best of luck, I leave the thread.
Forum: Plugins
In reply to: [SlimStat Analytics] Doesn’t work anymore since update@jason: I uploaded the previous version from backup so I had to re-install the update again for a test. I don’t know if you solved anything under the same version number but this time the site stays up and running. From the side effects like the time the site seems to have been offline, I would not say it is cache related.
Thanks anyway. But I would keep this thread open, I suppose there will be more complaints..
Forum: Plugins
In reply to: [SlimStat Analytics] Doesn’t work anymore since updateHi Jason,
I have the same issue: white screen, no more than that -> no errors are displayed. Memory limit can be an issue but that I can’t change: it comes with the hosting account. (at One.com).
I think closing the ticket is not solving the problems.. Switching to another plugin is not either because the stats are gone.
Can I test or do something to help?
Best regards,
TeoForum: Plugins
In reply to: [Mollie Payments for WooCommerce] WooCommerce only?Hi Ferdiax,
I read 2 questions from you where Formidable Pro and Mollie are part of the question.
Well.. I have developed a plugin for Formidable Pro which supports Mollie.
It is listed on the Formidable website under “3rd party plugins”.Hello Cais,
Thank you very much, that did the trick! The menu is visible again.
Best regards,
TeoForum: Plugins
In reply to: [ImageMapper] Circle ?Would creating small straight lines not do the same?
Forum: Plugins
In reply to: [WooCommerce] REST API Categories problemHello,
I’m not an expert on this. I suppose you use V2 of the API because you can add products.
I’m writing a management tool with Delphi on Windows which communicates with the WC-API.
After quite some trial and error, I learned that the API documentation is wrong about the categories: they are added with their ID’s, not their names. And ID offcourse takes out the doubt in which category the product is posted.
This is my JSON for adding the product, maybe it helps:
{
“product”: {
“regular_price”: 33.,
“categories”: [“27”],
“description”: “like so”,
“short_description”: “Korte omschrijving”,
“title”: “Product title”
“type”: “simple”,
“images”: [
{
“src”: “http:www.test.nl/457.png”,
“alt”: “deze tekst voor het geval er geen afbeelding beschikbaar is.”,
“position”: 0
}]
}
}Best Regards,
TeoSForum: Plugins
In reply to: [Jigoshop] Upgraded to 1.17.3 now users cant checkoutNo solution or maybe better to file a ticket?
Forum: Plugins
In reply to: [Jigoshop] Upgraded to 1.17.3 now users cant checkoutFrom the System info tab.
This is the live site. I have to keep it on 1.15 otherwise the shop does not work (have modified 1.15 too)
If it helps: I can setup a test environment.
### Begin System Info ###
Multi-site: No
SITE_URL: https://—customer info—
HOME_URL: https://—customer info—Jigoshop Version: 1.15.5
WordPress Version: 4.0.4Platform: Windows
Browser Name: Firefox
Browser Version: 37.0
User Agent String: Mozilla/5.0 (Windows NT 6.3; WOW
64; rv:37.0) Gecko/20100101 Fire
fox/37.0PHP Version: 5.6.8
MySQL Version: 5.5.42
Web Server Info: ApacheeAccelerator: Disabled
APC: Disabled
OpCache: DisabledPHP Memory Limit: 256M
PHP Post Max Size: 96MB
PHP Upload Max File Size: 96MB
PHP Max Input Time: 60
PHP Max Input Vars: 5000
WordPress Memory Limit: 64MBShort Open Tag: Enabled
Allow URL fopen: Enabled
cURL support: EnabledWP_DEBUG: Disabled
WP Table Prefix: Length: 3 Status: AcceptableShow On Front: page
Page On Front: 102
Page For Posts: 0Session: Enabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /customers/1/3/a/*CUSTOMERNAME***/tmp
Use Cookies: On
Use Only Cookies: OffDISPLAY ERRORS: N/A
FSOCKOPEN: SupportedACTIVE PLUGINS:
Advanced WP Columns: 2.0.6
BackWPup: 3.1.4
CMS Tree Page View: 1.2.32
Code Embed: 2.1
Duplicator: 0.5.16
Forget About Shortcode Buttons: 1.1.0
Google Analytics Dashboard for WP: 4.6
Gravity Forms: 1.8.18
Gravity Forms (nl): 2.9.1
Gravity Forms CSS Ready Class Selector: 1.1
Jigoshop: 1.15.5
Magic Liquidizer Responsive Table: 1.0.6
MailPoet Gravity Forms Add-on: 2.0.4
MailPoet Newsletters: 2.6.15
Pronamic iDEAL: 9.5.0
Really Simple CAPTCHA: 1.8.0.1
Site Offline or Coming Soon: 1.6.4
UberMenu 3 – The Ultimate WordPress Mega Menu: 3.1.1
User Role Editor: 4.18.2
Visual Columns for WordPress: 1.0.4.54706CURRENT THEME:
****CUSTOMER*** Februari 2015: 2.00 10-2-2015
### End System Info ###
Forum: Plugins
In reply to: [Jigoshop] Upgraded to 1.17.3 now users cant checkoutI have the same issue but with a theme I made myself: either the customer cannot check out because “invalid country” or the page reloads without any message but cannot check out.
Any clue?