Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hjalte1983 Friend
    #188955

    Is it possible to just have an email icon in the articles?

    I dont want the dropdown option with Print / Email / (edit)

    if i remove print and edit, there is still a dropdown with the Email..

    Ninja Lead Moderator
    #499161

    This way will help you to remove print and edit front-end site

    + Remove Print Icon

    Go to Admin site -> check Menu appears with article -> Advanced Options -> Show Print Icon: Hide

    and Article Manager -> Article Manager Options button -> Show Email Icon: Hide

    + Remove Edit Icon

    Open templates/ja_brisk/css/custom.css file

    Add new script


    li.edit-icon {
    display: none;
    }

    hjalte1983 Friend
    #499258

    ok so i added the script and removed email from article manager

    what i meant before was that i wanted just the print button.

    So right now i only have the Print botton.

    but can i somehow make it appears as a print botton and not the drop drown menu ? so people will notice there is a print botton .

    regards.

    Ninja Lead Moderator
    #499411

    Maybe you need to override com_content on your site. This below solution will help you to do that.

    + Download and unzip my attachment file

    + Copy com_content folder to this path: templates/ja_brisk/html

    + Open templates/ja_brisk/css/custom.css file

    Add new script


    ul.actions {
    float: right;
    margin: 0;
    padding: 0;
    }

    ul.actions li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    }


    1. com_content.zip
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum