Text Toggler

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Sat Aug 08, 2015 12:07 am
Text Toggler is clickable only after whole site is loaded fully.
Can it be more dynamic, as when the site is loading text toggler should be clickable and the content can be viewed.
cell phone users face this issue,depending on the cellular network site loads slow.
User avatar
Junior Boarder

GK User
Sun Aug 09, 2015 7:58 pm
Hi,

Could you please provide me with a URL to your site with these toggler, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Thu Aug 13, 2015 11:19 am
Try to edit University/js/shortcodes.elements.js and change the line:

Code: Select all
jQuery(window).load(function() {
into:
Code: Select all
jQuery(document).ready(function(){
User avatar
Moderator


cron