Hello.
The target you are using:
div#id_of_element_to_print
that should be replaced with the actual target ID.
What exactly are you trying to print?
You can try something like this:
[print-me target="#wpgs-gallery" /]
-
This reply was modified 4 years, 6 months ago by
twinpictures.
I want to print all the product : title, price, image, description etc…
OK.
And what are the IDs or class names of the wrapping elements that contains these things?
The plugin allows you to target the things you want to print. You need to be able to identify these targets by ID or class. If you are not sure how to do that, you’ll need technical assistance beyond the scope of the support offered with this plugin.
Best we can do here is have you try targeting the #main-content:
[print-me target="#main-content" /]
If you need more personal technical assistance, Print-Pro-Matic comes with a very high level of personal support that might be useful for you.
Best of luck!
It’s work, thanks you !
There are some bugs, can you help me ?
https://www.wheelbecome.com/voiture/mini-cooper-s-cabriolet/
For example, the image is cut…
Also, Is-it possible to remove these class : “et_pb_button et_pb_button_0_tb_body et_pb_bg_layout_light” and this class “et_pb_button_module_wrapper et_pb_button_1_tb_body_wrapper et_pb_button_alignment_left et_pb_module”
Thanks you !
Step by step, glad you got things working.
For example, the image is cut…
Do you mean the image is sometime getting cut across two pages, or not all of the thumbnails are showing? What do you mean exactly by the image is cut?
Classes can be removed by adding them to the using the Do Not Print Elements setting as described in the documentation.
Regarding the class names, are you trying to remove any elements that have all the classes, for example:
et_pb_button et_pb_button_0_tb_body et_pb_bg_layout_light
If so, you would need to define it like so.
.et_pb_button.et_pb_button_0_tb_body.et_pb_bg_layout_light, .et_pb_button_module_wrapper.et_pb_button_1_tb_body_wrapper.et_pb_button_alignment_left et_pb_module
Read the documentation and if you get stuck, ping us back. In the meantime we’ll mark the issue as resolved.
hello,
yes the image is cut across two pages..
How i can use the do not print elements setting ? With the short code [print-me] ?
[print-me target=”#main-content”, do_not_print=”.et_pb_button.et_pb_button_0_tb_body.et_pb_bg_layout_light, .et_pb_button_module_wrapper.et_pb_button_1_tb_body_wrapper.et_pb_button_alignment_left et_pb_module”/]
Thanks for your help