• Resolved Getz

    (@getz)


    Hi!

    I’ve tried posting about my problem on the local site of WordPress on hr.ww.wp.xz.cn but did not get any help yet so this is mainly my problem:

    * I put the new post in the “istaknuto” category which means in croatian “featured”
    * the same category is setup in the theme options to put these posts in this “featured post box” or what ever you want to call it.
    * I’ve tried searching a little bit in the css and php codex but without any succes
    * anyone knows what I’m doing wrong, or haven’t done yet?

    The demo of the original you can see here: http://jinsonathemes.com/demo/?themedemo=warpack

    And my work so far:
    http://kostolomci.com/

    Notice that Next/Previous arrows do not work :/

    Help please!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried consulting the developer for support? This question is entirely Theme-dependent.

    Thread Starter Getz

    (@getz)

    Not yet, but this is really a good tip.

    Thanks and will do! 🙂

    P.s. I will leave the feedback after the inquiry. 😉

    Thread Starter Getz

    (@getz)

    Searching on the authors website I have found this :

    http://www.web2feel.com/faq/

    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.

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

The topic ‘Featured post "box" does not work’ is closed to new replies.