Paul Kaiser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Game ListRegarding home page / slider situation:
1. What theme are you using?
2. If the slider is a plugin (i.e., not included as part of your theme) then what slider plugin are you using?
3. Can you provide a link to your site yet?Thanks,
PaulForum: Themes and Templates
In reply to: Page templates, no bold textPlease provide the URL to a sample page containing content you have attempted to make bold.
Thanks,
PaulForum: Themes and Templates
In reply to: Problem about display product with custom post typeGreetings,
First, when pasting that much code in the future, please use Pastebin. This is mentioned in the forum guidelines, because it keeps your code from goofing things up.
That said…
I understand you want:
http://mysite.com/my-product-name/
But what you are getting is:
http://mysite.com/custom-post-type-slug/my-product-name/That is the way it works, and you would be ill-advised to mess with this permalink structure. You are not alone — I understand your desire for this functionality — but it’s still not the way custom post types work.
If you must have:
http://mysite.com/my-product-name/
then perhaps your products should be standard WordPress Pages, and you can add some taxonomy to define what type of products they are.Good luck,
PaulForum: Fixing WordPress
In reply to: Game ListHowdy,
Well, those are tables.
I would start with the WP-Tables-Reloaded plugin, which you can find in the WordPress Plugin Directory.
It’s pretty groovy, can sort columns, etc.
Good luck,
PaulForum: Fixing WordPress
In reply to: Looking for suggestions on how to approach this..There are various ways of doing this, but the first that comes to mind is to get a license to Gravity Forms plugin. Yes, it costs a little money, but:
- It is easy to use and do what you’re wanting here.
- Gravity Forms support can help you get over any bumps.
- You will save yourself a lot of time by just getting a solution like this that works out of the box.
Good luck.
PaulForum: Fixing WordPress
In reply to: Duplicate Blog Indexes 'Older Posts Pages'Please use Pastebin again and post the entire file where you made this change.
Also, what theme are you using?
If it is custom built, did you start with a particular theme / framework?Paul
Forum: Fixing WordPress
In reply to: Duplicate Blog Indexes 'Older Posts Pages'Richieb, you’re very close. Some of what you had above was just example from the link I sent. Replace the 3 lines you just gave me above with the following:
<?php if ( have_posts() ) : $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts($query_string . "&cat=-4&paged=$paged"); while (have_posts()) : the_post(); ?>Let me know if it works.
Regards,
PaulForum: Fixing WordPress
In reply to: Removing the comment section from my pagesHowdy,
If you had comments on when you made pages earlier, those pages will still allow commenting and show the box.
1. Go to those Pages (Editing)
2. In the “Discussion” box, turn off commenting.
NOTE if you cannot find the Discussion box, check the “Screen Options” at the top of your page.Give it a shot,
PaulForum: Fixing WordPress
In reply to: Removing the comment section from my pagesExcela6, are you saying you just do not want any commenting to occur on your site?
If that is what you are asking:
1. Go to Settings > Discussion
2. Turn off commenting thereIf that is not what you are asking, then please elaborate.
Take care,
PaulForum: Themes and Templates
In reply to: Horiz. Navigation bar missing from Oxygen theme installationHowdy,
Upon further investigation, I was WRONG.
1. Go to Appearance > Menus
2. On the right side, you need to make a new menu. I usually call the one for the top “Global Navigation,” but you can name yours as you want.
3. After giving the menu a name and clicking “Save Menu,” you’ll then see the three menu locations supported by this theme. They show up on the left.
4. For “Primary,” choose your “Global Navigation” menu from the dropdown. Then click “Save.” (This is in the “Theme Locations” panel.)
5. Now, still in Appearance > Menus, you can pick and choose what pages / categories / custom links / etc. to add to your menu.Let me know if you need more help, and sorry if I sent you on a goose chase with my previous answer…
Take care,
PaulForum: Themes and Templates
In reply to: Page with category not showing excerpt in post listingsHowdy,
I’m thinking your posts do not have specific excerpts added to them, and you want excerpts automatically generated from your post content?
You need to either:
1. Add specific excerpts to your posts.
or
2. Ask the plugin author to alter the plugin to auto generate excerpts.It’s not hard using the_excerpt(), but that needs to be in a proper loop, as it works on the current post. This plugin isn’t creating a proper posts loop, or you could just change a few lines.
Good luck,
PaulForum: Hacks
In reply to: Hide some Image Editor optionsHowdy,
Unfortunately, it seems this is not hooked in via the WordPress API, but rather a part of TinyMCE. See the following:
http://stackoverflow.com/questions/3114323/customizing-the-wp-image-editing-widget
Good luck,
PaulForum: Themes and Templates
In reply to: Horiz. Navigation bar missing from Oxygen theme installationHowdy,
That’s unfortunate that “Oxygen” doesn’t support the Navigation menus functionality — Oxygen looks nice.
Not sure if you’re up for it, but adding navigation menus to a theme isn’t too hard.
http://codex.wordpress.org/Navigation_MenusAlso do google search on “how to add navigation menus to your wordpress theme” and some sites will walk you through it.
Good luck,
PaulI’m sorry, I’m not quite sure what you want to happen. Can you re-word, please?
Thanks,
PaulForum: Fixing WordPress
In reply to: SERIOUS Problem with the VISUAL EDITORThis is a shot in the dark, as I have not seen this exact behavior. I have seen similar behavior, in that clicking an image in a post in the editor will place its edit / delete link icons totally outside the editor UNLESS I click inside the editor before clicking anything else.
To explain… it’s like when I click in the editor it says “OH! That’s what I should be paying attention to.”
So, before creating gallery, make sure you have clicked in the content area and see what happens.
Just a guess…
Good luck,
Paul