radar_gb
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Image stretchedSure!
http://jana.baroque.pl
Click on “Cocktaile” (Cocktails)Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Button as TriggerHey!
Ive emailed theme developers and thats what they answered:if you want to use Collapse-o-Matic and want to create a button to trigger it, you can add a button shortcode with extra “class” option, like this below:
[button style=”simple” size=”large” color=”#ACD968″ icon=”none” radius=”0px” url=”#” target=”self” class=”your_trigger_class_name”]Button[/button]
Then you can add JavaScript for triggering using button with extra class.
Does it make any difference?
Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Button as TriggerThe button is customizable and i cant use standard class to make it work.
I’ve also tried solution from post i found:
<div id="wiecej" class="collapseomatic">[button style="inner" size="small" color="#ffffff" icon="none" radius="0px"]WIĘCEJ[/button]</div> <div id="target-wiecej" class="collapseomatic_content">Sample content</div>Which gives me shortcode button, but it doesnt work as a trigger.
Temporary url of the site:
http://www.wefixit.com.plIm sorry, but texts are in polish.
You can have a look at button ‘WIECEJ’ (which has standard picture set as a trigger at the moment)
There is feedback form at the bottom and animated button ‘WYSLIJ’ – thats the one i would like to use as a trigger.Thanks in advance!!
Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Button as TriggerYes i did, but the thing is that i dont want to use standard image as trigger but shordcode build in to my theme.
For example:
[button style=”simple” size=”small” color=”black” icon=”none” radius=”0px” url=”http://www.visitsite.com” title=”Visit Site” target=”blank”]Sample Content[/button]This is the shortcode i would like to use as a trigger.
I’ve tried many times and cant get this to work.