powerleg
Forum Replies Created
-
Forum: Plugins
In reply to: [Dippsy] [Plugin: Dippsy] Products Folder ProblemWell I got the products folder problem figured out and now it checks out ok from the admin section but the products that I upload are not showing up on any of the pages.
There is an Amazon store that shows up but the products I upload are not showing up anywhere. No buy now button either. When I click on view in the edit pages section for one of the products supposed page it goes to a 404 not found page.
I have wordpress 3.3.1 and dippsy 1.2I don’t know what the problem is nor what to do to fix it. I have spent way too much time already trying to get this thing set up and running. It really doesn’t seem like a difficult setup but nothing has worked right with it since I started messing with it and I have just about had my fill of the entire thing.
It is close to getting deactivated, trashed and severely advised against being used.
Forum: Themes and Templates
In reply to: Page Navigation Menu BarI made the changes and updated the file and got this:
Parse error: syntax error, unexpected T_BREAK in /home/powerleg/public_html/musicoverdrive.com/wp-content/themes/kinyonga/functions.php on line 315I can’t seem to get it back the way it was. This is where I usually have to delete the theme and pick another one. Have I mentioned I hate wordpress yet?
Now it won’t let me change the theme either. It seems like it should be simple enough to make this one change without wiping out everything and starting from scratch again with a new wordpress installation.
Maybe I can get another theme installed from the web host cpanel.
Forum: Themes and Templates
In reply to: Page Navigation Menu BarThanks for the response. It didn’t have the wp list pages anywhere in the header.php file. It has like <div id=”nav_menu1″ class=”menu”>
<?php nav_menu(1); ?>
</div>
So I added this code to try it <?php wp_list_pages(‘orderby=name&exclude=465,467,469,471,473,501,508,522,537,547,554,562,569,590’); ?>And now it is pretty screwed up looking on the home page. I have to leave for a while here now so I guess it will have to stay like it is until I get back. I hate that but I don’t have time now to try and get it back like it’s supposed to look.
I might have it so screwed up later I will have to change themes to get it back to looking like it should.
Forum: Fixing WordPress
In reply to: Line Break Problem In WordPress PostsThank you so much. The entry code added to the stylesheet fixed the problem. I appreciate your help.
Forum: Fixing WordPress
In reply to: Line Break Problem In WordPress PostsThis is crazy having to add this code after every paragraph. WordPress is going downhill more with every new version. Is there any way to go backwards from 3.0 back to version 2.8.6? Every time you upgrade WordPress you have to work harder to use it.
Forum: Fixing WordPress
In reply to: Line Break Problem In WordPress PostsI figured out by adding <p> </p> this code p p in between <>that it works to line break the paragraphs but can I add that somewhere in the css?
http://freelancethunder.com is the link to the new site.Thanks anyway for your help. I’ll just have to settle for a sidebarless limited navigational site I guess, with emphasis on the back button.
I looked on header.php and didn’t see where it said sidebars anywhere. I don’t know.
I did that and got the new page up but it still has the sidebars. I just went ahead and turned the sidebars off for the whole site.
Oh, I don’t know how to do all that. Sure wish you could do this from the dashboard settings.
No, I just added that code to the existing page template so it would hopefully lose the sidebars on all pages, but not posts.
It goes to a syntax error instead of the page. I removed the code and it goes to the page.
Thanks, I followed the instructions on the wordpress page but it didn’t work. I hate to have a site with no sidebars but I may have to. PHP is just not my cup of tea.