SEARCH SITE BY TYPING (ESC TO CLOSE)

Skip to Content

Category Archives: Tips, Tricks & Code Snippets

Tips, Tricks & Code Snippets - September 10, 2019

Sunway – Language Switcher Replacing Click Event to Mouse Over Event

To replace click event of Language Switcher menu follow the steps below, very simple, and could be improved if you like. scripts/lines 930-935;     /* Language Switcher */ $('.lang-switcher').on("click", function(e) { […]

READ MORE

Sunway Theme – How to add info bar to top?

One of Sunway – Hotel Booking WordPress Theme users asked to add an info bar to top of the page, so simply follow the steps below. 1 – includes/primary-menu-classsic.php add […]

READ MORE

Diwine – Language Switcher One Line

Do you want switch dropdown language switcher into one line (English / Chinese / Russian) style, so here is the solution. wp-content/themes/diwine/functions.php look for function diwine_wpml_language_switcher($use_static = false, $part = […]

READ MORE

Sunway Theme – Replacing color reveal effect on the images

Question: On the single images there is an animation by default with color  #C59D5F , that moves from the one side to the other, how can i change that color? style.css […]

READ MORE

Coiffeur Theme – display phone number top of the logo on mobile devices

Some of Coiffeur Theme users asking to display at least phone number top of the logo as same as desktop view, if you have same request simply add following CSS […]

READ MORE
to-topto-top