sdonnet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Zoom] Plugin works ok, except when DOM is refreshedHi Diana,
It works ! Thanks you !
Sylvain
Gabriel,
Thanks a lot !
I have translating missing French texts, relative to Profile Builder.Thanks again !
Sylvain
You’re welcome…
A friend of mine, webdesigner, seems to have found the problem : the CSS style “login-submit” is not declared. So I added to my theme CSS, and it works now !
If this could help someone…
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Spoiler open/close by JSHa ! Thanks a lot !
I have more informations :
the ‘register’ button and the checkbox ‘send these credentials via email’ are correctly translated. Not the field labels.Forum: Plugins
In reply to: [Front End PM] Shortcode does not display, due to role emptyHi,
Sorry for the delay of my reply, but my customer has postponed the use of the plugin.
Thanks for your advices. See you probably in a few months…
Best Regards
Sylvain
Forum: Plugins
In reply to: [Front End PM] Shortcode does not display, due to role emptyI forgot to say : all roles have been checked in “Dashboard > Front End PM > Settings > Security > Who can access message system?”
Forum: Plugins
In reply to: [Front End PM] Shortcode does not display, due to role emptyYes, user has 1 role. We have traced fep_current_user_can, with access_message parameter. It is called about 12 times per page. On the last call, when called by “main_shortcut_output”, wp_get_current_user()->roles returns an empty array. But, on all the previous calls, wp_get_current_user()->roles return an array with correct role.
Hi,
Thanks for the reply.
I used the shortcode, instead of a pre-registered popup, because the content (in my example, the <div id=”%s”>%s</div>) is built from PHP, by calling et querying external DBs or webservices.
Regarding your reply, does that mean I can modify the zindex and overlay_zindex, by Javascript ?
Hi,
It works now ! JS problems, effectively.
Thanks again !
Ouch… Sorry, I left a JS error. I check again.
Sorry againHi,
any news ?
Hi,
Yes I followed the doc, and yes, I take care of the ID.
I am trying to go back to the basis : I have created a simple test page, with a popup-trigger calling a popup declared in the admin console (choose-roll, or id 300). You can check it at :
https://sagas.cloud/test-pum
(sorry for the bad contrast… Not yet set)
I cannot click on “Click here for POPUP” to open it. I also tried with a tag=a
In the source page, it seems that all code is generated (js, css, …)
The shortcode to trigger is :[popup_trigger id="300" tag="span"]Click Here for POPUP[/popup_trigger]
Thanks,
I can just add a comment : all the HTML+JS code generated by the shortcode seems to be present in my web page, but the link (generated by the shortcode [popup_trigger]) is inactive. The same [popup_trigger] referencing a popup declared in admin triggers well.