mattytemple
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Price Filter now showing on category pagesHello,
I have now sent you the login details for WordPress if you could look at this and get back to me that will be great.
The reason we have not updated the products to div.products is becauses this causes display problems in the Shopping theme.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Price Filter now showing on category pagesHello,
I have will send the login details over to you at some point tomorrow so you can take a look at this for me.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Images not pulling from CDNIn the latest development version (0.9.1.4b) these problems seem to be resolved.
Forum: Plugins
In reply to: [W3 Total Cache] Images not pulling from CDNHello I recently noticed this on one of my sites.
Also images in new posts are not been pulled for the CDN but are uploaded.
I use Rackspace Cloud Files for my CDN. The files were been pulled from my old pulled CDN last week before I switched to Rackspace.
Any ideas on how to fix this will be mostly appreciated as we have a large marketing campaign quickly approaching.
Forum: Fixing WordPress
In reply to: Help with PHP Title TagThe title might not change in Google straight away you have to wait for them the re index for page and update their records
Forum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminWP Security Scan will look for volubilities in WordPress but no I’ve never had to deal with a trojan on my servers
Forum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminYes you can use PHPMyAdmin to export and import the database.
backup – http://codex.wordpress.org/Backing_Up_Your_Database#Using_phpMyAdmin
restore – http://codex.wordpress.org/Restoring_Your_Database_From_BackupForum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminWith nothing else in common between the sites I’m stumped as to the cause of the problem
Forum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminApart from the theme do do they all have something else in common? That could be the cause of the problem.
Forum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminMy first thought was the pretty URLs in WordPress but wp-login.php and /wp-admin and physical files and folders and shouldn’t be affected by the pretty URLs settings.
The default WP .htaccess code checks if a file/folder exists before rewriting the URL. If the file does exist it won’t rewrite the URL.
You may need to look at the Apache logs to see whats going on when the 404s are generated.
Forum: Fixing WordPress
In reply to: Someone please help!!At this point no.
With out all the theme files and a good understanding of how the developer coded it, I really can’t do much more.
You should try and contact the developer he/she might know about the problem already and a have a fix.
Sorry.
Forum: Fixing WordPress
In reply to: Someone please help!!OK so after looking through the code the only thing I can think might course the error is the last 2 lines. I’d swap them round an see if it spits out another error.
Forum: Fixing WordPress
In reply to: can't access pages without trailing / – can't access /wp-adminOK you can uncomment the last line and remove the extra section.
Then add the following at the very top of the file.
RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ http://northcoastimports.com/$1/ [R=301,L]source: http://planetozh.com/blog/2004/05/apache-and-the-trailing-slash-problem/
Forum: Fixing WordPress
In reply to: Someone please help!!Either
1. connect to your server over FTP
2. browse to wp-content/themes/3d-realty and download the comments.php file
3. open the file in a text editor (notepad is good)
4. select all the text and copy
5. go to http://wordpress.pastebin.com/ and paste the code in the big box
6. click submit and copy the url in your browsers address and paste it in this thread.or
1. with your hosts file manager browse to wp-content/themes/3d-realty and click edit (if you can’t edit from there download the file and do steps 3-6 above)
4. select all the text and copy
5. go to http://wordpress.pastebin.com/ and paste the code in the big box
6. click submit and copy the url in your browsers address and paste it in this thread.Forum: Fixing WordPress
In reply to: Help me pleas GoDaddy will suspend my domainThere are a few plugins that will handle the uploading and rewriting of the URLS for you. I haven’t checked if they are two way sync so be be careful.
http://wordpress.org/extend/plugins/wp-s3/
http://wordpress.org/extend/plugins/tantan-s3/
http://wordpress.org/extend/plugins/w3-total-cache/ – does a lot more as wellghacks.net have a nice guide for signing up for an S3 account and making it look like it’s on your domain.
http://www.ghacks.net/2010/04/13/setting-up-a-content-delivery-network-in-wordpress/ The cloudfront parts may not be needed depending on the plugin you use.