jaimebib
Forum Replies Created
-
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Redirection issue when loggin in (Network Site)Ok after reading on your support forum it could also be a redirection conflict with s2member, is your plugin compatible with s2?
After more research it seems that admin get’s redirected without any issues but other user roles still have the same problem with getting stuck after clicking on login button.
Forum: Plugins
In reply to: [Theme My Login] Translating Theme My LoginDid translation stop working with the last update? I uploaded the new .mo .po files but for some reason the plugin refuses to use the translated strings.
Forum: Plugins
In reply to: [Theme My Login] What's the url for the logout link?That’s the thing Jeff, I’m not using wp nav using a regular html link for the logout. Any advice on which url to use so users can logout without getting the error message first? I have tried the url for the logout page but dosen’t seem to work as well.
Thank you
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 popupAnyone?
Forum: Fixing WordPress
In reply to: The plugin / plugin.php has been deactivated due to an errorOk thanks again for the help!
Forum: Fixing WordPress
In reply to: The plugin / plugin.php has been deactivated due to an errorThanks James, one last question, since I only have several small sites (a couple pages) and no backups, I’m just gonna reinstall a new instillation of wodpress. Do I need to remove the databases and put new ones in your opinion or could I use the old ones?
Forum: Fixing WordPress
In reply to: The plugin / plugin.php has been deactivated due to an erroryes I was using Mailpoet! Ok thanks James!
Forum: Fixing WordPress
In reply to: The plugin / plugin.php has been deactivated due to an errorThis is what I find on top of my plugins php, have i been hacked?
[removed from public forum]
Forum: Networking WordPress
In reply to: No content savedHi I’m having a similar problem when adding new subsites, no new content is saved and it just shows a blank page. Are you using yoast wordpress plugin by any chance?
Forum: Fixing WordPress
In reply to: All images broken after resetting .htaccessI changed it to this and it seems to be working
<blockquote># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
Forum: Networking WordPress
In reply to: Moved my site to new host now getting 404sAlos noticed that the pages at the main site work when accessed trough the wp dashboard and the permalinks have been set to default however all of the sub sites gives me 404 cannot even access their wp admin. The pages from main site goes back to 404 when i set the permalink to postname as well.
Forum: Networking WordPress
In reply to: Moved my site to new host now getting 404sThanks Scott for the tips, tried both and still no luck. Any other ideas on how to fix this?
Forum: Plugins
In reply to: [W3 Total Cache] Remove Query StringsI,m wondering about this as well, I have never seen this issue before on any of my sites might have to do something with the recent update. Anyways I have looked everywhere trying to solve this issue but no luck..
Forum: Fixing WordPress
In reply to: Remove query strings from static resources plugins slowing down siteAnybody?
Forum: Networking WordPress
In reply to: Webmaster Tools Crawl error not found wordpress feed multisiteHi Mike exactly there are no posts at all because I don’t need a blog on the subsites only pages. Do you know if there is a way to disable the rss feed on the subsites? Would the yoast plugin do the trick by selecting to hide the rss links in the head section?
Thanks for your help and time!