fpats
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reduce file countThanks for the tip. I already use wp-optimize which cleans revisions i believe so it must be something else?
Forum: Fixing WordPress
In reply to: php help, need to add some space at the end of postsThat’s perfect, thanks for your help.
Forum: Fixing WordPress
In reply to: php help, need to add some space at the end of postsOh ok.
If you check this post
I wanted to try and insert a divider or an extra line of space between the end of the post and the social share buttons if possible.
[Oh – be serious! This is a free, volunteer-staffed forum – not online chat! No bumping. If it’s that urgent, consider hiring someone.]
Forum: Themes and Templates
In reply to: Need help to change textarea colours after clicking.thanks, that’s what i’m doing but if i change the text colour in the drop down it also changes some of the text elsewhere. Maybe it can’t be done.
the theme is BUDDY
If you click on “buddypress” then “activity” it’s the box that has “show” at the side of it.Forum: Themes and Templates
In reply to: Need help to change textarea colours after clicking.Got it working, thanks again!!
Final related issue is the drop down selection menus in Buddypress, i don’t know if you can help or if i need to start a new topic…
The dropdown to choose where posts are being made is also white on white. If i change the text colour it changes other text on the page which i need to remain white due to the dark background so i’m completely stuck.
Forum: Themes and Templates
In reply to: Need help to change textarea colours after clicking.i’ve managed to change the text to black in the comments form which works, using this code..
#commentform input:focus, #commentform textarea:focus {color:black;}
Could anyone point me to where i’d do this for all forms?
i need “search box” “login” & “registration”thanks again
Forum: Themes and Templates
In reply to: Need help to change textarea colours after clicking.Thanks esmi, i’ve entered it into the custom CSS with the right colour code but it’s not worked.
I’ll keep trying ??
Forum: Fixing WordPress
In reply to: what happens to my old posts when I delete the old admin account?I’m trying to delete my admin account after creating a new admin, using multisite.
I’m not getting any options to transfer posts, either on main network or subsites. What will happen to the posts and authors?
I get this message when trying to delete..
“Transfer or delete posts before deleting users.
Warning! User cannot be deleted. The user admin is a network administrator.”
Forum: Plugins
In reply to: [Facebook] Does this plugin actually work for anyone?!!!Thanks for that derfeluk, i’ve installed 1.2.3 but it’s made absolutely no difference.
I’m glad i read this, was just about to sign up.
I’ll give it a miss now.Forum: Networking WordPress
In reply to: Unable to upload MediaMy htaccess…
# BEGIN REMOVE SLUG CUSTOM POST TYPE RULES
RewriteRule ^ia_invites/(.+)/$ /$1 [R=301,L]
RewriteRule ^dpw_email/(.+)/$ /$1 [R=301,L]
# END REMOVE SLUG CUSTOM POST TYPE RULES# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
php_value memory_limit 256M
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Post error after updatingsorry! ??
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Post error after updatingI apologise, it didn’t update properly.
I’ve just tried again and all is now fine.thanks alot!
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Post error after updatingthanks for the replies, i’ve updated BP Media but still getting the error i’m afraid.
thanks, that worked.
guess i’ll have to find a different security plugin ??