Daynah
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for adsense revenue plugin pleaseYou can try searching the plugin directory for something that you need.
I found this one, but I don’t think it’s exactly what you needed:
http://wordpress.org/extend/plugins/advertising-manager/Forum: Fixing WordPress
In reply to: Excluding pages from navigation menu<?php wp_list_pages('sort_column=menu_order&title_li=&exclude=17,38'); ?>I believe the only correction is putting the ‘&’ in before exclude. Try that out and see if it works. 🙂
Forum: Fixing WordPress
In reply to: Excluding pages from navigation menuHello magicalwonders,
Yes, that’s exactly what I would do. Use the wp_list_pages for the header navigation, excluding the two pages, and hardcode the other two links in the footer.
Forum: Everything else WordPress
In reply to: Forms and Unique OutputYou could use WordPress as a basis for this, but this may take a little bit of development time. Have you looked into http://wufoo.com ?
Forum: Plugins
In reply to: Adding PHP code to a page@awarner20, yes it is. You would need to edit the default Page Template — it’s usually named page.php in your theme set.
Forum: Fixing WordPress
In reply to: Turning off Visual Editor.Yes it’s possible! I prefer working with the HTML editor as well.
This option is available for each user to turn off and on. Log in the Admin Control Panel and go to:
Users -> Authors & Profile
Find your username and click on Edit.
Uncheck “Visual Editor”
Hope that helps. 🙂
Forum: Fixing WordPress
In reply to: Twitter won’t work in sidebar (Office Folders theme).Hi seenuFour, I installed the theme to test this out. It looks you need to set up the Twitter options before you can see anything.
Log into the Admin control panel and on the left side, look for:
Appearance -> OfficeFOlders Theme Options
Click on it. Then add in your Twitter name and Save Settings.
Now go back to your website. You will see the bird and a link to your Twitter page. 🙂
Forum: Fixing WordPress
In reply to: Can’t use HTML MAP tagHi Jamida,
I’m not sure if this is the best way of fixing it, but you may need to edit the kses.php file and add
'map' => array( 'name' => array());to the file. I wrote a short blog post about something similar here:
Editing kses.phpForum: Fixing WordPress
In reply to: WP 2.8 – tags no longer savedI had the same problem too, but it went away when I deactivated the “No Flash Uploader” plugin.
My suggestion is to go through the plugin list and deactivate one by one to see if it helps.
Forum: Fixing WordPress
In reply to: can’t add tags in 2.8I had the same problem too, but it went away when I deactivated the “No Flash Uploader” plugin.
My suggestion is to go through the plugin list and deactivate one by one to see if it helps.
Forum: Fixing WordPress
In reply to: XML Parsing Error: junk after document elementWhich plugin do you think it’s coming from? Can you search for ‘zd_CommentsWidget_widget’ in all your files — themes and plugins and see if anything comes up?
I’m pretty sure you checked this, but can you double check if you are you editing/deleting files on the correct server?
Do you have any other information that we can help you pinpoint the problem with?
Forum: Themes and Templates
In reply to: Contact/comments pageHi luisiher, try installing one of these “contact form” plugins.
http://wordpress.org/extend/plugins/search.php?q=contact+formForum: Themes and Templates
In reply to: custom header image – division by zeroWhat theme are you using? What plugins are turned on? Could you be more specific?
Forum: Everything else WordPress
In reply to: Disappearing drafts and published postsHmm, that’s odd. What version of WordPress are you using? I had something similar happen to me in a much older version.
Forum: Plugins
In reply to: WP Gravatar Plugin: Parse errorAre you running the latest version of WordPress (WP 2.7)? I believe Gravatars have been integrated into this version. See if deactivating this plugin will work.
1) Go to Plugins -> Installed
2) Deactiviate GravatarsThen go to:
3) Settings -> Discussion
4) Scroll all the way down to Avatars
5) Select the default avatar and save.Hope that helps!