Getz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What has happened to our web site (black window hiding content) ??No mather what, you’ve helped me a lot!
Thanks man, once again, a lot!
🙂
Forum: Fixing WordPress
In reply to: What has happened to our web site (black window hiding content) ??This was it! 😀
Thank you soo much! Do you know what could have happened to create this overlapping ? I know that I am the only admin, so nobody could do no harm.
Forum: Themes and Templates
In reply to: Featured post "box" does not workSearching on the authors website I have found this :
The 3. point is the thing that bothers me.
It is said that this has to be put in the code:
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }But I already have this included in my functions.php as you can see :
if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9 add_theme_support( 'post-thumbnails' ); add_image_size( 'war_slider', 350, 200, true ); add_image_size( 'war_home', 150, 150, true ); }The whole functions.php looks like this:
[52 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
I hope this does not brake any authors copyright rules, as I want help.
Forum: Themes and Templates
In reply to: Featured post "box" does not workNot yet, but this is really a good tip.
Thanks and will do! 🙂
P.s. I will leave the feedback after the inquiry. 😉