Viewing 15 replies - 1 through 15 (of 20 total)
  • agelonwl

    (@angelonwl)

    hi,

    can you try Events > Settings > Pages > Event List/Archives > Disable title rewriting =yes ?

    Thread Starter Shreyo

    (@shreyo)

    i tried this but didn’t change anything.

    agelonwl

    (@angelonwl)

    can you check if your theme footer.php does have wp_footer()? also, do you have an actual link for us to see?

    Thread Starter Shreyo

    (@shreyo)

    yes, it does have wp_footer().

    the link: http://ubudnowandthen.com/events/2013-04-19/

    please have a look at the footer menu. as i noted earlier, the link is fine but the text got changed with date.

    agelonwl

    (@angelonwl)

    how about re-saving permalink or try settings > pages > event pages > Override with Formats =No ? just to see if this helps.

    Thread Starter Shreyo

    (@shreyo)

    i deleted all the footer menu and re-created them but it was the same. your second option is for the events display on page format. yet i tried and it did not work.
    i was suspecting for some error in the site’s code and i went through all the files but i found nothing which can override particular menu on a particular page.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I can’t see the links you’re talking about, maybe you removed them…

    my suspicion is you’re using the_title() or similar in your footer widgets, or filters like the_title which require you to be in a loop, if not it’d show the title of the page itself.

    Thread Starter Shreyo

    (@shreyo)

    @marcus,

    i checked the the_title() and the_title. but couldn’t find one which you noted.

    caimin_nwl

    (@caimin_nwl)

    Are you generating the footer links using a widget? If you are, could you post contents of the widget?

    Thread Starter Shreyo

    (@shreyo)

    @caimin

    no. i’m not generating the footer links from widget. its a regular menu.

    agelonwl

    (@angelonwl)

    can you share some bits of your footer menu snippet for us to see? e.g. using pastebin.com then share the links here.

    Thread Starter Shreyo

    (@shreyo)

    here is the code i am using for footer menu.

    http://pastebin.com/iuvcJ9XZ

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    could it be your navbar code is still within the loop? i.e. the while( has_posts.... type of loop?

    just tried your code on 20 12 theme and no problems tjere

    Thread Starter Shreyo

    (@shreyo)

    no Marcus, i looked for the loop and it has been ended at right place. moreover, this issue is only on page i mentioned above and all other pages are just fine.

    i’m still trying to figure out the cause for this weird behavior.

    hi again,

    can I know your theme name and provider?

    thanks

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘footer navigation menu text overwritten’ is closed to new replies.