Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Clickable Background

Descripción

WP Clickable Background is a WordPress plugin that gives the possibility to make a chosen HTML element of your website clickable, you can select what element make clicable by CSS class, you can choose what page you want to open on click, you can select where you want to open the page (in the same page, on a new tab or a new window). You can also add your custom Javascript code on footer (for instance a google analytics script to track the click).

Settings include:

  • Active/Deactive click
  • Element Class to trigger
  • Page where you want to redirect
  • Where to open the page
  • Custom Javascript section

Settings

The WP Clickable Background setting are on the wordpress dashboard on Settings => WP Clickable Background, please read the note on the top of the page.
This plugin works only when the event click is direct on the element with class specified on field “Element Class” without any other HTML element on top of it, Please be sure that choosen elemenet is directly clickable.

Capturas

  • WP Clickable Background settings
  • WP Clickable Background example

Instalación

You can also download the plugin from here

e.g.

  1. Upload the plugin files to the /wp-content/plugins/wp-clickable-background directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings -> WP Clickable Background screen to configure the plugin
  4. Insert the required information and click on “Save Changes”

Reseñas

12 de noviembre de 2020
Easy to use and straight forward, I managed to make my website background clickable in a few minutes.
Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "WP Clickable Background" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • Cleaning code
  • Minify JS
  • Sending data to JS through WP_LOCALIZE

1.0.0

  • Creating settings from
  • Form validation
  • Creating Javascript