cover-image upload

  • In Progress
    Posted in: Orizon  
  • Member
    vcdesigns
    June 22, 2017 at 4:23 am #101076

    Hello,
    The reason i bought this cool looking theme is that version 4 on your website shows it is also buddypress compatable along with bbpress. Well so far i beg to differ on that matter. because your codding with buddypress dealing with the profile image and cover image has some issues litterly. Your cover image doesn’t save or even load an image because the code is broken in your theme / buddypress area.

    I have buddypress on other themes that are buddypress compatible and have no issues with creating a user profile with a cover image and or group room cover image. Yours shows a 0px width by 225px for the resolution. well you can’t upload an image that is 0px by anything

    Below is the code i found i highlighted the section in bold. I also took a screen shot of trying to get it to upload and it won’t work no matter what i do, i change themes and it works fine i have a resolution of 1170px x 250px and it uploads and saves the cover image. So whats the purpose of having a theme that uses buddypress with a profile area and can’t have a cover image showing.
    I also am adding a link that takes you to buddypress itself that deals with cover images. I’m not a coder i just know how to search and find the problems with wordpress php knowledge.

    BuddyPress Cover Images

    code area.

    <div class=”profile”>

    <h2>Change Cover Image</h2>

    <p>Your Cover Image will be used to customize the header of your profile.</p>

    <div class=”bp-cover-image”><div class=”bp-uploader-window”>
    <div id=”bp-upload-ui” class=”drag-drop” style=”position: relative;”>
    <div id=”drag-drop-area” style=”position: relative;”>
    <div class=”drag-drop-inside”>
    <p class=”drag-drop-info”>Drop your file here</p>
    <p>or</p>
    <p class=”drag-drop-buttons”><label for=”bp-browse-button” class=”bp-screen-reader-text”>Select your File</label><input id=”bp-browse-button” type=”button” value=”Select your File” class=”button” style=”position: relative; z-index: 1;”></p>
    </div>
    </div>
    <div id=”html5_1bj6u62usbs915s4orv1i48169l5_container” class=”moxie-shim moxie-shim-html5″ style=”position: absolute; top: 149px; left: 328px; width: 160px; height: 33px; overflow: hidden; z-index: 0;”><input id=”html5_1bj6u62usbs915s4orv1i48169l5″ type=”file” style=”font-size: 999px; opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;” accept=””></div></div>
    </div></div>
    <div class=”bp-cover-image-status”><div class=”files”><div class=”bp-uploader-progress”><p id=”bp-cover-image-feedback” class=”updated warning”>For better results, make sure to upload an image that is larger than 0px wide, and 225px tall.</p></div></div></div>
    <div class=”bp-cover-image-manage”><div id=”bp-delete-cover-image-container”>

    <p>If you’d like to delete your current cover image but not upload a new one, please use the delete Cover Image button.</p>
    <p>Delete My Cover Image</p>

    </div></div>
    `

    Attachments:
    You must be logged in to view attached files.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.