CeiKay
Forum Replies Created
-
Forum: Plugins
In reply to: [Tooltip CK] Tooltip not workingok, can you please test with a simple tooltip
{tooltip}reference test{end-texte}This is my test{end-tooltip}and tell me if it works or not
Forum: Plugins
In reply to: [Tooltip CK] Tooltip not workingHi
please give me an example of text that you have in your editor for the tooltip
I see a problem in the html code
CEdForum: Plugins
In reply to: [Tooltip CK] ToolTip not working on I-Padsgreat ! thank you for your feedback π
Forum: Plugins
In reply to: [Tooltip CK] ToolTip not working on I-PadsHi
I’m currently in holidays. Please remind me in 2 weeks if I don’t come back to you
Regards
CEdForum: Plugins
In reply to: [Accordeon Menu CK] Icon address gets corruptedThank you for your review and feedback. I will check that and improve both the image selection and the css loading in the next versions
CEdForum: Reviews
In reply to: [Accordeon Menu CK] Awesome Plugin!thank you fo your great review π
CEdForum: Plugins
In reply to: [Slideshow CK] User Capability ChoiceHi
by my side I got this
$user_capability = apply_filters('slideshow_ck_capability', 'manage_options');as said by Vladimir, you can edit this with the filter to add your own capabilities :
add_filter('slideshow_ck_capability', 'set_slideshow_ck_capability', 10, 1); function set_slideshow_ck_capability($cap) { $cap = 'edit_posts'; return $cap; }ok so if the problem is not solved within 48h, I can stop the development of my plugin. Interesting, I take note…
Hi
Please try to give a width to the tooltip. Actually it seems that you have not set this setting. Is it right ?
CEdForum: Plugins
In reply to: [Slideshow CK] User Capability Choicetry to create a new slideshow and tell me if it works
Forum: Plugins
In reply to: [Slideshow CK] User Capability Choiceplease try the 1.1.5 available and tell me if it works
Forum: Plugins
In reply to: [Slideshow CK] User Capability ChoiceHi
which version of the plugin do you have ?
the user capability shall now be fixed
CEdForum: Plugins
In reply to: [Accordeon Menu CK] Open Menu to Current PostHi
the 1.0.3 version that has just been released opens now on the current menu item.
CEdForum: Plugins
In reply to: [Slideshow CK] Slideshow missing on a personal themeare you sure that you have the wp_head() call in your theme ?
you can also help you with my theme tutorial hereForum: Plugins
In reply to: [Slideshow CK] Slideshow missing on a personal themeHi
try with a default theme delivered with WP, and check that the plugin is enabled
let me know if you have the same behavior
CEd