Title: xtnd's Replies | WordPress.org

---

# xtnd

  [  ](https://wordpress.org/support/users/xtnd/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Drop cap customizing](https://wordpress.org/support/topic/drop-cap-customizing/)
 *  [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/drop-cap-customizing/#post-5663726)
 * This way no. But you can put the css addition to your theme’s custom style css
   file and that way the changes will remain the same with an update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] "Read More" Tag in a Tab](https://wordpress.org/support/topic/read-more-tag-in-a-tab/)
 *  [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/read-more-tag-in-a-tab/#post-5677635)
 * How about a screenshot of what you want to do so we can understand?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Drop cap customizing](https://wordpress.org/support/topic/drop-cap-customizing/)
 *  [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/drop-cap-customizing/#post-5663724)
 * This one is simple.
 * First edit
    `/plugin-dir/shortcodes-ultimate/assets/css/content-shortcodes.css`
 * and add the following css
 *     ```
       .su-dropcap-style-custom {
           background: #000;
       	color: #ff9900;
       	border-radius: 50%;
       	-moz-border-radius: 50%;
       	-webkit-border-radius: 50%;
       	background: rgb(255, 255, 255); /* Old browsers */
       	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */
       	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
       	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
       	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */
       	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* IE10+ */
       	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* W3C */
       	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
       }
       ```
   
 * Go to your post and use the following syntax
    `[su_dropcap style="custom"]D[/
   su_dropcap]`
 * We used style=”custom” because before in the css file we added .su-dropcap-style-
   custom.
 * If you name your addition to the css .su-dropcap-style-somethingelse you will
   use style=”somethingelse”.
 * So we can change whatever we like in the css file and have as many styles as 
   we like for the Dropcap.
 * Let me know if you need anything else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Trimming the title embedded spoiler](https://wordpress.org/support/topic/truncates-the-title-embedded-spoiler/)
 *  [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/truncates-the-title-embedded-spoiler/#post-5674302)
 * Please use
 *     ```
       [su_spoiler title="Click me to see nested spoilers" style="fancy"]
         [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler]
         [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler]
         [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler]
       [/su_spoiler]
       ```
   
 * until the plugin gets an update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Nested Spoilers](https://wordpress.org/support/topic/nested-spoilers-1/)
 *  [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/nested-spoilers-1/#post-5669999)
 * Something like this maybe?
 *     ```
       [su_accordion]
       [su_spoiler title="Spoiler 1 Head Spoiler A" icon="folder-1"]blah blah. These services include:
         [su_spoiler title="spoiler 1.1"] Spoiler content [_/su_spoiler]
         [su_spoiler title="spoiler 1.2"] Spoiler content [_/su_spoiler]
         [su_spoiler title="spoiler 1.3"] Spoiler content [_/su_spoiler]
       [/su_spoiler]
       [su_spoiler title="Spoiler 2 Head Spoiler B" icon="folder-1"]blah blah. These services include:
         [su_spoiler title="spoiler 2.1"] Spoiler content [_/su_spoiler]
         [su_spoiler title="spoiler 2.2"] Spoiler content [_/su_spoiler]
         [su_spoiler title="spoiler 2.3"] Spoiler content [_/su_spoiler]
       [/su_spoiler]
       [/su_accordion]
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Start Point does not work](https://wordpress.org/support/topic/start-point-does-not-work/)
 *  Thread Starter [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/start-point-does-not-work/#post-5074317)
 * Every address i used had no result. I even got it copy paste from google maps
   website. When i changed the hidden to text and then added the address again everything
   worked perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Start Point does not work](https://wordpress.org/support/topic/start-point-does-not-work/)
 *  Thread Starter [xtnd](https://wordpress.org/support/users/xtnd/)
 * (@xtnd)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/start-point-does-not-work/#post-5074315)
 * Whatever i use it does not work.
 * I have used an address i have in my country.
 * Is there a way i can go to the code and put lat and lon or address there?

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