How to remove torrent link - dooplay theme

Kuba93

New member
Nov 15, 2022
5
0
1
Good morning,
I have a wordpress based site with dooplay theme. However, I need help - I would like to remove the torrent links that display next to each video. Adding a series I have no such problem.

Could someone please suggest to make them non-existent?
 

Livefaq

New member
May 5, 2022
8
2
3
Good morning,
I have a wordpress based site with dooplay theme. However, I need help - I would like to remove the torrent links that display next to each video. Adding a series I have no such problem.

Could someone please suggest to make them non-existent?
share link so we can look into
 

Kuba93

New member
Nov 15, 2022
5
0
1
Thank you for your reply.
I am sending the link - https://lookaj.com.pl/filmy/babilon/

In the settings regarding links I have everything unchecked and when adding new videos - torrent links are added automatically.

I hope there is a way to hide them. Regarding the theme - I downloaded the version here on the site.
 

Livefaq

New member
May 5, 2022
8
2
3
Thank you for your reply.
I am sending the link - https://lookaj.com.pl/filmy/babilon/

In the settings regarding links I have everything unchecked and when adding new videos - torrent links are added automatically.

I hope there is a way to hide them. Regarding the theme - I downloaded the version here on the site.

add this css in custom



.box_links { display: none !important; }
 
  • Like
Reactions: Kuba93

Kuba93

New member
Nov 15, 2022
5
0
1
Wow, fantastic!
Thank you so much :)

One last question - if I may, I also have a video source - can I hide those as well?
 

jar

New member
Apr 28, 2020
12
2
3
If you just want to hide something on the page you can use CSS as noted in the answer above -- find the div or element you want to hide and in CSS use

.whatever {display: none !important;} (!important may not be necessary)

However, if you want to hide it in the source you will need to edit the PHP or HTML that is generating the link so it can't be found when viewing the page source.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu