Hi,
Theme is now properly working for me. But i am not able to use the shortcode as mention in your document. I am trying to use this
[flipbox type='img' image='images/Amrit2.jpg' title='holi']Holi pic[/flipbox] for making service box with image. I put this in editor by making new block with Plain text or with Filtered HTML or with Full HTML mode in editor. But not find the service box. Code shown as it is. I am also trying for facebook icon on top right by this code
[icon name="icon-facebook" link="https://www.facebook.com/abc"]fb[/icon]. but having same problem. Code shown as it is.
Can you suggest me how to use the short code.
Please let me know where i can enable shortcode for current text formate.
As i checked text formate show only three type Filtered HTML, Full HTML, Plane Text in my project and in you demo also. No other text formate is display in dropdown list blow the editor.
Hi,
Please see the instruction to enable shortcode in the document coming with the theme (Evolve Shortcodes menu). If you still have problem with them, please send your server address and login account to [email protected]. We will support you fix the issue.
Thanks,
As i use short code for carousel [carousels][carousel path="images/tip/Image 01.jpg" sequence=""]CAPTION_HERE[/carousel][carousel path="images/tip/Image 02.jpg" sequence=""]CAPTION_HERE[/carousel][carousel path="images/tip/Image 03.jpg"]CAPTION_HERE[/carousel][/carousels]
Carousel not work. All images display blow one after another. Is it for sequence remain blank. if Yes.
So what are the options for sequence.
sequence is numerical order of carousel item.
The shortcode should be:
[carousels][carousel path="images/tip/Image 01.jpg" sequence="0"]CAPTION_HERE[/carousel][carousel path="images/tip/Image 02.jpg" sequence="1"]CAPTION_HERE[/carousel][carousel path="images/tip/Image 03.jpg"]CAPTION_HERE[/carousel][/carousels]
Thanks!
[carousels][carousel path="images/tip/Image 01.jpg" sequence=""]CAPTION_HERE[/carousel][carousel path="images/tip/Image 02.jpg" sequence=""]CAPTION_HERE[/carousel][carousel path="images/tip/Image 03.jpg"]CAPTION_HERE[/carousel][/carousels]
Carousel not work. All images display blow one after another. Is it for sequence remain blank. if Yes. So what are the options for sequence.