gfsuarez
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Print code does not work since 2.0 updateIn the version 2.0 the images get printed without the full size.
} img { width: 95%; height: 95%; }
This code doesnt work in the 2.0 version, because the page is not printed in a blank page. The image is printed in a small size.
Forum: Plugins
In reply to: [Print-O-Matic] Print code does not work since 2.0 update.Two new pages being created on print, please check in the same link. You must click cancel 2 times, or print to time to the pages disappear.
Forum: Plugins
In reply to: [Print-O-Matic] 2 print popup windowsI have the same problem now. And as long I can not use the 2.0 version due the code problem in the CSS Child Theme. How can I fix it?
Forum: Plugins
In reply to: [Print-O-Matic] Print code does not work since 2.0 update.Thank you very much for your help @twinpictures
I’m going to use the other vertion for now, and check for new updates.
For the problem of openning 2 print pages at the same when clicking the print buttom. Do you know a solution?Forum: Plugins
In reply to: [Print-O-Matic] How do you revert to Version 1.7.14?I have the same problem.
You can instal the WP Rollback plugin.
With this plugin you can Rollback to 1.7.14Gabriel.
Forum: Plugins
In reply to: [Print-O-Matic] Print code does not work since 2.0 update.I tried both ways you said and still the same result. Is there any other way I can solve that @twinpictures ?
Forum: Plugins
In reply to: [Print-O-Matic] Print code does not work since 2.0 update.Now I did it, please kidly check @twinpictures
Forum: Plugins
In reply to: [Print-O-Matic] Print-Layout has no structure after Updating to 2.0Ok, but this only happens in 2.0. It started the minute I made the migration. In the previous version does not happen. It’s the same problem as the creator of the post @jpkarmatech.
Forum: Plugins
In reply to: [Print-O-Matic] Print-Layout has no structure after Updating to 2.0Basically, without this code, the plugin prints only a small image of about 100×200 px in the upper left corner of the page. With the code (and in the past version), it prints the entire page as I need.
Please help me @twinpicturesForum: Plugins
In reply to: [Print-O-Matic] Print-Layout has no structure after Updating to 2.0I have the same problem.
I made the rollback too.When I put the code, in the additional CSS of the Astra Child theme it doesn’t work… All my sites are made in Astra… Astra is a very common and simple theme.
In the previous version it works perfectly, but in 2.0 the print is wrongly positioned.
My code:
.printomatic { margin: 0 auto; } @media print { #Header, #Footer { display: none !important; } @page { margin-top: 1cm; margin-right: 0cm; margin-left: 0cm; } img { width: 95%; height: 95%; } }
- This reply was modified 3 years, 5 months ago by Steven Stern (sterndata).