willee
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] Poll showing up on front page without being calledUsing wordpress 3.5 and css modified twenty ten theme
Forum: Plugins
In reply to: [WP-Polls] Poll showing up on front page without being calledCrazy…
Never used your plugin before and this was at the top of my index.php
<?php if (function_exists('vote_poll') && !in_pollarchive()): ?> <?php get_poll();?> <?php endif; ?>
Forum: Themes and Templates
In reply to: Current URL path variableSolution:
$path = substr( get_permalink(), strlen( home_url('/') ) );
Gets the permalink and strips home root path from it
This is fixed in the latest update, 1.5.4
I just updated and deleted users previously created in test and then logged in again with them. It appears to be working.
This issue is fixed in the newest release 1.5.4, Thank you very much. My only request would be that they are not forwarded to the profile page after first log in. I don’t want people thinking they can change their password.
pako69,
On the advanced page there is a check box
User Creations Create WordPress user for authenticated LDAP login with appropriate roles.
make sure that is unchecked and a user will not be created.
Forum: Fixing WordPress
In reply to: FTP credentials required, not workingmy host is using sftp. I am trying to configure vsftpd right now.
what host do you use?
Im using rackspace. All their linux servers and sFTP.
Forum: Fixing WordPress
In reply to: FTP credentials required, not workingForum: Fixing WordPress
In reply to: FTP credentials required, not workingOK, I changed “/var” “/www” and all wp folders to 777.
Still not able to get it working.
Forum: Fixing WordPress
In reply to: How to access the head section of the homepage<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
Tried adding a metatag after that line and still not working. Anyone had any experience with this?
Forum: Fixing WordPress
In reply to: Copying entire siteThanks a lot.
Forum: Fixing WordPress
In reply to: Trouble removing categorieshttps://www.moxiejava.com is the website that I have been referring to.
The shop page contains the list of categories on the left side of it.
Is the area in light brown part of e-commerce or the widget?
Have to drive home…my response will be delayed.
Forum: Fixing WordPress
In reply to: Trouble removing categoriesI went into the widget menu and there was a “sidebar1” box area with an item inside it called “Text” it was a html filled box that had an unordered list that contained list items. I removed the list item that corresponded to subcategory that I needed removed.
I am new to wordpress. (less than 1 month) So I am not sure if this is the intended way that the widget is supposed to function.
Thanks for your help in this matter.
Forum: Fixing WordPress
In reply to: Trouble removing categoriesI can try disabling other plugins, but as far as trying a different theme goes…It was created for the company before I worked here by an outside source. Thank you for the tips.
Forum: Fixing WordPress
In reply to: Trouble removing categoriesDouble checked, everything that is being shown in that category is not assigned. The category is just populating randomly.
Thank you @deepbevel