Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter incka

    (@incka)

    I fixed it.

    In the labelling settings, I wanted to make a translation.
    The text I wanted to translate was “No results FAQ’s contained the term ‘%s'”

    So, I wrote ” Inget resultat fΓΆr FAQs som innehΓ₯ller termen ‘%s’ “
    When I checked the database that field (EWD_UFAQ_No_Results_Found_Text) contained a lot of back slashes, and I think it’s because of the %.

    I changed this translation in the database, and now it works. I can go to the FAQ settings.

    Thread Starter incka

    (@incka)

    Problem solved now! πŸ˜€ I got some help from the Swedish wordpress forum πŸ™‚

    There was a function in functions.php that wrote over my css-code. So I put an !important in my css:

    #header {
    	height: 132px;
    	background: #BED132 url(images/bg-header.gif) top center!important;
    	position: relative;
    }

    and now it workes fine! πŸ˜€

    Thread Starter incka

    (@incka)

    I couldn’t find a wp_head(); but I have a functions.php that I don’t understand what it’s doing there..
    I’ve tried to deactivate all plugins but that didn’t change anything..

    Thanks alot for your help! I’ll try a little bit more tonight and let you know if I fix it.. Or else I’ll maybe find another theme..

    Thread Starter incka

    (@incka)

    Hehehe, make them go away πŸ™

    Thread Starter incka

    (@incka)

    Grr, really wierd, and yes I’m sure :/

    Thread Starter incka

    (@incka)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    
    <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="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    <a href="<?php echo get_settings('home'); ?>/"><img id="name" src="<?php bloginfo('stylesheet_directory'); ?>/images/name.jpg" alt="incka" title="incka" /></a>
    <?php // bloginfo('description'); ?>
    <ul id="topnav">
    <li><a href="<?php echo get_settings('home'); ?>">Blogg</a></li>
    <li class="page_item"><a href="http://incka.se/?page_id=2" title="Incka">Incka</a></li>
    <li class="page_item"><a href="http://incka.se/?page_id=250" title="Galleri">Galleri</a></li>
    <li class="page_item"><a href="http://incka.se/?page_id=168" title="Www">Www</a></li>
    <li class="page_item"><a href="http://incka.se/?page_id=205" title="Sidan">Sidan</a></li>
    <li class="page_item"><a href="http://incka.se/?page_id=180" title="G&auml;stbok">G&auml;stbok</a></li>
    </ul>
    </div>
    <hr />
    
    <div id="content">

    Thanx for helping me!

    Thread Starter incka

    (@incka)

    Nope, it’s not there πŸ™ Not in index.php either

    Thread Starter incka

    (@incka)

    this is wierd.. :S I can’t seem to find any #headerimg

    Thread Starter incka

    (@incka)

    Oh, where did you find that?

    Thread Starter incka

    (@incka)

    It didn’t do any difference if I changed the links in the header.. The themes are the same

    Thread Starter incka

    (@incka)

    that’s what I’ve done.. but I have hardcoded links to the pages in the header.. maybe that’s it.. I’ll try

    Thread Starter incka

    (@incka)

    I did, but I wanted to try the absolute address.. that’s why I changed, it was like images/bg-header.gif before.. but I can change it back

    Thread Starter incka

    (@incka)

    Ok, well then.. here’s my ugly blog ^^
    http://incka.se

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