Jump to content

Akai

+ Customer verified
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Akai

  1. so any solution ? i try wp-cli but got some error. i can't ask yoast support due using nulled
  2. hai, i have problem with yoast seo Optimize SEO Data i will get this error every time i optimize seo data Oops, something has gone wrong and we couldn't complete the optimization of your SEO data. Please click the button again to re-start the process. anyone has same issue ?
  3. the only reason this mod can't use on dooplay 2.3.1 is poster function on episode editor already remove by @emeza so i can't get the poster on episode home module. thanks
  4. be advice.. this modification don't work with latest dooplay version
  5. not working on dooplay 2.3 because @emeza remove poster on episode editor.
  6. work like carm can we change text tab download torrent watch online ? i like to change High quality, medium quality, low quality
  7. i dont think you can do that.. because it imposible
  8. skype me i will help you AkaiTSB
  9. you need this.. search this css
  10. Akai

    video sitemap

    did you use video seo ? i try but fail....
  11. i am sorry.. i am asking if this code work with latest dooplay
  12. usually if image to big you need to this css .module .content .items .episodes { width: 33.33%; } 33.33% -- > to ---> "calc(100%/5)"
  13. can you share your website.. let see what the problem...
  14. .episodev2 i { display: block; font-weight: 700; font-size: 16px; font-style: normal; margin-top: 3px; } you missing the css
  15. Skype ME : AkaiTSB have you using the latest version dooplay ? Search in : dooplay/assets/css/front.style.css ** NOT RECOMMENDED USING CUSTOM CSS , its will damage on mobile view .module .content.full_width_layout article.episodes { width: calc(100%/4); } and change to .module .content.full_width_layout article.episodes { width: calc(100%/6); }
  16. hi there. as promise i show how to do homepages episode like movie design. something like this Before Your Start PLEASE MAKE YOUR Dooplay Folder BACKUP Working Fine With Dooplay 2.2.3 1. search this php file \dooplay\inc\parts\item_ep.php REPLACE all code with this <?php /* * ------------------------------------------------------------------------------------- * @author: Doothemes * @author URI: https://doothemes.com/ * @aopyright: (c) 2018 Doothemes. All rights reserved * ------------------------------------------------------------------------------------- * * @since 2.1.3 * */ $postmeta = doo_postmeta_episodes($post->ID); $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'dt_poster_a', true); // End PHP ?> <article class="item se <?php echo get_post_type(); ?>" id="post-<?php the_id(); ?>"> <div class="poster"> <a href="<?php the_permalink() ?>"> <img src="<?php doo_compose_image('dt_poster', $post->ID, 'w185'); ?>" alt="<?php the_title(); ?>"> <span class="episodev2">EPS<i><?php echo doo_isset($postmeta,'episodio'); ?></i></span> <div class="mepo"><?php if($mostrar = get_the_term_list( $post->ID, 'dtquality')) { ?><span class="quality"><?php echo strip_tags($mostrar); ?></span><?php } ?></div> <span class="serie"><?php echo doo_isset($postmeta,'serie'); ?></span> </a> </div> <div class="data"> <h3><?php echo doo_isset($postmeta,'episode_name'); ?></h3> <span><?php doo_date_compose(doo_isset($postmeta,'air_date')); ?></span> </div> </article> Its done with PHP Code For CSS. i suggest use 'custom CSS' on dooplay option Go "dooplay Option" --> 'Customize" --> "Custom CSS" just insert this css .module .content .items .episodes .poster { width: 100%; height: 100%; float: left; position: relative; overflow: hidden; margin: 0; padding-top: 140%; } .module .content .items .episodes .poster img { width: 100%; height: auto; margin-top: -140%; position: absolute; } .episodev2 { position: absolute; top: 10px; right: 10px; width: 40px; padding-top: 8px; text-align: center; height: 40px; border-radius: 50%; background: #8224e3; color: #fff; font-size: 12px; text-transform: uppercase; line-height: 1em; text-shadow: 0 0 2px rgba(0,0,0,0.3); } .episodev2 i { display: block; font-weight: 700; font-size: 16px; font-style: normal; margin-top: 3px; } DONE!! If u facing big images poster you need to edit this on dooplay/assets/css/front.style.css ** NOT RECOMMENDED USING CUSTOM CSS , its will damage on mobile view find this .module .content .items .episodes { width: 33.33%; } Replace with .module .content .items .episodes { width: calc(100%/6); } and please clear cache and hard refresh if any problem please let me know. maybe i forgot another setting
  17. direct upload it via ftp aka filezilla
  18. have you try this ? i already try before since dooplay v1.0.0 but not working i don't know now
  19. hye, what adblock plugin did you guy use compatible with Dooplay theme. please let me know
×
×
  • Create New...