tonnaer
Forum Replies Created
-
Forum: Plugins
In reply to: [EUCookieLaw] FB visualizza contenuto del bannerGrazie. Pare sia proprio cosรฌ.
Forum: Plugins
In reply to: [EUCookieLaw] FB visualizza contenuto del bannerHo installato All in One SEO Pack, e adesso c’รจ la descrizione della pagina nell’header. Ma non cambia niente. C’รจ sempre il testo del banner quando condivido la pagina su Facebook.
1) Indeed, top and bottom refers only to the page content. So the content of the two plugin fields is inserted right before and after the page content.
2) The plugin doesn’t insert anything you didn’t put in the two fields. If you put a <script> tag, then there’ll be a <script> tag. Otherwise there won’t be.Thanks for the info and the link. So it’s nothing that can be solved in a plugin, you must do a modification of the WP code.
Forum: Plugins
In reply to: [Creative Clans Slide Show] Slide Show PluginIf you post a link to your site, I can take a look.
Forum: Plugins
In reply to: "Last updated" date not updatingI solved the problem.
First I committed version 1.1 to the repository. Once it showed up in the WP plugin directory (still showing the “not updated for 2 years” message), I then committed the current version 1.2 again. And once that showed up in the WP plugin directory, it had the correct “Last updated” date, and the message is gone.So apparently once your plugin has “expired”, you must first do a commit with the expired version number, and only after that commit a higher version number.
Very strange. Even more so because it doesn’t always give this problem. As I said in my first post, I updated another “expired” plugin with a higher version number only a few weeks earlier, and had no problem whatsoever with that one.
Forum: Fixing WordPress
In reply to: Losing custom plugin data when restoring autosaveAfter a couple of hours of searching, I seem to have found the answer.
I’ve added the nonce field verification (as in the example on this codex page: http://codex.ww.wp.xz.cn/Function_Reference/add_meta_box) and now the values don’t disappear when I restore an autosave.Hi there, thanks for the compliment. I’m glad you like the plugin.
I checked your website, and it looks like you solved your problem? I see no dot.Forum: Plugins
In reply to: Best way to accomplish *Simple* GalleryI thought I had found one in Creative Clans, until I discovered it was only for widgets. It had a fix for embedding in posts
There is a new and easier way to use widgets in posts. If you want to know how to use it with the creative clans slide show widget, read “Using the WordPress slide show widget in a page/post“
I’m not sure if there is a gallery already created that would import all of the pictures from a folder on your site.
The creative clans slide show widget does. It’s a feature that doesn’t always work, it depends on the server settings I guess. But it works fine for me ๐
Of course.
Forum: Fixing WordPress
In reply to: Google conversion trackinghttp://www.creativeclans.nl/products/embed-script/
You can also find it in the WordPress plugin repository
Forum: Plugins
In reply to: [Plugin: Sociable] How to remove sociable from one specific pageEdit the page. On the right you’ll find a checkbox with “Sociable disabled?”. Check it.
The same goes for posts.
Forum: Plugins
In reply to: Losing empty line at beginning of textareaThanks for the suggestion. I tried with a simple space, and that works fine. So for the moment, I’ll put this ‘trick’ in the manual.
But, I hope that someone can tell me how to prevent WP from trimming leading empty lines from the textarea input. I really don’t understand why it should want to intervene in such a way in the user input.
Forum: Plugins
In reply to: Flash call to WordPress to get data (AJAX) – how to?Thanks for your answer. After a long and difficult search, I already found some info and am working on it ๐
As you may have noticed, it is really hard to find the info you need when you go beyond the very basic level of WP plugin development. Unless, maybe, you know exactly what you want and where to find it. So thanks again, all help is more than welcome.