But you only have two images in the slideshow for the pixdesign template. Try three and you might get a surprise. Mine works totally fine with only two, but freaks out every time I put three images or more in the slideshow. It won't work until it's been through the whole loop once.
Pix Design
(44 posts) (7 voices)-
Posted 1 year ago #
-
Hi Jim,
Thanks for your comments and suggestion. Very much appreciated.
Will review the codes on the slideshow and fix what needs to be fixed.Thanks,
WPTD Webmaster
Posted 1 year ago # -
Hi webmaster,
Thank you for the help the other day.
Could you kindly advice me how to embed a Googlemap in Pixdesign Theme?I tried a couple of plug-ins however, none of them worked so far.
Thank you for your help!
Posted 1 year ago # -
I'd like to know why you took my post down without refunding my money. I will start a dispute on Google Checkout if this isn't fixed and FAST. I paid for a working template and this template will not allow more than two image in the slideshow and have it work properly.
Posted 1 year ago # -
Hi Jim,
You have paid for the membership in our website and with that membership you have complete access to all our themes, resources and the support area. Before you paid, we showed you our User Agreement where it was stated that we don't give refunds. You already have access to all our themes both premium and standard and that would be unfair to us if you'd ask for a refund.
There is no perfect theme anywhere. It's your choice if you'll use our theme. You might have seen an issue with some of our themes but that doesn't get you a full refund. What we can offer you is a possible fix to the issue you saw. That is why we have a support area. We are thankful though that you raised the issue.
Sincerely,
WPTD Webmaster
Posted 1 year ago # -
Hi Webmaster,
I am having the same problem as Jim Harmer, the images on my site for each of the entries don't match with the article on the first slide show. After the first slide show, they line up. Have you found a solution for this problem?
Thank you
Posted 1 year ago # -
Hi John,
Here's the bug fix:
1. Go to featured.php at line 14
2. Replace below:
if ($first) echo ' class="first"';
with
echo (($first)? ' class="first"':' style="display:none"');I think that would do the fix. Let me know if it works on you.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
Thank you Larrie, I will try it. One more question:
How do I remove the search bar at the top of pix design without affecting the pages in the bar below the header?
Posted 1 year ago # -
Hi John,
Just go to header.php and remove line 22 to line 28. That's from opening to closing of div with id=search. That will remove the search bar on top.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
Thanks, that worked just fine. Is there a way to make the thumbnails on the home page clickable to the blog article?
Posted 1 year ago # -
Hi Webmaster,
I look forward to hearing how to make thumbnails clickable.
I would like you to also take a look at the blog I am creating at: http://www.noteads.com/pizzablog/ The featured article is stuck on our first post. Any suggestions?
Cheers,
Posted 1 year ago # -
Hi John,
To link image to post:
1. GO to index.php and edit at line 24. On that line you will see
<?php dp_attachment_image(0, 'thumbnail', 'alt="' . $post->post_title . '"'); ?>
2. Change line to this:
< a href="<?php the_permalink(); ?>">
<?php dp_attachment_image(0, 'thumbnail', 'alt="' . $post->post_title . '"'); ?>
< /a>*remove space between '<' and 'a', and '<' and '/'.
With regards to your featured article, I recommend you add another article to make it three featured posts. I think that will do the fix.
Hope these helps,
WPTD Webmaster
Posted 1 year ago # -
Thank you, the thumbnails are now fixed!
With regards to the featured, I now have 4 articles, and it still is getting stuck. Any suggestions?
http://www.noteads.com/pizzablog/
Thank you again!
Posted 1 year ago # -
Hi John,
I saw what you mean. Have you changed anything else on the codes related to the slideshow? There are no expected bugs like this. The slideshow is expected to work well now. It could be on the codes you modified. Please check.
WPTD Webmaster
Posted 1 year ago #
Reply
You must log in to post.