Documentations for Moddroid Template

Documentations for Moddroid Template
Documentations for Moddroid Template

Exthemes Devs Blog – if you are still confused or not familiar with the appearance of new Moddroid Theme, here I will explain how to set the appearance of Moddroid Theme.

New Themes Style 3 Moddroid Themes

If you want to use New Style for Moddroid Themes, You can setting on Panel Themes –> New Theme Style –> Modyolo Style –> Style 3 Theme

Table Of Contents
New Themes Style 3
New Themes Style 3
New Themes Style 3

Panel Themes –> New Theme Style –> Modyolo Style –> Style 3 Theme

New Header Style Moddroid Template

If you want use the New Header Style, you can set it on Panel Themes –> General –> Header
if you want add Menu Header and SVG icons you can add on Menus OPEN HERE to find your Svg Icons And select Display location to Header.

New Header Style
New Header Style
New Header Style
New Header Style
New Header Style

Panel Themes –> General –> Header

Here you can setting New Footer Style, Menus and Copyright, You can setting on Panel Theme –> General –> Footer
Here for Setting Menu Footer, Make it New Menus, And select Display location to Footer Left, Footer Middle or Footer Right.

New Footer Style
New Footer Style
New Footer Style
New Footer Style
New Footer Style

Panel Theme –> General –> Footer

Adding Fonts

If you want use Favorite Fonts, you can setting on Panel Theme –> Fonts & Colors –> Fonts

Adding Fonts

Panel Theme –> Fonts & Colors –> Fonts

Changes Colors

If you want use Favorite Colors, you can setting on Panel Theme –> Fonts & Colors –> Colour Styles

Adding Fonts

Panel Theme –> Fonts & Colors –> Colour Styles

Showing All Version

If you want showing All Version, you can setting on Panel Theme –> Setting Pages –> Single Pages –> Latest Version, Remember, you have to Enable Duplicate Post on Apk Extractor setting.

Showing All Version
Showing All Version
Showing All Version
Showing All Version

Panel Theme –> Setting Pages –> Single Pages –> Latest Version

Adding Rate Pages

If you want showing Rate Pages, just make New Page and changes Template on Page Attribute to Rate by User or Rate by PlayStore

Adding Rate Pages

just make New Page and changes Template on Page Attribute to Rate by User or Rate by PlayStore

Setting Rate my Post Plugin

On Rate my Post Plugins you can Setting Page to make it All Off

Setting Rate my Post Plugin

make it All Off on Page Setting

Widget Sidebar

if you use new header style, you can add this widget on panel themes –> new theme style categorie opt

<section class="bg-white   p-3 px-2 px-md-3 mt-3 m-2 ">
  <div class="d-flex align-items-baseline justify-content-between ">
    <h2 class="h5 font-weight-semibold m-0 p-0 mb-3"> Games </h2>
    <a class=" " href="#put_your_links_here"> More.. </a>
  </div>
  <div class="row">
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Action"> Action </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Adventure"> Adventure </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Arcade"> Arcade </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Board"> Board </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Card"> Card </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Casino"> Casino </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Casual"> Casual </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Educational"> Educational </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Music"> Music </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="NSFW"> NSFW </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Puzzle"> Puzzle </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Racing"> Racing </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Role Playing"> Role Playing </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Simulation"> Simulation </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Sports"> Sports </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Strategy"> Strategy </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Trivia"> Trivia </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Word"> Word </a>
    </div>
  </div>
</section>

add this code on your, and change put_your_links_here with you categorie link

<section class="bg-white   p-3 px-2 px-md-3 mt-3 m-2 ">
  <div class="d-flex align-items-baseline justify-content-between ">
    <h2 class="h5 font-weight-semibold m-0 p-0 mb-3"> Apps </h2>
    <a class=" " href="#put_your_links_here"> More.. </a>
  </div>
  <div class="row">
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Art &amp; Design"> Art &amp; Design </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Auto &amp; Vehicles"> Auto &amp; Vehicles </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Books &amp; Reference"> Books &amp; Reference </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Business"> Business </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Comics"> Comics </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Communication"> Communication </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Education"> Education </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Emulator"> Emulator </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Entertainment"> Entertainment </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Finance"> Finance </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Health &amp; Fitness"> Health &amp; Fitness </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Lifestyle"> Lifestyle </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Maps &amp; Navigation"> Maps &amp; Navigation </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Medical"> Medical </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Music"> Music </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Music &amp; Audio"> Music &amp; Audio </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="News &amp; Magazines"> News &amp; Magazines </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Personalization"> Personalization </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Photography"> Photography </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Productivity"> Productivity </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Social"> Social </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Sport"> Sport </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Tools"> Tools </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Travel &amp; Local"> Travel &amp; Local </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Video Players &amp; Editors"> Video Players &amp; Editors </a>
    </div>
    <div class="col-6 mb-3">
      <a class="small text-truncate d-block" href="#put_your_links_here" title="Weather"> Weather </a>
    </div>
  </div>
</section>

add this code on your, and change put_your_links_here with you categorie link

Setting Ajax Load More Paginaion

if you want use ajax load more paginations on moddroid, please install “WP Ajax Load More Pagination” Plugin and setting like this

Setting Ajax Load More Paginaio

Ajax Load more on Moddoird

Buy Now Moddroid Themes

if you dont have it Moddroid Themes, just buy now because its Very Cheap just $25

oke, just it. thanks for buying Moddroid Themes, If you still dont know or want to ask, just leave me Comments, I will reply to your comment soon.

Howdy, I’m exthemes. I’m a web developer living in indonesia. I am a fan of web development, seo, and php. I’m also interested in wordpress and web designer.

You May Like These Posts

No Comments