Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Now it′s working. Thanks ??

    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.

    Thread Starter RiDFiCK

    (@ridfick)

    Yes, it’s a Twitter problem.

    If you use Jetpack with the Classic Buttons, this problem don’t happen.

    Hope they fix it soon…

    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?

    Thread Starter RiDFiCK

    (@ridfick)

    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.

    Thread Starter RiDFiCK

    (@ridfick)

    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.

    Thread Starter RiDFiCK

    (@ridfick)

    But it isn’t yet resolved. I need to align it right. Does someone know how to?

    Thread Starter RiDFiCK

    (@ridfick)

    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='https://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?

    Thread Starter RiDFiCK

    (@ridfick)

    Has anyone an idea?

    Thread Starter RiDFiCK

    (@ridfick)

    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. Please use the pastebin]

    If I understand the code, I should put the code in the id=”foxmenucontainer” but I tried everything and nothing happens.

    Any Idea?

    Sorry, the Website is: RiDFiCK

    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" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="https://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

    Thread Starter RiDFiCK

    (@ridfick)

    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)