Hello
I am new here. I just purchased jollyness and set up the demo in my testing platform to get my way around this theme before installing and enabling it in my site.
I have two questions
1. I noticed you are using media version one, is there any way to use media version 2. Since there will be no more development on version one and by far media version 2 is superior and actually works well for me so far. So the question is, can I use media version 2 with this theme and its modules??
2. I have used the short-code module and short-code_wysiwyg previously and normally you get a shortcode button in the editor that you can use and choose which short-code you want to use, however here I cannot see any such a thing.
I thought the purpose of your module was doing this??
I am a bit confused, how do you use shortcode. the entire purpose is to eliminate memorization and increase speed of work, but if there is nothing to choose from or use??? what is the sense of short-code here?? unless I am missing something here which truthfully i am hoping that is the case.
I would appreciate any input on these matters
Hello kash,
About question 1: Yes, you can upgrade to media to version 2 with this theme.
About question 2: Now, dexp_shortcode module have not supported a button in editor to choose shortcode to use (and most of theme have not had this function yet).
Yes, shortcode help you eliminate memorization and increase speed of work. To use shortcode you only copy snippet of shortcode and paste on editor and modify content as you want. It will generate content automatically. All of syntax shortcodes is written in document.
Ex:
[carousels items="TOTAL_ITEM"]
[carousel path="PATH_TO_IMAGE" sequence="0"]CAPTION_HERE[/carousel]
[carousel path="PATH_TO_IMAGE" sequence="1"]CAPTION_HERE[/carousel]
[carousel path="PATH_TO_IMAGE" sequence="2"]CAPTION_HERE[/carousel]
[/carousels]
to generate carousel bootstrap
Thanks
Thanks,