incka
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Can't go to FAQ SettingsI 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
In reply to: Image disappearsProblem 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
In reply to: Image disappearsI 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
In reply to: Image disappearsHehehe, make them go away π
Forum: Themes and Templates
In reply to: Image disappearsGrr, really wierd, and yes I’m sure :/
Forum: Themes and Templates
In reply to: Image disappears<!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() ) { ?> » 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ästbok">Gästbok</a></li> </ul> </div> <hr /> <div id="content">Thanx for helping me!
Forum: Themes and Templates
In reply to: Image disappearsNope, it’s not there π Not in index.php either
Forum: Themes and Templates
In reply to: Image disappearsthis is wierd.. :S I can’t seem to find any #headerimg
Forum: Themes and Templates
In reply to: Image disappearsOh, where did you find that?
Forum: Themes and Templates
In reply to: Image disappearsIt didn’t do any difference if I changed the links in the header.. The themes are the same
Forum: Themes and Templates
In reply to: Image disappearsthat’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
In reply to: Image disappearsI 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
In reply to: Image disappearsOk, well then.. here’s my ugly blog ^^
http://incka.se