mikethk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widget issueI did what you told me….
Went to FTP, set it up to start debug, and then after uploading the edited wp-config.php file with debug lines, it worked.
Very wierd. I just added:
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true );After uploading i didnt even had to troubleshoot. Maybe something was wrong somewhere wierd. :S
Forum: Themes and Templates
In reply to: [Responsive] Insert image url to frontpageI fixed this by using “Themefunction” menu
Forum: Fixing WordPress
In reply to: Insert image urlThx. I will do that.
Forum: Fixing WordPress
In reply to: Insert image urlNo i havent. The problem seems so simple. :S
Its the “Responsive” theme. I was hoping that i was doing something simple wrong. Its just an image on a FrontPage ??
Best regards
Mike KristensenForum: Themes and Templates
In reply to: CSS showing differently between browsers.#Andrew Nevins
Why cant i bump my thread? Gief me 1 good reason? Its a normal way to tell the community that you still need help. . .
I bumped my thread and i got very nice help.
Seriusly. 1 good reason, why bumping a thread is a bad idea? ITS A FREAKING PERFECT THING.
You are welcome to change the system, so threads wont be bumped, when answering. Should be doable on a wordpress page, representing wordpress support.
I love the help i got after my bump… Thx. all. ??
Forum: Themes and Templates
In reply to: CSS showing differently between browsers.Hmmm, so i should add DOCTYPE to all my pages? On top?
Or will it work, by just adding it to the header.php, if i call header.php from my pages?
Forum: Themes and Templates
In reply to: CSS showing differently between browsers.Answer me plx ??
Forum: Themes and Templates
In reply to: Problem with plugins on costum templateThx. Great help ??
Forum: Themes and Templates
In reply to: Problem with plugins on costum templateOki. Why is it wrong not to have anything in index.php? Its seems i can do oki without?
Thx alot, it worked with the get_footer() in page.php ?? Ofc. ??
The slideshow is working perfectly now.But that index thing… Why do i need it? When it seems i can do wihtout? I called the page “Forside” as my frontpage, as if i told it not to use index.php at all??
Forum: Themes and Templates
In reply to: Problem with plugins on costum templateA costum theme i created myself….
Im trying to make it work….
But plugin wont work yet. . . Im missing “hooks”.Forum: Themes and Templates
In reply to: Problem with plugins on costum templatesry…. i ofc mean theme, not template. sry.
Forum: Themes and Templates
In reply to: Problem with plugins on costum templateWell its hard….
My template wont make the slideshow plugin work. . . If i chang the template to some other, it will fine show the slideshow.
So im adding the plugin rigth, but im missing some “hooks”.
I added the “<?php wp_head(); ?>” to header, and also the “<?php wp_footer(); ?>” for footer, but i guees im still missing something.