WP Manifestindependent plugin directory
manifest / themes / dt-style-switcher

DT Style Switcher

Style Switcher for WordPress Theme and Plugins

by DroitThemes · github.com/mdjwel/dt-style-switcher · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mdjwel/dt-style-switcher/archive/refs/heads/master.zip

Readme

dt-style-switcher

DT Style Switcher is a style switcher WordPress plugin for WordPress theme, plugin. You can use this plugin for showcase your WordPress theme's style variations and usage.

Usage

There are available some pre-styled tools for showcasing your design, features variations. In the plugin root folder, you will find the switcher-frontend.php file. In this file, you will find the switcher markup. You can edit the markup in that file.

Markup

dt-style-switcher uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.

<div class="dtss_row demos">
  <a href="#" class="dtss_col_2 demo_link" title="Rogan Saas Landing Demo">
    <img src="home.jpg" alt="Rogan Saas Landing Demo">
  </a>
</div>

Read the full README on GitHub →