Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 06/22/2016 in Posts

  1. Open /wp-content/themes/dooplay/inc/doo_links.php Find: $fico = DOO_GICO.$doma; Add After: $domn = ($type == __d('Torrent')) ? 'Torrent' : doo_compose_domainname($murl); Find: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$ltxt}</a></td>"; Replace with: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$domn}</a></td>"; Your post links will look like this:
    2 points
  2. Has someone already built filter into its theme? I tryed this one https://de.wordpress.org/plugins/beautiful-taxonomy-filters/ I put it into archive.php to filter for language/region Looks not perfect but it works do someone use another plugin?
    2 points
  3. For this: Paste this code in Dooplay options --> Customize ---> Custom CSS /* Quality */ span.quality { color: #fff; /* Text color */ background: rgba(43, 194, 160, 0.79); /* Background color */ } /* Style and size */ span.quality { position: absolute; top: 5px; left: 0; padding: 4px 16px; font-size: 12px; border-radius: 0px 50px 50px 0px; } /* Delete Button */ i.delete { background: rgb(43, 194, 160); /* Background Color */ } /* Style and size */ i.delete { position: absolute; top: 5px; right: 0; padding: 2px 16px; opacity: .4; z-index: 2; border-radius: 50px 0px 0px 50px; } and for episode: Paste this code in Dooplay options --> Customize ---> Custom CSS /* Episodes Title */ .module .content .items .episodes .poster span.serie { background: rgba(43, 194, 160, 0.79); /* Background color */ color: #fff; /* Text color */ } /* Style and size */ .module .content .items .episodes .poster span.serie { position: absolute; bottom: 0; left: 45px; right: 45px; text-align: center; padding: 5px 10px; font-size: 13px; border-radius: 15px 15px 0px 0px; }
    1 point
  4. 1 point
  5. good to know https://www.sistrix.com/blog/want-slowly-kill-content-google-simply-use-directory-structure-dates/
    1 point
×
×
  • Create New...