srpittman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Logging inI found this helpful as well.
Forum: Installing WordPress
In reply to: Blank Admin Page & Broken LinksI added all the same plugins back in and reactivated everything that had automatically been deactivated and the dashboard is still fine thus far. There may have been a conflict from multiple versions of the same plugin being present in different folders in the plugins directory. I didn’t move any old versions back into the folder and just deleted those.
Forum: Installing WordPress
In reply to: Blank Admin Page & Broken LinksUpdating to 2.6.1 didn’t help. I moved all my plugins to a temp folder outside of the plugins directory and the dashboard returned so it looks like this issue could be related to a plugin. I’m going to add one by one and see which one breaks it again….
Forum: Installing WordPress
In reply to: Blank Admin Page & Broken LinksI upgraded to 2.6 and things were fine initially. Then for no obvious reason, now when I login to admin, everything is blank. Site shows fine, but no admin.
Forum: Fixing WordPress
In reply to: NEW: Upgrade to 1.5.2To PetLvr – You may want to check your “wp-settings.php” file. Some plugins ask you to add content to that file and you may have forgotten about adding the content back into the updated file.
Added: Nevermind – I saw you figured it out….
Forum: Plugins
In reply to: Commenting on static pagesI am using the Pages feature to create additional content pages for my site at https://www.tpimagazine.net. Although I have the option checked to “Allow Comments” on the newly created pages, the option to post comments on the page do not show up. I went to philpeeps blog and his site has multiple pages with the ability to post comments on the additional pages. What do I need to do or is something broke?
When logged in as admin the option that shows at the bottom of the page is “edit this…”, but when I’m logged out, no option is displayed….
Forum: Plugins
In reply to: Wp-Polls 1.5 updatedIn my theme I found the line
'<?php wp_head(); ?>'
and then inserted the'<?php vote_poll(); ?>'
line of code directly above it. That removed the header errors for me that other people have mentioned getting. I’d like to see the unlimited voting by the same person and the administration issue of which poll is displayed worked out…. Otherwise I like the plugin ??Forum: Plugins
In reply to: Wp-Polls 1.5 updatedOnce you’ve created multiple polls in the admin area, how do you control which poll is actively displayed? I don’t see an option to change this. I’m using the polls at https://www.tpimagazine.net. The only issue that I had installing was that my theme’s index.php file did not have the line
'<?php get_header(); ?>'
. I had to find a similiar line and then insert the'<?php vote_poll(); ?>'
line of code.Forum: Plugins
In reply to: Wp-Polls 1.5 updatedI’m using the polls at https://www.tpimagazine.net. When in the polls administration area I do not see how to choose which poll is live within my sidebar. I created a second poll and it became the displayed poll automatically… Do I have to hack some php code to control this?