bqworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Slider] Posts Panel not showing contentFrom what I see, you’re probably using Paragraph layers, which wrap your content with a <p> tag, thus creating invalid markup. Paragraph layers are only for adding plain text inside them. For posts content you should use a DIV layer instead. When you hover over the + sign to add a layer, instead of clicking it directly, you can select the type of layer you want to add from the popup.
Best,
DavidForum: Plugins
In reply to: [Accordion Slider] Posts Panel not showing contentHi. I can see some content layers in your accordion, so I’m not sure if you’re still experiencing the issue. The [as_content] tag should work correctly, but I would recommend using it inside DIV layers, because your content probably contains HTML and DIV layers are for that case. Paragraph layers are only for simple text. Also, you would need to make sure that the content you load is well formatted, so that it doesn’t break the accordion.
Best,
DavidForum: Plugins
In reply to: [Slider Pro] Image link to web page is not working correctlyYou’re welcome!
Forum: Plugins
In reply to: [Slider Pro] Image link to web page is not working correctlyHi. You will need to disable the Lightbox option in the Miscellaneous sidebar panel.
Best,
DavidForum: Plugins
In reply to: [Slider Pro] captions flash while loadingHi, Lars. Some styling is applied to those captions/layers only after the slider script is loaded and executed, which happens after some delay. You could add custom CSS to hide the captions before they’re ready. For example:
.sp-no-js .sp-layer {
visibility: hidden;
}Best,
DavidForum: Plugins
In reply to: [Accordion Slider] Adjust closed panels’ widthIf you want, you can also email me the screenshot.
Forum: Plugins
In reply to: [Accordion Slider] Layer verticle right alignment paddingYou’re welcome!
Forum: Plugins
In reply to: [Accordion Slider] Adjust closed panels’ widthCan you post a link to the page or a screenshot where I can see the issue?
Forum: Plugins
In reply to: [Accordion Slider] Layer verticle right alignment paddingHi,
The built-in vertical preset and right side alignment don’t work well together. My suggestion is to create a DIV layer which contains the paragraph. Then set the position of the layer to Top/Bottom Right and for the inner paragraph add this CSS:
.my-text {
transform: rotate(180deg);
writing-mode: vertical-rl;
}Best,
David- This reply was modified 2 months, 2 weeks ago by bqworks.
Forum: Plugins
In reply to: [Accordion Slider] Adjust closed panels’ widthHi,
You can set the size of the opened panel by using the Opened Panel Size setting in the sidebar Animations panel. You can set that to 70% and the sizes of the collapsed panels will be calculated automatically based on the size of the opened panel. So you don’t set the collapsed size directly, it is automatically calculated.
Best,
DavidForum: Plugins
In reply to: [Accordion Slider] Installation failed: Download failed. UnauthorizedHi. I think it’s possible to achieve. You can use Layers to add content on top an image if you need that and also add custom CSS to style the content more that the built-in settings allow you.
Best,
DavidForum: Plugins
In reply to: [Accordion Slider] Installation failed: Download failed. UnauthorizedIf you look in the accordion’s admin area, there are links to a few introductory videos: https://bqworks.net/accordion-slider/screencasts/
There’s also a Documentation for more detailed usage instructions.Best,
DavidForum: Plugins
In reply to: [Accordion Slider] Installation failed: Download failed. UnauthorizedHi. The plugin is free, with all listed features, only the add-ons are available for purchase. Are you referring to those? Anyway, there isn’t a trial for the add-ons.
Best,
DavidForum: Reviews
In reply to: [Slider Pro] what a pluginThank you for your review! ??
Forum: Plugins
In reply to: [Slider Pro] Lazy LoadingYou’re welcome, Meggs!