Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
event espresso and slider conflict | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium event espresso and slider conflict

event espresso and slider conflict

Posted: February 13, 2014 at 5:53 am

Viewing 3 reply threads


positivevybez

February 13, 2014 at 5:53 am

Hello I recently purchased event espresso, after installing it my sliding stopped working. I kept reading that the problem could be jquery but I’m working on this myself and have no idea what that is. I currently have a temporary slider up but it doesnt place well with my theme. my website is http://www.positivevybez.com


Anonymous

February 13, 2014 at 6:25 am

Hi,

Without seeing the slide slider its hard to say 100% but currently the theme’s JavaScript is throwing errors. Which will causes issues like this.

The JS used by the theme is currently being called incorrectly and not using jQuery noConflict() This is shown using Chrome Dev tools, opening ‘Console’ and loading the page, you’ll see this http://d.pr/i/tkdc

Uncaught TypeError: Property ‘$’ of object [object Object] is not a function

Viewing the code shows http://d.pr/i/Lga7

jQuery(document).ready(function()

Should be

jQuery(document).ready(function($)

However you should check for an update to the theme, if none are available you should contact the author regarding this issue as this may just be the tip of the iceburg regarding JS errors.


positivevybez

February 13, 2014 at 8:09 am

theres currently no update, so you think if i change this

1
jQuery(document).ready(function($)

it may work?


Dean

  • Support Staff

February 14, 2014 at 1:32 am

Hi,

It should yes, the main issue is that your theme is calling jQuery’s no conflict mode incorrectly, see here: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers

Viewing 3 reply threads

The support post ‘event espresso and slider conflict’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server