Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
Need some WordPress help...
Old 08-10-2009, 09:45 AM Need some WordPress help...
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
I'm looking for WordPress help here as their forums are worthless. Hopefully a WordPress guru floats around my favorite Webmaster forum.

Q1: Since the upgrade to 2.8.2, my subscribers have not been able to edit their profile. They can access the area to edit, but when the click to submit, it reverts to what was previously there. I also tried manually going in as the Administrator, but it does the same thing.

Q2: I am looking for a plugin that can create product listings similar to this. I don't need to accept payment or have a crazy amount of features. Just list items like this and have the image pop up in lightbox. Alternatively, if someone can show me how to make the gallery function work in this manner, that would work for me. The way it is currently functioning is ok for me, but I do not like it pulling index.php...I'd rather it be pulling page.php.

I think those were my major two questions for today!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
 
Register now for full access!
Old 08-10-2009, 12:31 PM Re: Need some WordPress help...
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Q1: I think I saw something about that being fixed in 2.8.3? Not sure.

Q2: If you implement a lightbox, then, since the pop up will only show on the current page, I assume you will need to allow the user to ultimately click on that pop-up image to go to the post page for that product, correct?
http://visuallightbox.com/index.html?affiliateid=17894 Allows a link to be placed in the image. This can be the link to the actual product post page.

If you want the product to follow the page template then one way would be to add a conditional statement on your single.php file. This is because Posts do not allow you to choose a template(as I am sure you know) but you can use:
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if (is_category('Category A')) { ?>

now put the alternate code that makes the product page look like the Page template
(Obviously, Category A would be your Product category)

<?php } ?>
(this section would revert to the regular single template)

Or, you can simply copy a majority of the code for page.php to single.php if you want ALL posts to follow the page template.

This suggestion is probably only useful if you are ok with digging into the code, of course.
You can also try this: http://www.nathanrice.net/blog/wordp...ost-templates/, I have never used it though, can't comment.

Quote:
as their forums are worthless
Couldn't agree more.

More help:
http://codex.wordpress.org/Category_Templates
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 08-10-2009, 02:41 PM Re: Need some WordPress help...
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Thanks!

Q1:
Upgrading to 2.8.3 did not fix the problem with the profiles. I had hoped that would fix it too, but it hadn't.

Q2: I don't mind digging around in the code, but I am very limited in my knowledge of PHP, so any guidance is much appreciated. Reading what you wrote, I think the easiest thing might be for me to use their stock gallery, but allow the description to also be viewed on the main page instead of just the caption. Would you know how to implement this?

attachment-1.jpg

Also a way to edit the gallery to be more esthetically pleasing would also be great. I fiddled with the CSS, but I can't seem to even manage a 2px border around the thumbnail and caption. It's pulling some strange space issues no matter what I attempt.

attachment2.jpg
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 08-11-2009, 01:41 PM Re: Need some WordPress help...
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
I don't use the stock gallery much but NextGen gallery is great. Tons of presentation options and the css is pretty understandable, etc. http://wordpress.org/extend/plugins/nextgen-gallery/

I think something like NextGen would be good because it uses the same type of shortcode for displaying an image and allows the lightbox effect. The catch is that you still need some other link to allow the user to go to the product page, which is why I would display those home page product listings as individual posts, rather than images simply from a gallery where you have less control. this way the user can click on the thumb for larger view OR click on the link title to go to that post.

Are you familiar with 'custom fields' in Wordpress? This is one way you can craft a post preview by adding a thumbnail, then displaying that thumbnail exactly how you want. Then display the post title link(product title) and excerpt under that image.

Did you code this template?
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 08-11-2009, 01:53 PM Re: Need some WordPress help...
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
The problem is, I don't want the images to be posts. I have a blog and that uses the posts function. The listings should have nothing to do with the blogging function. All's I need is something that creates listing that look like this. I really don't want it a two page listing. I want one page that lists all the animals for that section with all the pertinent information for each one.

I'll look at the NextGen...I was hoping to avoid a large plugin as this should be a relatively small thing to accomplish.

And yes, I coded the website.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 08-17-2009, 04:51 AM Re: Need some WordPress help...
Extreme Talker

Posts: 167
Name: Jilesh
Trades: 0
Hi,

Check with these options:

Answer 1:
-> Upgrade your wordpress to the latest version 2.8.4
-> Disable all the plugins and enable it one by one to find out the culprit.
-> repair the database

Answer 2:
Check with these plugins:
http://www.wordpress.org/extend/plugins/nextgen-gallery
http://wordpress.org/extend/plugins/wpg2/
__________________

Please login or register to view this content. Registration is FREE

ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
thewebhostingdi is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need some WordPress help...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24458 seconds with 13 queries