Hello Guys! Need Some Help. This theme is so Brilliant, but i still have some issues.
i Use https://clip2net.com/s/3VBkXEy ( one of short codes that was found here )
http://demo.theme.co/integrity-1/shortcodes/accordion/
But my page is smth like https://clip2net.com/s/3VBl3iP thats quite sad…
I need shortcodes working on my post pages correctly ( caus it will be hard to make a good looking long pages) only with builder. If to make it with builder, save and try to see shordcode ( they have no any text at all there ) nothing to change.
Hello There,
Thanks for writing in! I have copied the codes and it works on my local testing server.
I am using this:
hello to all
[accordion id="my-accordion"] [accordion_item title="Accordion Title" parent_id="my-accordion"]Your text here[/accordion_item] [accordion_item title="Accordion Title" parent_id="my-accordion" open="true"]Your second accordion text[/accordion_item] [accordion_item title="Accordion Title" parent_id="my-accordion"]Your third accordion text[/accordion_item] [/accordion]
example with tabs
[tab_nav type="two-up"][tab_nav_item title="Click Me!" active="true"][tab_nav_item title="No, Click Me!" active=""][/tab_nav][tabs][tab active="true"] Your Content [/tab][tab] Your Content [/tab][/tabs]
example with columns
[column type="1/2"] Place your content in here. [/column] [column type="1/2" last="true"] Place your content in here. [/column]
Please check out your quotes. It must be " " and not the ” or ″.
If nothing working for you, please provide us access in your WP site so that we can take a closer look.
Thanks.
Thx you for answer! Yeah i will give you access if needed.
I found that all classic codes are working fine. But if it will be modern https://clip2net.com/s/3VBv8x7
Then it can be used only in Cornerstone only mode ?
I mean that if i check my https://clip2net.com/s/3VBvevu admin panel post config ( this code have no text at all ) In example i have : ergehergergergerherherergereheheh in title and soem text ( so i can use only classic variants ? )
Hey @OrkyInDaClub,
The shortcodes you’re seeing here are V2 elements. If you actually add the both V2 Accordion and Classic Accordion in a page and switch to the default WP Text editor, the shortcode would look like this:
V2 Accordion part:
[cs_element_accordion _id="4" ][cs_element_accordion_item _id="5" ][cs_element_accordion_item _id="6" ][/cs_element_accordion]
Classic Accordion part:
[x_accordion][x_accordion_item title="Accordion Item 1" open="true"]Add some content to your accordion item here.[/x_accordion_item][x_accordion_item title="Accordion Item 2" open="false"]Add some content to your accordion item here.[/x_accordion_item][/x_accordion]
The Classic Accordion has not been changed. The V2 elements works differently though. They are only configurable in Cornerstone. Because V2 elements are more advanced and has lots of features, it is not feasible to make them work like regular shortcodes.
With that said, only the Classic Elements are available if you’re going to use shortcodes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.