- This topic has 11 replies, 3 voices, and was last updated 3 years, 3 months ago by
Leo.
-
AuthorPosts
-
December 30, 2022 at 2:37 pm #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)
December 30, 2022 at 4:56 pm #2478455Leo
StaffCustomer SupportHi 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-informationAnd how is the Download button added?
Let me know 🙂
December 31, 2022 at 2:02 am #2478646Oppo 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)
December 31, 2022 at 5:47 am #2478776David
StaffCustomer SupportHi there,
the Theme cannot place them there.
You would need to ask the Download Manager Plugin author if there is ahookavailable after that button. And then we could look at some PHP to hook them in.December 31, 2022 at 9:58 am #2479047Oppo 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)
December 31, 2022 at 10:01 am #2479049David
StaffCustomer SupportThis is related to your other topic. We will respond there.
December 31, 2022 at 10:48 am #2479076Oppo 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?
January 1, 2023 at 5:40 am #2479506David
StaffCustomer SupportNo, 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 anaction hookin their code in that place.January 1, 2023 at 9:13 am #2479812Oppo Gene
ok, is it possible to change the theme icon tag, if so, tag icon like shared in image?,
January 1, 2023 at 9:21 am #2479823David
StaffCustomer SupportYou 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 yoursJanuary 4, 2023 at 1:43 pm #2483945Oppo 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
January 4, 2023 at 2:16 pm #2483963Leo
StaffCustomer SupportPlease open a new topic and link us to the specific page in question.
I’ll mark this one resolved.
Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.