Title: vis hal's Replies | WordPress.org

---

# vis hal

  [  ](https://wordpress.org/support/users/vis-hal/)

 *   [Profile](https://wordpress.org/support/users/vis-hal/)
 *   [Topics Started](https://wordpress.org/support/users/vis-hal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vis-hal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vis-hal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vis-hal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vis-hal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vis-hal/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Link for currect tab](https://wordpress.org/support/topic/link-for-currect-tab/)
 *  [vis hal](https://wordpress.org/support/users/vis-hal/)
 * (@vis-hal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/link-for-currect-tab/#post-4697748)
 * I’ve done it with spoilers, I guess it should work with tabs too
 *     ```
       <a href="#content2-hotspot">Read Content 2</a>
       ...
       [su_spoiler anchor="content2-hotspot"] Content 2 [/su_spoiler]
       ...
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] W3C Error](https://wordpress.org/support/topic/w3c-error-1/)
 *  [vis hal](https://wordpress.org/support/users/vis-hal/)
 * (@vis-hal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/w3c-error-1/#post-4703612)
 * I believe this should help you out!
    [wp_enqueue_style](https://codex.wordpress.org/Function_Reference/wp_enqueue_style)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Is there a way to import icons to use in spoilers?](https://wordpress.org/support/topic/is-there-a-way-to-import-icons-to-use-in-spoilers/)
 *  [vis hal](https://wordpress.org/support/users/vis-hal/)
 * (@vis-hal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/is-there-a-way-to-import-icons-to-use-in-spoilers/#post-4700783)
 * ok – i think you can hack around and do it. but am not sure it’s a good approach!
 * so the way it works is that it creates a css class based on the value of icon.
   by default i think the css class is su-spoiler-icon-plus. if you use icon=”arrow”,
   then the class becomes su-spoiler-icon-arrow.
 * Now, in your dashboard, if you go in the Custom CSS section of shortcode, you
   can see the css it applies for spoilers in box-shortcodes.css
 * I believe (I have not tested) that you can do something like icon=”custom_name”
   and then add a background image to that class in the custom css that shortcode
   allows you to create.
 * Again, I have not tested it! Give it a try and let me know 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Is there a way to import icons to use in spoilers?](https://wordpress.org/support/topic/is-there-a-way-to-import-icons-to-use-in-spoilers/)
 *  [vis hal](https://wordpress.org/support/users/vis-hal/)
 * (@vis-hal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/is-there-a-way-to-import-icons-to-use-in-spoilers/#post-4700782)
 * Hi!
 * As for custom icons specifically… I don’t know yet! Will look into it!
 * There are several icons already available. In case you didn’t know:
 * Go to your dashboard > Shortcode > Example > Accordions, spoilers, different 
   styles, anchors
 * Scroll down completely and you will find a list of available icons.
    An example
   of how to achieve this is given and I’ve taken an extract from it: [su_spoiler
   title=”plus” icon=”plus”] Spoiler content [/su_spoiler]

Viewing 4 replies - 1 through 4 (of 4 total)