Jakets
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blog in Directory QuestionsAlright, thanks for the help. Earlier in this thread you told me it was working, so I’m not sure why I need to edit the .htaccess paths? Obviously this is over my head, so I guess I will just call it quits and go with what its doing now…
Thanks again.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blog in Directory QuestionsOk.
I have it setup like this:
/ <– .htaccess is here and this is where the index is and the site displays from
/blog <– Blog installed here, but site is setup and showing from /When I activate the plugin it wants a .htaccess in /blog, it doesn’t seem to see the one I have setup in /
If this is not whats supposed to be happening I will try and submit a bug report.
Thanks
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blog in Directory QuestionsSo you won’t support WordPress installs in directories? I’m not sure how to better explain the issue, its exactly like I said. What paths would I need to manually change? the directory is /blog and the install runs from the main directory where my .htaccess is. I followed this guide for my install: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Thanks
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blog in Directory QuestionsYep, still have it with 0.8.5.2
I’m off to bed right now, but let me know if you need any other information and I will get back to you tomorrow.
Thanks
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blog in Directory QuestionsI will take your word for it then, is there any way you can make it work better with blogs in directories? It wont let me de-activate the plugin and re-activate it without first creating a .htaccess in /blog and making it writable. I then have to delete it afterwords and setup the code in my main .htaccess.
I also don’t see what you were showing me with that link, it just gives me a standard 404 not found.
Thanks! I just upgraded to your latest version a few minutes ago.
Forum: Plugins
In reply to: Contact Form 7 Code does not create form on pageYou can install the Akismet plugin to prevent spam contacts and comments, or if you already have it you don’t really need simple captcha.
Also is there anything I can do to make this work with NoSpamNX? It seems that all comments from the mobile theme are automatically kicked to spam when this plugin is enabled.
Thanks.
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Doesnt work well over embeded you tube videosSo I will need to manually add these to every flash file I embed? It would seem like since the plugin can already add code to images it should also do this by default for embeded flash. Thanks for the info though, it seems to work fine. I guess I will do that for now. If it is possible to somehow work this into the plugin though, that would be really great as it seems lightbox 2 does exactly this.
Hmm, I found it.
$architectNoScaleImages = array('wp-smiley', 'sociable-hovers', 'rating_title', 'icon', 'rating', 'podcasticon', 'site-icon', 'sociable', 'sociablefirst');I’m not sure what to say the class is. Its just a regular image that is small. I’m not uploading a large image and then using the WP thumbnail. I’m just uploading small images. Can’t you just make large images scale to fit? I have tried almost every mobile plugin and none that I remember do what this one does with small images.
Let me know how to find the class as I don’t see anything special on any of my images. This is a normal smaller one:
[caption id="attachment_2514" align="aligncenter" width="135" caption="Fancy Topiary"]<img class="size-full wp-image-2514 " title="fancytopiary_gift" src="http://farmvillefanatic.com/blog/wp-content/uploads/2010/03/fancytopiary_gift.png" alt="" width="135" height="157" />[/caption]Thanks.
Forum: Plugins
In reply to: Fixing a URL call from pluginSomebody? I’m pretty surprised I haven’t gotten any help on this one… I have tried replacing get_option(‘siteurl’); with get_option(‘http://farmvillefanatic.com/’); and this does not help, it just causes the page to redirect within paypal instead of even going to my site.
I would really appreciate a solution.
Forum: Plugins
In reply to: Fixing a URL call from pluginBumping once again as I still need a solution.
Forum: Plugins
In reply to: Fixing a URL call from pluginAnyone please? I can just use the full link address coded into it if someone would just let me know where to slap it in.
Forum: Plugins
In reply to: Fixing a URL call from pluginCould someone please help? Are these forums a bit dead? This is my 3rd post in the last week asking for help about an issue, I am detailed and polite and yet I have received 0 help. π
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Disk vs MemcachedWell, I also have one more thing to add. I run WP from a directory (/blog) and when I set caching mode to Enhanced it tells me to setup the info in the /blog/.htaccess file. I do not want to use an .htaccess file in this directory, so I hide the message and set it up in my main directories .htaccess file. Will this work? It does say its cached with enhanced in the source of the site now, but I’m not sure if its really working or not.
Also I am still looking for advice on if I should use memcached for any of the 3 or just use disk all the way. My host said I make a lot of disk writes and I’m not sure if offsetting some of those to memory would help or not.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Disk vs MemcachedStill looking for some advice on this one.