elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

Home Page:https://elementor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After upgrading to version 1.0.0 stopped working counter

oto-xara opened this issue · comments

Hi

Please deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin.

If you have a caching plugin, make sure you deactivate it, or even better – purge the cache.

thanks

Ahem.... #993

@arielk I tried, it didn't help

@iamntz I did fix which are described in #993

I made changes to the file:
wp-content/plugins/elementor/assets/js/frontend.js

it did not help, counter still not working

Hi @oto-xara, if you make change in .js file you have to activate the "SCRIPT_DEBUG" because Elemenor use frontend.min.js

Add this on plugins/elementor/elementor.php
define('SCRIPT_DEBUG', true);

@luisvivasb, it's still not working, what am I doing wrong?

http://prnt.sc/dgdhvx

Can you open console and check if you see any errors there?

@iamntz, yes when I load the page in elementory

http://prntscr.com/dgeg9g

http://prntscr.com/dgehyn

You need to add SCRIPT_DEBUG constant into your wp-config.php file.

Thank you! it helped! uhh...not easy to fix it)

this code needs to stay in there? or it can be removed?

the following updates will not break this code?

Well, it will break only if @cobicarmel will agree that there is a problem there. Otherwise... :)

it's definitely a bug. I hope it will be fixed

I tried to test it on my Elementor v1.0.0

on live editor, counter widget works...

but on frontend, counter widget doesn't work...

Thanks!
We fixed this by this PR: #1007