Skip to:
Content
Pages
Categories
Search
Top
Bottom

Update has knocked out my feedback in footer.


  • Mark
    Participant

    @markhahnel

    Hi all, I updated to wp 3.0.1 and bp 1.2.5.2 today in order to prep myself for the release of the achievements plugin. There are a few bugs im working out. One of which is the uservoice link has been knocked out. Has anyone else had this problem, any ideas?

    The site is http://www.science3point0.com – the gap in the footer is pretty obvious.

    The beginning of my footer looks like this:

    var uservoiceOptions = {
    key: ‘science2point0’,
    host: ‘science2point0.uservoice.com’,
    forum: ‘67015’,
    lang: ‘en’,
    showTab: false
    };
    function _loadUserVoice() {
    var s = document.createElement(‘script’);
    s.src = (“https:” == document.location.protocol ? “https://” : “http://”) + “cdn.uservoice.com/javascripts/widgets/tab.js”;
    document.getElementsByTagName(‘head’)[0].appendChild(s);
    }
    _loadSuper = window.onload;
    window.onload = (typeof window.onload != ‘function’) ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };

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

  • Boone Gorges
    Keymaster

    @boonebgorges

    It looks to me like you were storing images in the buddypress/bp-themes/bp-default directory, which gets overwritten whenever you upgrade BuddyPress. It’s a good idea to create a child theme for bp-default and to make all of your edits there. I see you’re using one called BuddyPress Colours Aqua; you should store all footer images in that directory, so that you don’t overwrite them when you upgrade BP.


    Mark
    Participant

    @markhahnel

    Thanks Boone, I’ll look into it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update has knocked out my feedback in footer.’ is closed to new replies.
Skip to toolbar