CeiKay
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow CK] User Capability ChoiceHi
thank you very much for the feedback. I have updated my plugin to follow your recommandation
Let me know if all is ok now
CEdForum: Plugins
In reply to: [Accordeon Menu CK] Open Menu to Current PostHi
Please remind me next week, I will check this
CEdForum: Plugins
In reply to: [Slideshow CK] Responsive captionsok, check in the slideshow caption, it seems that you have
Създадени в заводите на <b>Volkswagen AG<b>.
here you got 2 times <b> instead of <b> and </b>
this is probably the causeForum: Plugins
In reply to: [Slideshow CK] Responsive captionsfor the caption, you can use some mediaqueries in CSS to set up the caption font size depending on the resolution . SOmething like
@media screen and (max-width: 480px) { .camera_caption { font-size: 0.6em !important; } }for the bold, I see that you have disabled the slideshow and the <b> tags are gone. This is strange, I don’t see why this would happen
Can you enable it again on a page so that I can check ?
Forum: Plugins
In reply to: [Slideshow CK] Responsive captionsok, by my side the caption is responsive and takes the half of the slideshow, even on small screens. May be that I don’t understand your request ?
for your bold text, I see in your source code:
<article class="post-4089 post type-post status-publish format-standard has-post-thumbnail category-novini tag-bentley entry"><b><b><a ...><img src="... width="300" height="200"></a><header class="entry-header[…] </p></div></b></b></article>so here you can see that your text is between 2 <b> tags which is bold. Nothing to so with the slideshow in my mind
CEdForum: Plugins
In reply to: [Slideshow CK] Responsive captionsHi
please give me the url of the page to see the problem
CEdForum: Plugins
In reply to: [Tooltip CK] Tooltips are offHi
as discussed by email, try the previous version 2.0.5 and tell me
CEdForum: Plugins
In reply to: [Slideshow CK] Diplay pb with hebrew languageHi
Please add this css into your theme, or where you want.rtl .camera_target { text-align: right; }This shall work
CEd- This reply was modified 8 years, 11 months ago by CeiKay.
Forum: Reviews
In reply to: [Slideshow CK] efficace et completmerci pour ton retour je vais vérifier, mais normalement tu dois arriver dans la page d’édition de la copie
CEdForum: Reviews
In reply to: [Slideshow CK] efficace et completVoilà la 1.1.1 est disponible, avec la nouvelle option pour “copier” un slideshow 🙂
Forum: Reviews
In reply to: [Slideshow CK] efficace et completsalut
merci pour ton commentaire !
Je vais vérifier le souci avec le carousel …
CEdForum: Plugins
In reply to: [Slideshow CK] slideshow 100% heightHi
in the slideshow options you have an option called “container background”. Here you can write this :
.main-slideshow-contentwhich is the css selector of the block where to load the slideshow as background. It shall then take the whole area of the element
CEdForum: Reviews
In reply to: [Scroll To CK] Works greatthank you for your great review 🙂
CEdHi
the plugin works anywhere the filter “the_content” is applied. I can not confirm that it will work where you want. But as it is free, you can test it 🙂
CEdForum: Plugins
In reply to: [Slideshow CK] Problem with Tooltip pluginHi
I was in holidays until today.
the plugin uses the filter “the_content” to filter the tag. So if you put your text somewhere else where this filter is not applied, the tooltip can not work
CEd