cnev
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Permalinks] trailing slashHi, possibly related to this, now when I enter a custom permalink, a leading slash is automatically added, and I get a 404 error for what should be the correct URL.
If I edit the entry in the post_meta table manually (to remove the leading slash) it works fine, but then I can’t update the post in WordPress admin without the leading slash being put on again. Running 2.3.0
Hi Ofer, weirdest thing, went back to check my blog a day later and it’s working fine now. Thanks.
Superb, thank you ??
I should add, it does translate the index page fine (and returns that translated version)
Eric, your suggestion worked fine. Cindy, there is a problem with legacy installs, the table doesn’t get the cat_id field added, so the INSERT query when adding a new to do item doesn’t work.
Here’s what I did to fix the problem:
1) Export the contents of the wp_todolist table, as a complete INSERT query (with the fields named in the query, as there’s a new field in the table for the latest version of the plugin).
2) Deactivate then delete Cleverness To Do List plugin.
3) Install Cleverness To Do List plugin
4) Run the INSERT query created in step 1
5) All looking good, insert queries work fine.Forum: Plugins
In reply to: jQuery 1.4.*, Contact Form 7 v2.2.2 and JSON (and Tracking with Analytics)Thanks for that patch binlid, solved my problem (once I’d worked out how to apply it, which was obvious, in retrospect ??
For anyone who has switched to the newer async Google Analytics tags that go in the header of the page, here’s what I put in my WPCF7 additional settings:
on_sent_ok:”_gaq.push([‘_trackPageview’, ‘/contact_form_sent’]);”
Of course, put anything you like in place of: /contact_form_sent
I’m using virtual pageviews like this because events can’t be turned into goals in Analytics.
Forum: Fixing WordPress
In reply to: [Gallery: Template] How to change the link?Problem solved – the Cleaner Gallery plugin, aside from doing a bunch of other good stuff, gives you the option to choose which version of the file is linked to. And all you do is change the setting in one place in the admin area – no need to re-upload your galleries. Gets my vote!
https://www.ads-software.com/extend/plugins/cleaner-gallery/
typography, if you ever read this, check this out (rather highlights the poor functionality of this forum that I can’t message a user about a solution to their problem).
Forum: Fixing WordPress
In reply to: [Gallery: Template] How to change the link?Same problem here, anyone come up with a solution? It’s nuts that this isn’t an option in the gallery code. Even the Gallery Plus plugin doesn’t help (https://www.ads-software.com/extend/plugins/gallery-plus/)