Title: RiDFiCK's Replies | WordPress.org

---

# RiDFiCK

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Affiliate Links] NoFollow button won't stay on](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/)
 *  [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/#post-3894441)
 * Now it´s working. Thanks 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Affiliate Links] NoFollow button won't stay on](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/)
 *  [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/#post-3894439)
 * Still not working. I select nofollow and then ‘Save’. After after refreshing 
   the page, the selected option is again “dofollow”. :/
 * At the moment I’m using you plugin for affiliate links, and then another plugin
   for nofollow the links generated by your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Twitter Oficial Button has Problems](https://wordpress.org/support/topic/twitter-oficial-button-has-problems/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/twitter-oficial-button-has-problems/#post-4150779)
 * Yes, it’s a Twitter problem.
 * If you use Jetpack with the Classic Buttons, this problem don’t happen.
 * Hope they fix it soon…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Affiliate Links] NoFollow button won't stay on](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/)
 *  [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nofollow-button-wont-stay-on/#post-3894431)
 * Hi there,
 * Didi you already take a look at this problem? Your Plugin is perfect, only this
   option isn’t working.
 * Can you fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Affiliate Links] Blocks Whole Website](https://wordpress.org/support/topic/blocks-whole-website/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/blocks-whole-website/#post-3395536)
 * I updated to WordPress 3.5.1 and still not working. Have deactivated all plugins
   and still not working. Maybe it’s incompatible with my Template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Affiliate Links] Blocks Whole Website](https://wordpress.org/support/topic/blocks-whole-website/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/blocks-whole-website/#post-3395497)
 * Hi,
 * Here are the details.
 * WordPress Version: 3.5
    Plugin Version: 2.9.5.8 It’s a first time installation.
 * I only have Jetpack, YOAST SEO and official Facebook plugin installed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Put "Search Form" into the Menubar](https://wordpress.org/support/topic/put-search-form-into-the-menubar/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/put-search-form-into-the-menubar/#post-2047189)
 * But it isn’t yet resolved. I need to align it right. Does someone know how to?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Put "Search Form" into the Menubar](https://wordpress.org/support/topic/put-search-form-into-the-menubar/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/put-search-form-into-the-menubar/#post-2047187)
 * I’ve found the code and it works:
 *     ```
       add_filter('wp_nav_menu_items','search_box_function', 10, 2);
       function search_box_function( $nav, $args ) {
           if( $args->theme_location == 'secondary' )
               return $nav."<li class='menu-header-search'><form action='http://www.ridfick.com/' id='searchform' method='get'><input type='text' name='s' id='s' placeholder='Search'></form></li>";
   
           return $nav;
       }
       ```
   
 * Does anyone know how to align the box to the right?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Put "Search Form" into the Menubar](https://wordpress.org/support/topic/put-search-form-into-the-menubar/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/put-search-form-into-the-menubar/#post-2047186)
 * Has anyone an idea?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Put "Search Form" into the Menubar](https://wordpress.org/support/topic/put-search-form-into-the-menubar/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/put-search-form-into-the-menubar/#post-2047065)
 * Hello,
 * I’ve done all possible changes but I can’t put the search-box in the second nav-
   bar.
 * In some cases it creates a new line and calls the box, but I want it into the
   nav_bar
 * Here is my /header.php
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * If I understand the code, I should put the code in the id=”foxmenucontainer” 
   but I tried everything and nothing happens.
 * Any Idea?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add a searchbox to navigation bar](https://wordpress.org/support/topic/add-a-searchbox-to-navigation-bar/)
 *  [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/add-a-searchbox-to-navigation-bar/#post-1584134)
 * Sorry, the Website is: [RiDFiCK](http://www.ridfick.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add a searchbox to navigation bar](https://wordpress.org/support/topic/add-a-searchbox-to-navigation-bar/)
 *  [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/add-a-searchbox-to-navigation-bar/#post-1584133)
 * Hello,
 * I’m trying to make the same changes on my Website, but I can’t find the exact
   place to ad the code.
 * My Website is: RiDFiCK and I would like to as the search-box on the second navbar.
 * Here is the header.php:
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
       <head profile="http://gmpg.org/xfn/11">
       <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
       <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
       <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
   
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
       <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
       <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
       <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
   
       <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/glide.css" media="screen" />	
   
       <?php
       wp_enqueue_script('jquery');
       wp_enqueue_script('cufon', get_stylesheet_directory_uri() . '/js/cufon.js');
       wp_enqueue_script('easing', get_stylesheet_directory_uri() . '/js/jquery.easing.1.1.js');
       wp_enqueue_script('carousal', get_stylesheet_directory_uri() . '/js/jcarousel.js');
       wp_enqueue_script('Myriad', get_stylesheet_directory_uri() . '/js/Myriad_Pro_700.font.js');
       wp_enqueue_script('Effects', get_stylesheet_directory_uri() .'/js/effects.js');
   
       ?>
   
       <script type="text/javascript"><!--//--><![CDATA[//><!--
       sfHover = function() {
       	if (!document.getElementsByTagName) return false;
       	var sfEls1 = document.getElementById("catmenu").getElementsByTagName("li");
       	for (var i=0; i<sfEls1.length; i++) {
       		sfEls1[i].onmouseover=function() {
       			this.className+=" sfhover1";
       		}
       		sfEls1[i].onmouseout=function() {
       			this.className=this.className.replace(new RegExp(" sfhover1\\b"), "");
       		}
       	}
       		var sfEls1 = document.getElementById("menu").getElementsByTagName("li");
       	for (var i=0; i<sfEls1.length; i++) {
       		sfEls1[i].onmouseover=function() {
       			this.className+=" sfhover";
       		}
       		sfEls1[i].onmouseout=function() {
       			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
       		}
       	}
       }
       if (window.attachEvent) window.attachEvent("onload", sfHover);
       //--><!]]></script>
   
       <?php wp_get_archives('type=monthly&format=link'); ?>
       <?php //comments_popup_script(); // off by default ?>
       <?php
       if ( is_singular() ) wp_enqueue_script( 'comment-reply' );
       wp_head(); ?>
   
       </head>
   
       <body>
       <div id="catmenucontainer">
   
       	<?php wp_nav_menu( array( 'container_id' => 'catmenu','theme_location' => 'primary','fallback_cb'=> '' ) ); ?>
   
       </div>
       <div id="wrapper">
   
       <div id="top"> 
   
       <div class="blogname">
       	<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
       	<h2><?php bloginfo('description'); ?></h2>
       </div>
   
       <?php include (TEMPLATEPATH . '/topad.php'); ?>
   
       </div>
   
       <div id="foxmenucontainer">
   
       	<?php wp_nav_menu( array( 'container_id' => 'menu', 'theme_location' => 'secondary','fallback_cb'=> '' ) ); ?>
   
       </div>
   
       <div id="casing">
       ```
   
 * Does someone know where to put the code, so I can call the search-box? Will after
   that edit the style.css myself.
 * Thanks in advice
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Put "Search Form" into the Menubar](https://wordpress.org/support/topic/put-search-form-into-the-menubar/)
 *  Thread Starter [RiDFiCK](https://wordpress.org/support/users/ridfick/)
 * (@ridfick)
 * [15 years ago](https://wordpress.org/support/topic/put-search-form-into-the-menubar/#post-2047059)
 * Thanks t-p,
 * I already read the thread you give me. Will now perform some tests and then I
   will post here the results.

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