• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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?
 
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
 
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.
 
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
Wow, fantastic!
Thank you so much :)

One last question - if I may, I also have a video source - can I hide those as well?
 
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.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock