Site logo

[Resolved] Changing Tags Placement

Home Forums Support [Resolved] Changing Tags Placement

Home Forums Support Changing Tags Placement

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2478392
    Oppo Gene

    Hi there, as area highlighted in screenshot, I want to place tags under the download button, and before the info template of the file. Please share css or script, so I can resolve this issue. Also please guide, through which typography option we can edit tag font size and its colour

    Screenshot (https://postimg.cc/9DqvN9jV)

    #2478455
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    And how is the Download button added?

    Let me know 🙂

    #2478646
    Oppo Gene

    The download button is added through the plugin Download Manager, the private information is shared, as in this page you can see the tag that is above the player, I want to show them after the Download Button, (Red)

    #2478776
    David
    Staff
    Customer Support

    Hi there,

    the Theme cannot place them there.
    You would need to ask the Download Manager Plugin author if there is a hook available after that button. And then we could look at some PHP to hook them in.

    #2479047
    Oppo Gene

    and If we want to place it under the given player of the download page, is it possible?

    Screenshot (Under the player: https://postimg.cc/FYLN86KQ)

    #2479049
    David
    Staff
    Customer Support

    This is related to your other topic. We will respond there.

    #2479076
    Oppo Gene

    I have replied on tags topic, If we place the tags, under the player and before the “download button”, can we do it through theme, or WPDM support is still needed?

    #2479506
    David
    Staff
    Customer Support

    No, the Theme can’t add the tags there.
    That content is output by the plugin, you would need to ask their support if there is an action hook in their code in that place.

    #2479812
    Oppo Gene

    ok, is it possible to change the theme icon tag, if so, tag icon like shared in image?,

    #2479823
    David
    Staff
    Customer Support

    You can use the PHP Snippet provided here:

    https://docs.generatepress.com/article/generate_svg_icon/

    On this line:

    if ( 'shopping-cart' === $icon ) {

    Change it toL

    if ( 'tags' === $icon ) {

    And then replace the <svg> with yours

    #2483945
    Oppo Gene

    Hi there, I want to increase the tag font size, and make it link and hover colour to blue, please guide, how it should be done

    #2483963
    Leo
    Staff
    Customer Support

    Please open a new topic and link us to the specific page in question.

    I’ll mark this one resolved.

    Thanks.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.