Gianfranco
Forum Replies Created
-
Ok, I did get it, with the help of someone on the StackExchange forum, so here’s the code:
$('#comments textarea').click(function() { if ($("#fb-user").length == 0) { // If the "SFC Plugin" element doesn't exists, than apply the code $('#comment-user-details').slideDown("slow"); } });
Forum: Plugins
In reply to: [Polylang] A warning for the plugin authorOk, no problem. I just thought it’d be good to be aware of it, just in case.
Forum: Plugins
In reply to: [Polylang] Detect browser language not working properlyI found this other topic addressing the same issue:
https://www.ads-software.com/support/topic/plugin-polylang-browser-detection?replies=2So, in reality, the plugin behaviour is set more to detect “the last used language ” more than “detecting the browser language” (which it does only for the first time).
I think this is not very convenient: one could have switched language for some reason, but still got the browser set in the other language. On the other hand I understand that the idea behind is that someone may have a browser in a given language but if he/she was reading something in that language on your site, than the site will assume that this is your language, right?
Mmm… is there a way to choose the behaviour, or to implement such an option in a feature release?
Forum: Plugins
In reply to: [Polylang] non unique slugs, and an other questionWell, I hope your investigation will lead to the solution…
Keep it up, and thanks for your efforts!
??Forum: Plugins
In reply to: [Polylang] non unique slugs, and an other questionCan’t you work together with Chouby, the plugin’s author, on this?
This is a major future when it comes to language management…
Forum: Plugins
In reply to: [Polylang] non unique slugs, and an other questionJustMeSender, I posted a topic about this problem (not the solution):
https://www.ads-software.com/support/topic/url-structure-question?replies=3So I am very interested in finding a solution. I hope that this will be integrated into the Plugin core by Chouby, instead of just represent a hack.
I’ll be hoping for the best…
Forum: Plugins
In reply to: [Polylang] URL structure questionOk, I found this other related post, which is so recent that I’m sorry I didn’t find it BEFORE posting another topic on the subject:
https://www.ads-software.com/support/topic/non-unique-slugs-and-an-other-question?replies=6
Forum: Plugins
In reply to: [Polylang] URL structure questionI just find this post here, with the same issue:
https://www.ads-software.com/support/topic/plugin-polylang-identical-page-names-in-different-languages?replies=8In my opinion, a valuable language plugin should provide a way to achieve this!
If the plugin don’t allow it yet, I really hope Chouby will get this to work.I am considering to switch my multi-language website to a plugin other than qTranslate, which is a pain in the ass to manage every time there is a WP update.
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Custom Post Type don't show in Menu OptionsOh, thanks, Frank! That did it. So simple, but you had to guess it…
??Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Custom Post Type don't show in Menu OptionsI tried to delete the other Custom Post Type (the one showing) from functions.php, just for a test check, and the “Menu Options” keeps showing it.
It looks like it’s a sort of caching issue, but actually the “Write Options – Public Events” and “Write Options – Events (other custom post type)” update fine when I deactivate one or another.
It’s just the Menu Options that is stuck and doesn’t refresh. It just keeps the first Custom Type (Events) and doesn’t show the other one I need to hide (Public Events).
Thanks, Simon.
I already tried to empty the browser’s cache: no result! It’s really annoying. My client will surely need to edit on IE. I hope the Visual Editor is fine on IE!
I uploaded the latest version 2.5.30 for WP 3.4 and the the Visual Editor is not working in Safari and Chrome, but it does in Firefox. (I’m on Mac).
I tried to deactivate the plugin and it’s working in Safari and Chrome too.
How can this be?
I’ll try the Breadcrumb Trail plugin, but I doubt it will be able to assign a trail automatically, because for WordPress the Custom Types are not a nested element.
Having a Breadcrumb that “stops” where Custom Types begin, is really killing.
I wonder how the tons of developers do, or justify the lack of this basic functionality to clients who just want a Breadcrumb all along their website (go tell them “Hmm… WordPress, you know, doesn’t handle this, because a Custom Post Type is not a Page”, and see the reaction…). ??
Maybe I’ll try to get around it using the P2P plugin for the “Custom Type” Single template, telling the client he needs to create a connection in the backend (select a page). Only thing, I am not a PHP master, so I am wondering if you can easily provide such a code to generate the connection and the Breadcrumb for the “single-event.php” template.
Thanks anyway, Scribu.
I am actually using Breadcrumb NavXT plugin to generate the Breadcrumb.
Region, Country, Events, Future Events: are Pages.
Event Name: is Custom Post Type.The problem is that when you are on the “Future Events” page and click on an event, you end up having this Breadcrumb:
Home > Event NameSo, you loose the hierarchy, because the Custom Post Type is not connected to a given page.
Thanks Otto, that solved my problem, I appreciate your hemp on this. I would have never guessed!
Anyway, the “Share”button is deprecated? is there an altrernative now to share a webpage on Facebook?