• Hi,
    when I print my articles, appear the links near to the tags, the category, the title, and so on. With Print-O-Matic, can I hide this elements from the print. How can I do?
    I downloaded the plugin and activated it, but the icone of the print doesn’t appear on my posts.
    Can you help me, please?
    Thanks in advance
    PS
    If you need, I can attach some screenshots to make clear what I want to hide from the print.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    If you need, I can attach some screenshots to make clear what I want to hide from the print.

    best would be to share a link to the site that has the issue.

    when I print my articles, appear the links near to the tags, the category, the title, and so on.

    It sounds like your theme has included a

    @media print {
       …
    }

    that is defining a print-only style.

    With Print-O-Matic, can I hide this elements from the print.

    Yes.

    I downloaded the plugin and activated it, but the icon of the print doesn’t appear on my posts.

    Did you place the shortcode on a page? What element are you targeting?

    Can you help me, please?

    We did provide documentation.

    Thread Starter thebigbang

    (@thebigbang)

    Hi,
    thanks for the answer and sorry for my delay.
    I read the documentation, I added the short code in each article and now the icon appears. I put the code at the end of my articles. The problems are:
    1) I would that the icon of the print appears near the social icons (I use Sassy Social Share) immediately after the last icon of Sassy plugin.
    2) When I try to print the articles, at the top appear the title and the subtitle two time. I don’t want this.
    3) When I print the articles, display only the social icons Share and Like of Facebook, but not the others and there are a big space between these and the image. How can I solve this.
    You can find my site at https://www.homosum.it. It’s better you look personally.
    Thanks in advance for your help.
    Best regards

    Thread Starter thebigbang

    (@thebigbang)

    I forgot to say you that an other problem is that, after the image, display the name of the site and the date in which the article has been load on the site.
    At the moment, I would that this date don’t display. Is it possible?

    Moreover, why doesn’t display the url of my site? For example on the top of the page, in the centre where displays the title of the article and the name of my site.

    Thanks again.

    Plugin Contributor twinpictures

    (@twinpictures)

    OK; you ask a lot of questions here. Let’s take them one by one.

    1) I would that the icon of the print appears near the social icons (I use Sassy Social Share) immediately after the last icon of Sassy plugin.

    You are going to have to reach out to Sassy Social Share and see if they provide a filter or hook that allows you to add the shortcode to their social share element.

    2) When I try to print the articles, at the top appear the title and the subtitle two time. I don’t want this.

    The duplicate information is for screen-readers. You should either set the .screen-reader-text class as a do-not-print element, or simply add the following CSS to the print-only page:

    .screen-reader-text {
       display: none;
    }

    This is basic CSS and is not related to our plugin. If you need further help with your theme or CSS please reach out to your theme developer.

    3) When I print the articles, display only the social icons Share and Like of Facebook, but not the others and there are a big space between these and the image. How can I solve this.

    The social share icons are being generated using CSS. For example the Twitter Icon is defined using the classes:
    heateorSssSharingSvg heateorSssTwitterSvg
    and these classes are defined at:
    https://www.homosum.it/wp-content/plugins/sassy-social-share/admin/css/sassy-social-share-svg.css?ver=3.2.18
    Therefore this CSS file needs to be included on the print-page.

    after the image, display the name of the site and the date in which the article has been load on the site.
    At the moment, I would that this date don’t display. Is it possible?

    Yes. But the element that holds the date needs to have a unique class or id assigned.

    The things you requested require a bit of CSS and maybe some modifications to your child theme. While this is beyond the scope of supporting our free plugin, we do offer a very high level of personal support with Print-Pro-Matic that would cover such technical assistance.

    Thread Starter thebigbang

    (@thebigbang)

    Hi,
    thank you for the answer.
    1) Ok. I will contact the support of Sassy Social Share.
    2) The code works. Thanks.
    3) I didn’t understand. Where do I have to put this following code?
    https://www.homosum.it/wp-content/plugins/sassy-social-share/admin/css/sassy-social-share-svg.css?ver=3.2.18
    4) Could the url of my site be displayed?
    Thanks again in advance.
    Best regards

    Plugin Contributor twinpictures

    (@twinpictures)

    Where do I have to put this following code?

    Add the following to the plugin settings under Print Page Top HTML:
    <link rel='stylesheet' id='heateor_sss_sharing_default_svg-css' href='https://www.homosum.it/wp-content/plugins/sassy-social-share/admin/css/sassy-social-share-svg.css?ver=3.2.18' type='text/css' media='all' />

    Could the url of my site be displayed?

    this would normally be under the print dialogue options of the browser:
    Print Headers and Footers or something like that.

    Thread Starter thebigbang

    (@thebigbang)

    Hi,
    thanks again for your answer.
    I put the code you gave me in Print Page Top HTML but when I print the articles, display always only the social icons Share and Like of Facebook, but not the others and there are a big space between these and the image.

    “Could the url of my site be displayed?” > “this would normally be under the print dialogue options of the browser: Print Headers and Footers or something like that.” >>> I didn’t understand. Do I have to do something with in my browser?

    Then, the support of Sassy Social Share plugin said to use the following filter:

    apply_filters( ‘heateor_sss_sharing_interface_filter’, ”, $this, $post_title, $original_post_title, $post_url, $sharing_type, $this->options, $post, $display_count, $total_shares );

    which is defined at line number 983 in the file “wp-content/plugins/sassy-social-share/public/class-sassy-social-share-public.php”

    Thanks again in advance.
    Best regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘hide link from the print/Icon doesn’t display’ is closed to new replies.