KconleyK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One Post says Comments turned offThanks man! worked like a charm, never noticed the screen options section before
Forum: Plugins
In reply to: WP e-commerce Helpit keeps changing when I post, I am officially an idiot
Forum: Plugins
In reply to: WP e-commerce HelpSorry messed up this is what it currently says
<h2>” title=”<?php the_title(); ?>”>
<?php the_title(); ?>
</h2>Forum: Plugins
In reply to: WP e-commerce HelpThe code on that page isn’t as simple as you have I found all this in the <h2> section. When I tried replacing it with what you had there was syntax error, so I didn’t want to mess with it and restored the back up of page.css
`<h2>” title=”<?php the_title(); ?>”>
<?php the_title(); ?>
</h2>Forum: Plugins
In reply to: WP e-commerce Helpso for problem two, if you go to
https://www.averageguygolf.com/store/drivers
The first words you see are “ADAMS SPEEDLINE F11 10.5 DEGREE DRIVER” which isn’t the page title it is a product in the drivers section.
Then you see the product “TAYLOR MADE R5 DRIVER 9.0 DEGREE” and its description.
Then you see the product “ADAMS SPEEDLINE F11 10.5 DEGREE DRIVER” and its description.
See how the ADAMS SPEEDLINE F11 10.5 DEGREE DRIVER is listed at the top of the page and where the product actual is like its supposed to be?
Forum: Plugins
In reply to: WP e-commerce HelpThat worked, thanks again man, sorry for posting all the code. I’ll know not to do that again and to pass it on to anyone I see doing it.
Forum: Plugins
In reply to: WP e-commerce HelpSorry I didn’t know, thanks for the heads up and the help
Forum: Plugins
In reply to: WP e-commerce HelpI posted it at the bottom here, but that didn’t work
[ 586 lines of code moderated. For more than 10 lines of code please pastebin.com instead. ]
Forum: Plugins
In reply to: WP e-commerce HelpIt was purchased, it is called thatgolf-theme
Forum: Plugins
In reply to: WP e-commerce HelpDo I paste the body #single_product_page_container{width:100%;} anywhere particular in the style sheet?
Forum: Fixing WordPress
In reply to: Making Posts show as summaries not full Post/%category%
What should it be?
Forum: Fixing WordPress
In reply to: Making Posts show as summaries not full PostIt’s like the post don’t have a signature link only their category link
Forum: Fixing WordPress
In reply to: Making Posts show as summaries not full PostIt seems when I make a Post, and tell it what category to point to, it only adds it to that category page and doesn’t make a page for that post specifically. Does that make sense?
So when I click on Post 2 for instance, it takes me to the category A page, if I click post 2 again I thought I would go to its own page but it keeps on category A’s page.
Forum: Fixing WordPress
In reply to: Making Posts show as summaries not full PostThanks Peter, number one worked perfectly.
Number 2) Let me try to clarify.
I have categories, where there are more than one post per category Let’s say Category A, has post 1 and post 2 tied to it.
On my home page, there is a widget that lists most recent posts. If you click on post 2, it takes you to Category A page but you have to scroll past post 1 to get to post 2. Is there a way to make that open page Category A and open on the part of the page that contains post 2, not at the top of page where post 1 starts?
Hope that clears it up.
Thanks for all your help.
Forum: Fixing WordPress
In reply to: Making Posts show as summaries not full PostThanks, I have two more questions regarding this.
1) That works when you go to the main blog page at
https://www.averageguygolf.com/course-reviews however if you click on the categories from the home page https://www.averageguygolf.com it still makes them full length with in the category.2) On the home page, you can click on certain posts, but if there is more than one post in that category it takes you to the top of that category page. If you click an exact post is there anyway for it to take you to that exact place on the category page?
Thanks Everyone