Bug navigation and post link in Fashionable theme
This week's featured product
Store Locator
This cool AJAX application will enhance your website by showing your stores' locations. You can also display an image and a short description so your users know exactly where to find your business.
Become a premium member
Flabell and Themesbell membership provides users with the ability to download any of our components for Adobe Flash and website themes for free, during an entire year.
read more


Subcribe to topic RSS

Products RSS Feed
Follow us on twitter
support@themesbell.com
LuiMateo
on 14/7/10
I have a concern for navigation on my blog. I can't go on further than the first page. All the following pages displays the "404.php" theme.
I even tried without the include wp-pagenavi.php and with a basic navigation Wordpress (like next_posts_link ('
2nd bug, all links in post-content open in lightbox as an image. Why ?
I'am using wordpress 3.0 Fr
Best regards
stefan.olaru
on 15/7/10
Please send us a link at support@themesbell.com so we can check out what's happening. Also please make sure you have downloaded the latest version of the theme.
Thanks.
Last edit on 15/7/10
WebbieWebbst
on 20/7/10
Firstly I have to say that this theme is genius. Simply genius.
Secondly...no really. It is genius.
The only minor thing I've had is the same as 2nd bug that LuiMateo above is having. Lighbox with all the links in the posts/pages. Not anywhere else outside of that, just inside the loop..
Has to be something with Lighbox but at the moment I can't spot where it is to fix. I'll keep looking.
I have the latest version of the theme and am using WP 3.0
Oh and I've implemented this on a site which is absolutely perfect for the theme - a Vintage clothing stores website:
http://www.shopdesignarchives.com
Again. Genius. Thank you for the theme.
on 21/7/10
All you have to do is download the latest version of fashionable or if you don't want to download it, you have to go in wp-content/themes/fashionable/header.php ... and look for the following lines
$(function() {
$('.post_content a').lightBox();
});
If you find it, delete it.
After that go in wp-content/themes/fashionable/js/design.js and look for this function
function setLightBox() {
$(".post_content a").lightBox({
Ok..you found it..now replace those 2 lines with this:
function setLightBox() {
$(".post_content a img.lightbox").parents('.post_content a').lightBox({
and that should solve the problem
Good luck
Last edit: on 21/7/10