Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1316345
    oga23
    Participant

    hi there!
    could you please provide me some code to get profile cover photo to my profile page?
    Nevertheless it is a default option of buddypress…

    Thanks.

    #1316871
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Perhaps this 3rd party plugin could help. Please check this out:

    BuddyPress Default Cover Photo

    Thank you for your understanding.

    #1317652
    oga23
    Participant

    ok, thanks, it did the trick, i had it before but was buggered with the button above profile photo. used this line:
    .profile-cover-action .button {
    display: none;
    }
    Is this ok? because the button isn’t there anymore…

    another question, if i may – in woocommerce, system status, i get this:
    x/woocommerce/cart/cart-empty.php,
    x/woocommerce/cart/cross-sells.php version 1.6.4 is out of date. The core version is 2.7.0,
    x/woocommerce/loop/loop-end.php,
    x/woocommerce/loop/loop-start.php,
    x/woocommerce/loop/pagination.php,
    x/woocommerce/notices/error.php,
    x/woocommerce/notices/notice.php,
    x/woocommerce/notices/success.php,
    x/woocommerce/single-product/product-image.php version 2.6.3 is out of date. The core version is 2.7.0,
    x/woocommerce/single-product/product-thumbnails.php version 2.6.3 is out of date. The core version is 2.7.0,
    x/woocommerce/single-product/related.php version 1.6.4 is out of date. The core version is 2.7.0,
    x/woocommerce/single-product/tabs/tabs.php,
    x/woocommerce/single-product/up-sells.php,
    x/woocommerce/single-product-reviews.php

    Why is this outdated and how can we fix it?

    #1317854
    Jade
    Moderator

    Hi there,

    You may remove the CSS code that hides the button if you want it shown.

    To update woocommerce template files, please follow the directions on this thread: https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1316345 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>