Just wondering did anyone tried upgrade wordpress to 3.2 with Awake theme?
The Portfolio page doesn't seems to work after upgrade? As attached shows only first image show up but the rest keep looping.. please help if possible? Thank you.
Awake Theme Portfolio Page not working after upgrade wordpress to 3.2
(37 posts)
(9 voices)
-
Posted 10 months ago #
-
Hello edithy,
It looks like with Wordpress 3.2 they upgraded jQuery to 1.6.1 which has some changes in it. We'll have these changes fixed in our next update but for now let's try this,
Open up
/wp-content/themes/awake/lib/scripts/custom.jsand on line 472 you should see this,}).attr('src', jQuery($images[index]).attr('src')).attr('class', jQuery($images[index]).attr('class')).attr('title', jQuery($images[index]).attr('title')).attr('alt', jQuery($images[index]).attr('alt'));Go ahead and change it like this,
}).prop('src', jQuery($images[index]).prop('src')).prop('class', jQuery($images[index]).prop('class')).prop('title', jQuery($images[index]).prop('title')).prop('alt', jQuery($images[index]).prop('alt'));I think that should take care of the portfolio images loading. I'll keep testing out 3.2 but if anyone sees new issues then post a topic here and we'll get a fix going as soon as possible.
Posted 10 months ago # -
I don't mean to piggy back on this post but I am having the same issue. I've tried the solution provided above but no luck. If it helps identify the problem, the 'thumbs' do open up the 'lightbox' image when clicked.
Please, can you provide a fix asap, as I am on a sales push and it's going to look really unprofessional if my own portfolio doesn't work.
Thanks,
DavidPosted 10 months ago # -
If possible then send us a link to your site sunstardave so we can see what it's doing on your end.
Posted 10 months ago # -
Thanks for the reply Elliott. Here the link. http://sunstarcreative.ca/portfolio/. This page is also experiencing the same problem: http://sunstarcreative.ca/case-studies/.
Posted 10 months ago # -
You are currently getting this javascript error sunstardave,
jQuery(sharebar).offset() is null [Break On This Error] return jQuery(sharebar).offset().top;Which appears to be coming from a plugin. Try deactivating your plugins to see if this fixes it.
To other customers, keep in mind that a Wordpress update can also break plugins. When testing be sure to deactivate all plugins to see if it fixes the issue. If the problem goes away then reactivate them one by one to see which one was causing the conflict.
Posted 10 months ago # -
Thanks for getting back to me.
So, if I understand you correctly, the upgrade is effecting one of my plugins, which in turn is effecting the theme functionality. Is that correct?
Thanks.
Posted 10 months ago # -
Yes, let us know the results of deactivating your plugins.
Posted 10 months ago # -
I saw from the snippet you provided, it seemed like the Sharebar plugin was a likely candidate and sure enough, once it was deactivated, the problem disappeared.
Thanks for the assistance. I really appreciate it.
Posted 10 months ago # -
Your welcome sunstardave, let us know if you see any other issues.
Posted 10 months ago # -
Hey team,
I was about to launch my new Awake site and after making the upgrade to 3.2 I'm getting similar issues, even after adding the change to the custom.js and deactivating my plugins.
My issue is only happening with the Vimeo thumbs... not sure what's up?
You can see what's happening here http://monkey3media.com/what-we-deliver/design-multimedia-animationPlease let me know if you can see what's going on and how I can fix it.
Cheers,
HayziePosted 10 months ago # -
Hello Hayzie,
I checked your custom.js file and it is still using the old line on 472. Make sure to do this fix, http://mysitemyway.com/support/topic/awake-theme-portfolio-page-not-working-after-upgrade-wordpress-to-32#post-21776
And then refresh any caching related plugins you might have installed.
Posted 10 months ago # -
Hi Elliott,
Thanks sooooo much!! you saved my life!! the solution you posted earlier solved my issue :)Cheers
---------------------------------------------------------
Elliott wrote:Open up /wp-content/themes/awake/lib/scripts/custom.js and on line 472 you should see this,
}).attr('src', jQuery($images[index]).attr('src')).attr('class', jQuery($images[index]).attr('class')).attr('title', jQuery($images[index]).attr('title')).attr('alt', jQuery($images[index]).attr('alt'));
Go ahead and change it like this,
}).prop('src', jQuery($images[index]).prop('src')).prop('class', jQuery($images[index]).prop('class')).prop('title', jQuery($images[index]).prop('title')).prop('alt', jQuery($images[index]).prop('alt'));
Posted 10 months ago # -
My custom.js file seems to only go to line 469
Update: NVM, I found the line anyway. Not sure if my txt editor numbers line differently or if I have an old custom.js or if removed some lines at some point. But I have it working. Thanks for the fix.
Posted 10 months ago # -
Ah sweet... sorry about that. I had changed it and because it didn't do anything I changed it back. But forgot about caching.
Thanks, all sorted now.. woohoo!
Cheers.Posted 10 months ago # -
If anyone is having issues with the "Share this Post" module then you can try reverting back to jQuery 1.4.4 as seen here, http://mysitemyway.com/support/topic/share-this-post-not-working-in-32?replies=2#post-21851.
Note: If doing the above then make sure you revert line 472 in custom.js as it will mess with the image preloader.
Posted 10 months ago # -
Hi Elliott
I have followed your instructions here:
Open up /wp-content/themes/awake/lib/scripts/custom.js and on line 472 you should see this,
}).attr('src', jQuery($images[index]).attr('src')).attr('class', jQuery($images[index]).attr('class')).attr('title', jQuery($images[index]).attr('title')).attr('alt', jQuery($images[index]).attr('alt'));
Go ahead and change it like this,
}).prop('src', jQuery($images[index]).prop('src')).prop('class', jQuery($images[index]).prop('class')).prop('title', jQuery($images[index]).prop('title')).prop('alt', jQuery($images[index]).prop('alt'));
But the images on my site still not visible, I checked to see If I am using a Sharebar plugin but that plugin not in the folder at this location wp-content/plugins.
Not to sure what else I need to do to solve this?
Posted 10 months ago # -
Go ahead and deactivate all of your plugins and then test again. If your still seeing issues then send us a link to your site.
Posted 10 months ago # -
Its ok I cleared my cache and the images appear again, brilliant thanks Elliott
Posted 10 months ago # -
Hi Elliott,
I changed line 472 and deactivated all plugins (now they are enabled again) - still my portfolio site AND my slider are not working.
http://www.companyvideolondon.co.uk
Any ideas?
Posted 10 months ago # -
Hello Mo,
Your prettyPhoto scripts are getting a 403 forbidden error,
Try increasing permissions on your prettyPhoto folder and the files within. If your still getting the 403 forbidden error then get in contact with your hosting provider and ask for assistance.
Posted 10 months ago # -
Hi Elliott,
thanks, that fixed the slider problem! Working again.
However the portfolio thumbnails still don't appear... any other thoughts?
Thanks
Posted 10 months ago # -
If your not on Wordpress 3.2 then doing this fix, http://mysitemyway.com/support/topic/awake-theme-portfolio-page-not-working-after-upgrade-wordpress-to-32#post-21776, will give you an error which is currently what is displaying on your portfolio page.
You can either upgrade to Wordpress 3.2 or revert the change you made on line 472 in custom.js file.
Posted 10 months ago # -
Hi Elliott,
I am already on Wordpress 3.2 - hence the change in line 472 of the custom.js
Portfolio still not working.... what else could be wrong?Posted 10 months ago # -
Your still running jQuery 1.4.4. Perhaps you did this also? http://mysitemyway.com/support/topic/share-this-post-not-working-in-32?replies=2#post-21851
You can either do the previous fix or that one, they cannot be used together.
Also, this image is giving me a 404, http://www.companyvideolondon.co.uk/wordpress_images/Prism.png. Check that is actually exists on the server and that there are no typos in the pathname.
Posted 10 months ago # -
Working again! Yes, I did both fixes :-) You are brilliant!
Posted 10 months ago # -
Glad you got it sorted Mo, let us know if you need anything else.
Posted 10 months ago # -
Hi Elliott,
something else is wrong now... weird. Please click on a thumbnail in portfolio
http://www.companyvideolondon.co.uk/portfolioThe lightbox opens up on the bottom left hand corner of the page. How can that happen? Is this because of these two fixes I ddi?
Thanks
Posted 10 months ago # -
Not sure why it would be doing that Mo, it almost looks like a CSS issue. You shouldn't have any problems with our next update though. It is in the themeforest queue so check it out after it is approved.
Posted 10 months ago # -
Hi Elliott,
actually it's kinda urgent. It's my business site... should I replace/overwrite any CSS files? Would that help? How long do you think the update will take to be approved?
Thanks
Posted 10 months ago # -
Try updating prettyPhoto once more to make sure none of your files are corrupted. Also try switching back to jQuery 1.4 as seen here, http://mysitemyway.com/support/topic/share-this-post-not-working-in-32?replies=2#post-21851.
You will need to revert line 472 in your custom.js file back to its original as seen here, http://mysitemyway.com/support/topic/awake-theme-portfolio-page-not-working-after-upgrade-wordpress-to-32#post-21776.
Also be sure to deactivate your plugins while testing.
Posted 10 months ago # -
I am having a similar issue with the blog page. The image for the first post listed is displayed but not for any of the other posts. This occurs on subsequent pages- always the first listed post's image is displayed and no images displayed for the other posts.
The problem appears when using WordPress 3.2 and viewing the blog on Firefox 3 and IE 9 on Windows 7. When viewing the blog on IE 6 or IE 7 on Windows XP all images are displayed. I can take a look using other browser versions this weekend if it would help.
http://www.theurbanrealm.com/design-blog/
I have not yet tried the suggested fixes. This reply is just to provide another example of the issue as they seem to be related. When I have time to apply the fix, or an update is available, I will post if the problem persists.
Posted 10 months ago # -
Hello marbuckner,
If the fix does not work for you then you can also update your theme. inFocus and Awake should have been approved by now so check your themeforest downloads page.
Posted 10 months ago # -
I suddenly got this problem too but I cant find the line i custom.js:
}).attr('src', jQuery($images[index]).attr('src')).attr('class', jQuery($images[index]).attr('class')).attr('title', jQuery($images[index]).attr('title')).attr('alt', jQuery($images[index]).attr('alt'));I use awake 2.4 and can´t just update to the latest version right away due to a lot of custom code.
Can this be fixed in awake 2.4 ?
I´ve got this line on 472 by the way:
var imgResize = $('<input>', { type: 'text', name:'ajax_image_resize_url', val: $(images[i]).attr('src') })Posted 1 hour ago # -
Awake 2.4 shouldn't have any issues. Send us a link to your page and we'll take a look but it would be best if you updated to Awake 2.9.
Posted 1 hour ago # -
Thanks for the quick reply. Here an example: http://ikondb.no/?page_id=392
The thumbs doesn't work but images shows up when clicked (lightbox).
I'm going to run the 2.9 update soon but I need to fix this first.
Posted 1 hour ago # -
Your getting a bunch of image corrupt or truncated errors. Not sure what's going on. Try creating a backup and completely delete Awake before downloading / uploading a fresh copy.
Posted 1 hour ago #
Reply
You must log in to post.













