Wordpress Theme Photorific

Reports about issues that you encounter in Photonic

Re: Wordpress Theme Photorific

Postby OneMomentOneShotLLC » 19 Dec 2011, 19:45

I emailed it to you. Thank You for taking a look.
OneMomentOneShotLLC
 
Posts: 11
Joined: 25 Nov 2011, 13:50

Re: Wordpress Theme Photorific

Postby sayontan » 19 Dec 2011, 20:07

Sorry, I cannot be of much help to you here. The theme is littered with issues across the board:
1. Hundreds of debug errors. This is okay in the sense that I can switch off the debug mode, but it does slow down your server performance with so many errors.
2. It needs me to set up a ton of stuff before I can even view my page properly. Almost all the JavaScript coding has been done without any sanity checks, so out of the box the theme just shows me a spinning wheel and a menu - nothing else. I don't even know what to set up to get the theme working.

Unfortunately I don't have the luxury of time to sift through the problems. Here is what you can try:
1. Open header.php and look for this code:
Code: Select all
$(document).ready(function(){
   $("a[rel^='prettyPhoto']").prettyPhoto({
      theme: '<?php echo $theme; ?>',
      animation_speed: '<?php echo $animation_speed; ?>',
      allow_resize: <?php if(!$allow_resize) { echo "true"; } else { echo "false"; } ?>,
      show_title: <?php if(!$show_lb_title) { echo "true"; } else { echo "false"; }?>,
      default_height: <?php echo $default_height; ?>,
      default_width: <?php echo $default_width; ?>,
      opacity: <?php echo $opacity; ?>
   });
});

2. Replace it with:
Code: Select all
jQuery(function($){
$(document).ready(function(){
   $("a[rel^='prettyPhoto']").prettyPhoto({
      theme: '<?php echo $theme; ?>',
      animation_speed: '<?php echo $animation_speed; ?>',
      allow_resize: <?php if(!$allow_resize) { echo "true"; } else { echo "false"; } ?>,
      show_title: <?php if(!$show_lb_title) { echo "true"; } else { echo "false"; }?>,
      default_height: <?php echo $default_height; ?>,
      default_width: <?php echo $default_width; ?>,
      opacity: <?php echo $opacity; ?>
   });
});
});


Then open contact.js (in the JS directory) and put this after the first line:
Code: Select all
jQuery(function($){

Add add this before the last line (in a new line):
Code: Select all
});


If this doesn't resolve the issue please contact your theme developer - the issues are on the theme's side and you paid the developer for it.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Wordpress Theme Photorific

Postby OneMomentOneShotLLC » 23 Dec 2011, 17:35

I've tried everything but can't get it to work... ;-(
OneMomentOneShotLLC
 
Posts: 11
Joined: 25 Nov 2011, 13:50

Re: Wordpress Theme Photorific

Postby sayontan » 24 Dec 2011, 00:21

Sorry, but as I said, this is entirely a theme bug and almost any plugin using JQuery (even those not related to galleries) will cause issues. Have you contacted the developer?
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Wordpress Theme Photorific

Postby OneMomentOneShotLLC » 24 Dec 2011, 06:51

Thanks for trying. Yes, I have reached out to the developer but haven't received a solution yet.
OneMomentOneShotLLC
 
Posts: 11
Joined: 25 Nov 2011, 13:50

Re: Wordpress Theme Photorific

Postby skybrady » 10 Feb 2012, 20:33

Hi there, I am having trouble with the homepage slider
it says unlimited images.. however ive added 35 images and its only showing the first few in the slider. help

http://www.duranphotography.com.au/imag ... ages%20(27).jpg
http://www.fieldeffect.com.au/sdp/
skybrady
 
Posts: 1
Joined: 09 Feb 2012, 18:52

Re: Wordpress Theme Photorific

Postby sayontan » 10 Feb 2012, 20:37

skybrady wrote:Hi there, I am having trouble with the homepage slider
it says unlimited images.. however ive added 35 images and its only showing the first few in the slider. help

http://www.duranphotography.com.au/imag ... ages%20(27).jpg
http://www.fieldeffect.com.au/sdp/

?? Why are you posting here? Is your question related to the Photonic WP plugin? Or the Suffusion WP theme?
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Previous

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest