geerthoekzema
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] meta noindex, follow doesnt show up on paged pagesnvm – it looks like that the problem is due to a theme issue.
Wordpress doesn’t recognise any of the $paged parameters etc.Forum: Plugins
In reply to: [W3 Total Cache] MFUNC still not workingI’m getting a bit frustrated…
I really appreciate this plugin, but when the fragment caching is not working, some of my sites are not working correctly.
If there is anyway to get more support, i’d like to know.
Forum: Plugins
In reply to: [W3 Total Cache] MFUNC still not workingHi Frederick,
Thnx for your reply.
Unfortunately it didn’t work out. There are no .old files, so no need to delete those. I’ve tried basic and enhanced cache. The first one with and without the late init option one.
What am I missing?
Forum: Plugins
In reply to: [Yoast SEO] Fatal Error after upgrade to 1.4.7Never mind, I fixed it.
Same problem as here:Forum: Plugins
In reply to: [Yoast SEO] Fatal Error after upgrade to 1.4.7I’ve got the same error. I’m running a multisite. Do you have any information about this issue?
Forum: Plugins
In reply to: [W3 Total Cache] MFUNC still not workingHi Frederick,
Is there any news on this issue? Are we doing anything wrong? I do have two sites with this issue now. Please response.
Forum: Plugins
In reply to: [W3 Total Cache] MFUNC still not workingIt’s not working for me.
The mfunc function never seems to work correct with me… and i’ve tried every combination possible.What i’ve done so far:
1. <!-- mfunc mysecret mother_off_all_forms(); --><!-- /mfunc mysecret --> 2. <!-- mfunc mysecret echo mother_off_all_forms(); --><!-- /mfunc mysecret --> 3. <!-- mfunc mysecret -->mother_off_all_forms();<!-- /mfunc mysecret --> 4. <!-- mfunc mysecret --><?php mother_off_all_forms();?><!-- /mfunc mysecret --> 5. <!-- mfunc mysecret mother_off_all_forms --><?php mother_off_all_forms(); ?><!-- /mfunc mysecret --> 6. <!-- mfunc mysecret function1() --><?php function2() ?><!-- /mfunc mysecret -->
#4 and #5 are returning the function, but it is not excluded from the cache.
#1 and #2 are only returning the function when im logged in, when i’m logged out there is no result
#3 is just showing the text.
I’m kind a frustrated. The whole mfunc function seems to be buggy, because it never works as described in de FAQ.
Update with #6
When i’m logged in (= page cache off), function 1 is being executed. When I’m logged of (= page cache on), function 2 is executed (and is cached).Forum: Plugins
In reply to: [Breadcrumb NavXT] Rich snippets getting removedHi Mtekk,
First of all. If you are changing you plugin it would be great if you would give a warning of somekind. I’m using the plugin on multiple sites (20+) and have to update a lot of sites because of the plugin is removing all the li’s and rich snippets.
Second, i’ve implemented the rich snippets according to schema.org, but it isn’t showing up:
See: https://www.uit-zeilen.nl/contact/
and: https://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.uit-zeilen.nl%2Fcontact%2F&html=Any ideas?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Rich snippets getting removedHi Mtekk,
Thanks for your reply.
I’m using the schema.org data-vocabulary now. So all problems solved ??Forum: Plugins
In reply to: [W3 Total Cache] WPMU / Network: minify is not workingHi Frederick,
It solved itself with one of the new updates.
Thank you for your support, i can imagine that you had some busy days in the past weeks… Dont forget that the plugin still is great! And so is your support.
Forum: Plugins
In reply to: [W3 Total Cache] Updated Plugin, FTP issues recurringAh well,
I’t almost working now.1. Deactivate the plugin
2. Remove all files (cache + plugin)
3. chmod /wp-content/ to 777
4. re-install plugin
5. activate pluginThe problem is the file-ownership. Either the wp-content should be owned by apache, or the rights should be 777. But… also the cache files should be 777 or owned by apache. I resetted all the file-ownerships tot “user”, thats why the plugin wasn’t working for me.
Forum: Plugins
In reply to: [W3 Total Cache] Updated Plugin, FTP issues recurringSame problems here, what i’ve tried so far:
1. add define(‘FS_METHOD’, ‘direct’);
2. that worked for most of the errors, but i’m stille getting the
W3 Total Cache Error: Could not change permissions 755 on /var/www/vhosts/XXXXXXXXX/httpdocs/new/wp-content back to original permissions 7773. I resetted the file ownership (via direct admin) of the wp-content folder
4. any settings that I change are not saved. I’m trying to turn on the page caching. When I do so, it gives me the message that all changes are saved, but the page cache is still off.
5. I’m also getting warnings that my wp-content folder should be 0755 or 0777 (depends on what the current chmod is).
Same problems on other websites. As you stated in other post, I think it got something to do with the file-ownership. However, i’m only able to reset the file ownership. Which changes the ownership to my “user” and not to apache.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Creating a custom searchHi Deutschwulf,
I’m missing the search argument in your arguments. In order to get the search working you should add to your arguments: “s” => $_GET[‘s’]
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Creating a custom searchOk; found the solution.
In short:
1. create the ajax call’s you want, and your custom query with new WP_query
2. you can create a relevanssi search via: relevanssi_do_query($your_custom_wp_query);
3. Dont forget to add the ‘s’ field to your arguments for the wp_query();
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingAh well..
I actually red the error and added my domain as a API domain in the app (via linkedIn). That solved my problem/