Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Plugin Tubepress Causing Error In Parallax(urgent)


  • Please log in to reply
3 replies to this topic

#1 adrianop206

adrianop206

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 15 March 2013 - 11:12 AM

Tubepress plugin installed and then I put the shortcode on the plugin page "VIDEOS" menu and the site gives parallax error!

 

the site is down for maintenance. so I need an email from a support agent to send the login and password of wordpress

 

http://ministeriolouvadeus.com.br

adrianop206@gmail.com

 

 



#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 16 March 2013 - 11:10 AM

I visited your site and TubePress seems to be operating normally. Screenshot: http://i.imgur.com/k7rc1sZ.jpg

 

What is the exact problem that you're seeing? Thanks!



#3 adrianop206

adrianop206

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 17 March 2013 - 01:08 AM

The plugin works perfectly however, when added to the menu shortcode is site  statico and parallax is not working!!
 
Take a test. Browse the site with plugin disabled and then navigate to the plugin activated!
 
See what the outcome.


#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 17 March 2013 - 02:50 PM

Hi,

 

OK, I was able to reproduce the problem. It's actually a bug with a JavaScript file in your theme. The solution is to edit line 620 of wp-content/themes/mld/js/theme_settings.js. Change that line from

if(path.indexOf('uploads') > -1){

to

if(path && path.indexOf('uploads') > -1){

 

You might also want to contact the theme author to let them know of this bug. Please give the fix a try and let us know how it works. Thanks!