Title: ravock's Replies | WordPress.org

---

# ravock

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Graph doesn’t work on Chrome on Mac](https://wordpress.org/support/topic/graph-doesnt-work-on-chrome-on-mac/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [8 years ago](https://wordpress.org/support/topic/graph-doesnt-work-on-chrome-on-mac/#post-10284512)
 * so the procedure is just to ignore? great plugin support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Graph doesn’t work on Chrome on Mac](https://wordpress.org/support/topic/graph-doesnt-work-on-chrome-on-mac/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [8 years ago](https://wordpress.org/support/topic/graph-doesnt-work-on-chrome-on-mac/#post-10256002)
 * up
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Span Style Color not working inside php echo!](https://wordpress.org/support/topic/span-style-color-not-working-inside-php-echo/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/span-style-color-not-working-inside-php-echo/#post-5536965)
 * fixed it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Tooltips] do_shortcode() question!](https://wordpress.org/support/topic/do_shortcode-question-2/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-question-2/#post-5535445)
 * UPDATE:
 *     ```
       function test_shortcode(){
       return '
       [simple_tooltip content="<strong>Marca Superior de Dano de Ataque:</strong><br />
       Nível: <span style=&quot;color: #00ff00&quot;>20</span><br />
       <span style=&quot;color: #ff0000;&quot;>+0.95</span> de Dano de Ataque"]
   
       <img src="http://leagueoflegendsbrasil.com/wp-content/uploads/2014/11/runaataque.png" alt="leagueoflegends" width="50" height="50" />
   
       [/simple_tooltip]';
   
       }
   
       add_shortcode('test', 'test_shortcode');
       ```
   
 * Now the only thing that doesn’t work is the span style colors, can anyone help
   me just with that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [do_shortcode() question!](https://wordpress.org/support/topic/do_shortcode-question/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-question/#post-5535444)
 * I edited the code to:
 *     ```
       function test_shortcode(){
       return '
       [simple_tooltip content="<strong>Marca Superior de Dano de Ataque:</strong><br />
       Nível: <span style=&quot;color: #00ff00&quot;>20</span><br />
       <span style=&quot;color: #ff0000;&quot;>+0.95</span> de Dano de Ataque"]
   
       <img src="http://leagueoflegendsbrasil.com/wp-content/uploads/2014/11/runaataque.png" alt="leagueoflegends" width="50" height="50" />
   
       [/simple_tooltip]';
   
       }
   
       add_shortcode('test', 'test_shortcode');
       ```
   
 * Now it only shows one image but still the span style color is not working, can
   someone help me just with that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Tooltips] do_shortcode() question!](https://wordpress.org/support/topic/do_shortcode-question-2/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-question-2/#post-5535439)
 * I changed to this:
 *     ```
       function test_shortcode(){
       echo '
       [simple_tooltip content="<strong>Marca Superior de Dano de Ataque:</strong><br />
       Nível: <span style=&quot;color: #00ff00&quot;>20</span><br />
       <span style=&quot;color: #ff0000;&quot;>+0.95</span> de Dano de Ataque"]
   
       <img src="http://leagueoflegendsbrasil.com/wp-content/uploads/2014/11/runaataque.png" alt="leagueoflegends" width="50" height="50" />
   
       [/simple_tooltip]';
   
       }
   
       add_shortcode('test', 'test_shortcode');
       ```
   
 * but the same error persists
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [do_shortcode() question!](https://wordpress.org/support/topic/do_shortcode-question/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-question/#post-5535405)
 * I’m trying to create images with a nice looking tooltips, so I can use the same
   image with the same tooltips in many pages.
 * And in case I need to change some of the information I just change the shortcode
   and not codes all over the site.
 * That’s why the shortcode has a simple and easy to remember name so I can use 
   it easily later since I plan to shortcode lots of different items.
 * For instance the character A,B,C and D use the Item test I created so I simply
   add [test] wherever I want to add the image+tooltip.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tablepress Issue](https://wordpress.org/support/topic/responsive-tablepress-issue/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531859)
 * Thanks Tobias,
 * Here is my donation:
    Paypal confirmation: 1DT46002KK073524J
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tablepress Issue](https://wordpress.org/support/topic/responsive-tablepress-issue/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531826)
 * Oh,
 * last thing, promise!
 * How to add vertical separator lines?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tablepress Issue](https://wordpress.org/support/topic/responsive-tablepress-issue/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531824)
 * Also,
 * The problem is that with the scrolling the last table looks very bad since it
   HAS to be shown completely at least in the desktop.
    Before I added the X-scrolling
   it fitted, somehow the theme shrank it and it fit. Unfortunately I can’t afford
   to have it like that because it has to have a fast usability because the users
   will be seeing it with alt+tab during a game.
 * Sorry Tobias!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tablepress Issue](https://wordpress.org/support/topic/responsive-tablepress-issue/)
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531822)
 * It kinda works, how so?
 * I removed the #colspan# from the last tab, the one with little numbers as images
   and the problem remains the same!
 * The solution you offered do work, but still I’m all up to let the #colspan# go
   for having the vertical scrolling in this last tab otherwise the understanding
   of it is really hard.
 * I’m sorry for my incapacity, but I’m trying!
 * If you fix this you can definitely count with my donation!

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