• Hey. I am using travel blogger and really like it. Recently though when I save or update a post, any changes I’ve made in the ‘featured post’ box aren’t saving. As such I cannot make any changes to the featured spot on my home page. Any suggestions?

Viewing 15 replies - 1 through 15 (of 20 total)
  • I’m having the same problem. Started a couple days ago.

    Me too!

    Thread Starter crusherc

    (@crusherc)

    It is definitely the wordpress update that has thrown something off. I have re-installed version 3.5.1 and the problem has been eliminated. I generally like to have the newest version possible but not at the expense of my site. Hopefully the Travel Blogger staff will get this taken care of.

    Theme Author TravelBlogSite

    (@travelblogsite)

    Hey Everyone,

    Sorry about not getting back to you sooner! I will check this out and get back to you… We did come up with an update for the theme that fixed a lot of the major bugs that were occurring, so if you have not updated yet, be sure to try that. I will check this out ASAP thanks for your patience!

    Unfortunately I have the same problem. “ThemeAuthor” can you give us a solution ?

    Same problem here…Feature in Featured Content Widget and Feature Post on Home Page are both not working for new posts.

    How do I install the prior version 3.5.1?

    “Theme Author” can you help us and if so, when ?

    Me too. Would love to see this fixed. Makes such a difference to the page.
    I’m on wordpress 3.6 and not working for new posts

    me too. I mentioned this in my other complaint (which is more serious for me) which is that the “Address Related to Post” doesn’t work at all.
    “ThemeAuthor” – why has it been a month since we heard from you on this?

    I’m also having this problem. In addition, I’ve upgraded to the new version of this theme and now my promotion slider is gone. The promotion slider still shows up in the dashboard but not on the site. Did anyone else have this problem and what did you do?

    http://centralillinoisherp.com/

    Just wanted to chime in and say that I’m having this problem as well (in addition to the google maps shortcode no longer working). Love the theme and really hope this can be resolved.

    it’s in lib/functions/admin.php

    remove the isset()

    function exp_save_feature_data( $post_id ) {
            global $post;
            // Verify
            if ( !wp_verify_nonce( $_POST['exp_feature_noncename'], plugin_basename(__FILE__) )) {
                    return $post_id;
            }

    Hi Brbrbr.

    Thanks for the code suggestion. What problem that is listed above are you saying this will fix. Several people mentioned different ones and I want to make sure I only try it if it applies to mine.

    This one solved saving the features posts and geo location

    with that it solves the google maps shortcode not working ass well.

    (the short code was not working since there was never a geo location added to the post)

    and since the ‘featured posts’ settings are saved it will show the post as featured. I haven’t found sliders yet

    Ok. Great. Which part do I remove? What do you mean by the isset?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Feature Post won't update’ is closed to new replies.