Support ForumAdding class in grid short code – Support Forum https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/feed/ Mon, 06 May 2024 22:34:23 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1962 <![CDATA[Adding class in grid short code]]> https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1962 Wed, 12 Mar 2014 10:56:40 +0000 primetel Hi,

Is it possible to add class in grid shortcodes?

[grid3 class="cool"] ... [/grid3]

Thanks

]]>
https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1963 <![CDATA[Reply To: Adding class in grid short code]]> https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1963 Wed, 12 Mar 2014 10:59:50 +0000 IshYoBoy Hey,

Sure it is. Unfortunately the TinyMCE editor removes the “class” whenever you copy/paste content therefore the attribute is called “css_class”. So the result would be:

[grid3 css_class="cool-for-sure"] ... [/grid3]

The “css_class” is a part of the global attributes which can be applied to all shortcodes. These are:

id – optional attribute. Unique “id” used by advanced HTML users to add custom CSS styles
css_class – optional attribute. Unique “class” used by advanced HTML users to add custom CSS styles
style – inline CSS style. Used by advanced HTML users to add custom CSS styles
tooltip (text of tooltip) – add tooltip to shortcode
tooltip_color (color1 – color4) – change color of tooltip

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1964 <![CDATA[Reply To: Adding class in grid short code]]> https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1964 Wed, 12 Mar 2014 11:00:04 +0000 primetel ook found it…
css_class=”cool”

]]>
https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1965 <![CDATA[Reply To: Adding class in grid short code]]> https://support.ishyoboy.com/forums/topic/adding-class-in-grid-short-code/#post-1965 Wed, 12 Mar 2014 11:32:10 +0000 IshYoBoy Cool! resolved!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>