Comments Ron started the conversationFebruary 9, 2016 at 6:19pmHey, I'm trying to change the slideshow speed of the prettyphoto and it doesn't work. i changed in js/customjs.js to the following code: ///////////////////////////////*** Setup prettyPhoto ***///////////////////////////////function load_prettyphoto() { j$("a[class^='prettyPhoto']").prettyPhoto({slideshow: 5000}); j$("a[class^='prettyphoto']").prettyPhoto({slideshow: 5000}); j$("a[rel^='prettyPhoto']").prettyPhoto({slideshow: 5000}); j$("a[rel^='prettyphoto']").prettyPhoto({slideshow: 5000});}Any idea why its not working? 895TheFox repliedFebruary 10, 2016 at 5:53amHello Ron,That\'s strange, 5000 should be the default speed,The speed doesn\'t change?Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Ron repliedFebruary 10, 2016 at 11:30amno its goes really fast through the all the images. 895TheFox repliedFebruary 11, 2016 at 8:53amHello Ron,This is for the portfolio prettyphoto?Please try to go edit the rd_portfolio.php ( TheFox/functions/rd_shortcodes folder )Then search for $(\'a.prettyPhoto\').prettyPhoto();and add the settings to this line, I think this should fix the problem.Do not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Ron repliedFebruary 14, 2016 at 11:55amChanged it and even added this line:$(\"a[rel^=\'prettyPhoto[iframes]\']\").prettyPhoto({slideshow: 5000});To both rd_portfolio.php and customjs.js.Any idea why its happening? I added a link in the start of the thread.(http://interjet.co.il/camp/interjet/newsite/#projects) 895TheFox repliedFebruary 15, 2016 at 6:40amHello Ron,When we check your page the prettyphoto seems to work correctly, it is waiting 5 sec before switching to the next project.Prettyphoto is just not awaiting for the page content to load before switching to the next project.Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Ron repliedFebruary 15, 2016 at 2:12pmanother question,for some reason every time i try to update anything or post anything i get a 500 server error. what may be the reason for this? 895TheFox repliedFebruary 16, 2016 at 8:47amHello Ron,This maybe a problem with the memory or the response time of the server.Try to change your server settings to the one you can find in this article :What To Do If Demo Content Import FailsDo not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Ron repliedFebruary 17, 2016 at 5:49pmGreat thank you!I hope this will be my last question:My site is in one page layout mode, i want the menu the change the url(example:www.interjet.co.il/#projects). is there a way to do it?Thank you very much for the amazing support! 895TheFox repliedFebruary 18, 2016 at 8:56amHello Ron,If you want to change the menu url you can go to Appearance > menus and add custom link to your menu.If you are not using any external link then just use the #project ( id of the section for the link ).Check the documentation for more information.http://thefoxwp.com/wp-content/themes/TheFox/includes/documentation/thefox_documentation.html#set-onepageDo not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hey,
I'm trying to change the slideshow speed of the prettyphoto and it doesn't work. i changed in js/customjs.js to the following code:
/////////////////////////////
//*** Setup prettyPhoto ***//
/////////////////////////////
function load_prettyphoto() {
j$("a[class^='prettyPhoto']").prettyPhoto({slideshow: 5000});
j$("a[class^='prettyphoto']").prettyPhoto({slideshow: 5000});
j$("a[rel^='prettyPhoto']").prettyPhoto({slideshow: 5000});
j$("a[rel^='prettyphoto']").prettyPhoto({slideshow: 5000});
}
Any idea why its not working?
Hello Ron,
That\'s strange, 5000 should be the default speed,
The speed doesn\'t change?
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
no its goes really fast through the all the images.
Hello Ron,
This is for the portfolio prettyphoto?
Please try to go edit the rd_portfolio.php ( TheFox/functions/rd_shortcodes folder )
Then search for
$(\'a.prettyPhoto\').prettyPhoto();
and add the settings to this line, I think this should fix the problem.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Changed it and even added this line:
$(\"a[rel^=\'prettyPhoto[iframes]\']\").prettyPhoto({slideshow: 5000});
To both rd_portfolio.php and customjs.js.
Any idea why its happening? I added a link in the start of the thread.
Hello Ron,
When we check your page the prettyphoto seems to work correctly, it is waiting 5 sec before switching to the next project.
Prettyphoto is just not awaiting for the page content to load before switching to the next project.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
another question,
for some reason every time i try to update anything or post anything i get a 500 server error. what may be the reason for this?
Hello Ron,
This maybe a problem with the memory or the response time of the server.
Try to change your server settings to the one you can find in this article :
What To Do If Demo Content Import Fails
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Great thank you!
I hope this will be my last question:
My site is in one page layout mode, i want the menu the change the url(example:www.interjet.co.il/#projects). is there a way to do it?
Thank you very much for the amazing support!
Hello Ron,
If you want to change the menu url you can go to Appearance > menus and add custom link to your menu.
If you are not using any external link then just use the #project ( id of the section for the link ).
Check the documentation for more information.
http://thefoxwp.com/wp-content/themes/TheFox/includes/documentation/thefox_documentation.html#set-onepage
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme