Title: incka's Replies | WordPress.org

---

# incka

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

 *   [Profile](https://wordpress.org/support/users/incka/)
 *   [Topics Started](https://wordpress.org/support/users/incka/topics/)
 *   [Replies Created](https://wordpress.org/support/users/incka/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/incka/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/incka/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/incka/engagements/)
 *   [Favorites](https://wordpress.org/support/users/incka/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: [[Ultimate FAQ Accordion Plugin] Can't go to FAQ Settings](https://wordpress.org/support/topic/cant-go-to-faq-settings/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cant-go-to-faq-settings/#post-7698450)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005395)
 * 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! 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005383)
 * 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..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005331)
 * Hehehe, make them go away 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005329)
 * Grr, really wierd, and yes I’m sure :/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005326)
 *     ```
       <!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!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/page/2/#post-1005324)
 * Nope, it’s not there 🙁 Not in index.php either
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005321)
 * this is wierd.. :S I can’t seem to find any #headerimg
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005319)
 * Oh, where did you find that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005316)
 * It didn’t do any difference if I changed the links in the header.. The themes
   are the same
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005314)
 * that’s what I’ve done.. but I have hardcoded links to the pages in the header..
   maybe that’s it.. I’ll try
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005310)
 * 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
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image disappears](https://wordpress.org/support/topic/image-disappears-2/)
 *  Thread Starter [incka](https://wordpress.org/support/users/incka/)
 * (@incka)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-disappears-2/#post-1005302)
 * Ok, well then.. here’s my ugly blog ^^
    [http://incka.se](http://incka.se)

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