zestylemon
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Notes Plus] Request: General plugin notes fieldI too would love to see this feature added. ??
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] SSL errorI’ve installed Really Simple SSL plugin which takes care of everything.
The only problem I can see is with the Social Share plugin v1.4.6 (latest version) not showing the logo images for StumbleUpon. This is because the image is served over HTTP instead of HTTPS. I can’t see any HTTP reference (to change it to HTTPS) in the code for StumbleUpon so suspect the problem lies with StumbleUpon serving this code.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage your subscriptions link not workingI too am having the same problem. It looks like the developer’s not replied to any other recent threads – I hope he hasn’t abandoned this plugin.
With the plugin suddenly not working as expected, Google has now detected a significant increase in the number of URLs that return a 404 (Page Not Found) error.
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] Unable to accept/closeI’m not sure if you’ve managed to fix this or not but it works as expected for me using Firefox 11.0
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] sitemap.xml not generated“See if permissions on this folder are set correctly” – as I pointed out in my original post there’s no mention of what the correct permissions are. In the end I reverted back to the Sitemap plugin I was using before. There’s been a few updates since I posted this thread; and maybe this better documented now?
When I’ve got a bit of spare time I’ll give the sitemap functionality of this plugin another test.
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Conditional date tags?I too wish dates could be used in Widget Logic. Any word from the developer as to whether this is on the roadmap or not?
Benz1: Did your widget pass beta testing? Have you added it to the repository?
For the benefits of others here’s what changes need to be made.
You need to specify the ‘image_src’ and ‘og:image’ meta tags in your HTML. Lucky for that’s taken care of with the ‘Add Facebook Share Thumbnail + Meta’ plugin.
After my last post I decided to dig a little… it seems this problem was being caused by the ‘Facebook Connect’ plugin which I’ve now deactivated.
Now that I’ve done ‘show source’ I can see what’s causing this problem. Scrolling down to the bottom…
<script type=”text/javascript”>
(The bulk of code has been snipped out)
FBConnect.article_title=”<title>Article name<\/title>\n”
FBConnect.setup_feedform();
</script>To me this confirms it’s most likely the plugin that’s adding in the <title> tags.
Thanks to Azizur I’ve now got one less script reference in my <head>. Are there any other plugins that you’ve patched in this way?
Is this a simple mod, that with step by step instructions on what to edit, it could be applied to other plugins?
Forum: Plugins
In reply to: [Plugin: FaceBook Like Button Plugin for WordPress] Manual insert to theme<?php echo fblike_get_iframe(get_permalink($post->ID)) ?>
Works for me as well. Please can you look at adding this piece of info to the admin screen of the plugin – easy for me & others to find should we need this info again in the future.Thanks for a great plugin!
I haven’t had a chance to act on your most recent post yet – will do that later today or tomorrow.
I’ll be sure to help spread the word and tweet the link to your tutorial when you publish it.
I suppose now I’ve got something extra to think about when I next upgrade PHP. I’m thinking about my expeience where I had to downgrade PHP (due to the missing files) to get APC to work, especially as the APC setup is done after compiling Apache.
I’ve glad that I’m able to report some progress ??
Following your earlier instructions entered this:
phpize && ./configure –enable-apc –enable-apc-mmap –with-apxs=/usr/local/apache/bin/apxs –with-php-config=/usr/local/bin/php-config && make && make installHere’s the last couple of lines of output:
Libraries have been installed in:
/usr/local/src/APC-3.0.19/modules
Build complete.
Don’t forget to run ‘make test’.Following on with your instructions you said:
This will configure APC and install it in your extension directory.
cd /usr/local/lib/php/extensions/no-debug-non-zts-20090626
dir
You should see a file named apc.so in that directoryapc.so is not in this directory, but can confirm that it’s in /usr/local/src/APC-3.0.19/modules as per the last couple of lines of output I detailed above.
I’m not sure if this creates a problem for me or not. tT this point I’ve looked through the rest of your earlier instructions…
nano /usr/local/lib/php.ini
you should see extension=apc.so somewhere. If not add it then copy the settings from wp-content/plugins/w3-total-cache/ini/apc.ini and add them below extension=apc.soThere’s absolutley no mention of ‘apc’ anywhere in php.ini
so I’ve added ‘extension = apc.so’ and the contents of the the apc.ini file you mentiond. I then restarted the httpd service.Going to the W3 Total Cache plugin admin… APC appears in the dropdown list. I can’t believe it!! ??
Given the different directory name (as I mentioned above) I’m hoping that everything is working as it should be – my website is serving pages so on the surface all appears to be OK. I hope the same goes for ‘under the hood’.
You’ve been a massive help, I really do appreciate it!! Thanks for sticking by and offering me support and step by step instructions right to the end. It’s been a massive help and I’ve learnt quite a bit. Thank you. A very big thank you! ??
Is there any kind of Dummies Guide to tweaking the APC settings in php.ini to get W3 Total Cache running at it’s best?
Thanks for all of your advice! ??
Before I start the complile I thought I’d take a look to see what’s in /usr/local/lib/php/extensions/
There’s 2 directories in there:
no-debug-non-zts-20060613/ & no-debug-non-zts-20090626/no-debug-non-zts-20090626/ contains eaccelerator.so* & memcache.so
At some point in the last 2 days I managed to get Memcache working. When I recompile should I include Memcache or not?
Your easyapache build file; yes please. I’m sure that’ll come in handy.