Title: stipto's Replies | WordPress.org

---

# stipto

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/stipto/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stipto/replies/page/2/?output_format=md)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Multisite conditional tag for sub-site](https://wordpress.org/support/topic/multisite-conditional-tag-for-sub-site/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/multisite-conditional-tag-for-sub-site/#post-2067812)
 * I cracked it, thanks to [this post](http://wordpress.org/support/topic/how-to-get-current-site-blog-id?replies=9)
   on the WordPress forums. I used $blog_id
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Multisite conditional tag for sub-site](https://wordpress.org/support/topic/multisite-conditional-tag-for-sub-site/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/multisite-conditional-tag-for-sub-site/#post-2067808)
 * Bump?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [What's the best css editor](https://wordpress.org/support/topic/whats-the-best-css-editor/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/whats-the-best-css-editor/#post-2038311)
 * [@lockettpots](https://wordpress.org/support/users/lockettpots/): That’s exactly
   what I was looking for! Only can’t get it to work… But thanks anyway.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [What's the best css editor](https://wordpress.org/support/topic/whats-the-best-css-editor/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/whats-the-best-css-editor/#post-2038297)
 * [@theotherlebowski](https://wordpress.org/support/users/theotherlebowski/): I’m
   on a mac.
    [@chip](https://wordpress.org/support/users/chip/) Bennet: Like I 
   said, I’d like a solution that doesn’t involve downloading and uploading the 
   files again. So no desktop editors. And, like I said, I already use Firebug (
   and Chrome Developer tools). But thanks anyway 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044896)
 * Of course man! Thanks for the great work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044894)
 * What do you mean, to your plugin?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [What's the best css editor](https://wordpress.org/support/topic/whats-the-best-css-editor/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/whats-the-best-css-editor/#post-2038282)
 * – bump – Must be someone out there using a better method…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044859)
 * Great, thanks! The buttons get printed now except for the last one, and my whole
   layout is messed up. But I’m getting there 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044856)
 * I’ve got it like this, but the variable doesn’t get read (probably I wrote wrong
   php):
 *     ```
       if ($visit_site != "") {
   
       $return = '[button link="'.$visit_site.'"] Hi there! [/button]';
       do_shortcode( $return );
   
          		}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044844)
 * I’ve got one more! Here goes:
    Replace the following with a shortcode button:
 *     ```
       if ($visit_site != "") {
       		$return .= "<strong><a href='{$visit_site}'";
           	if (get_option("myrp_embed_visit_site_nofollow") == 1)
           	$return .= " rel='nofollow'";
           	if (($options & MYRP_VC_NEWWINDOW))
           	$return .= " target='_blank'";
         		$return .= " >{$link_text}</a></strong>";
          		}
       ```
   
 * This one’s difficult, because I think the variable $visit_site won’t work inside
   the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shortcodes Ultimate] Using shortcode in another plugin](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-using-shortcode-in-another-plugin/#post-2044835)
 * Thanks!! Works like a charm!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [What's the best css editor](https://wordpress.org/support/topic/whats-the-best-css-editor/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/whats-the-best-css-editor/#post-2038265)
 * Thanks, I don’t have an option there, but that’s because of the theme I’m using.
   This theme also has a box where I can edit css, but I was talking about a **good**
   css editor, that has neat auto-complete options and on/off buttons next to a 
   line, like firebug.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite 404 errors](https://wordpress.org/support/topic/multisite-404-errors/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multisite-404-errors/#post-2029865)
 * Ah, all fixed now. It had to do with MyReviewPlugin. I will contact them for 
   further support.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [If is homepage](https://wordpress.org/support/topic/if-is-homepage/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/if-is-homepage/#post-2018927)
 * I solved it, put it in another php file and works fine now without the if statement.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [If is homepage](https://wordpress.org/support/topic/if-is-homepage/)
 *  Thread Starter [stipto](https://wordpress.org/support/users/stipto/)
 * (@stipto)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/if-is-homepage/#post-2018879)
 * Thanks,
 * I’m using is_front_page() now but it shows up on every page. Maybe because I 
   put it in header.php? But that’s where I want it, above the body and below the
   menu…

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/stipto/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stipto/replies/page/2/?output_format=md)