BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 163
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 163

    <input id="html5_1chppsu451rgan5lgr7pe71ke4f" type="file" style="/* font-size: 999px; *//* opacity: 0; */position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;" accept="">

    This is from Chrome inspection tools, for the submit button. opacity: 0? I disable that and the button appears, it’s in the wrong place, but it appears and works.

    I searched through css and the templates for this line, can’t find it to be able to reset opacity. Why is font size set to 999px ?

  • Participant
    Level: Master
    Posts: 163

    Hi,

    Thanks for the explanation of how the template copying works, I understand it now, was a bit hard to follow on the Buddypress docs.

    The screen reader css, when altered stops the submit button from being hidden on the profile and cover image sections. Because the URL is dynamic for those sections, I can’t apply specific CSS via a page ID, so when I apply my fix to it, it breaks the layout of other pages.

    It stops the functionality of profile and cover images completely if there’s no submit button.

  • Participant
    Level: Master
    Posts: 163

    Steps to help me.. 🙂

    1) Could you explain what I have to folders I have to copy to my theme folder (child theme) so I can work on things without breaking buddypress/mediapress

    2) Could you explain for the CSS how it displays the browse button when changing profile pic, this is the root of the problem. The fix that I apply to display that breaks the display on the activity screen and the friends screen.

    3) On the cover image upload tab, there’s a message that advises “images must be larger than …..” the image sizes it shows are too big to show on my site. How can I alter that message to show the correct sizes for my site.

    The browse button disappearing has happened with three themes now, and I see from the Buddypress forum it’s a common problem without much of an explanation or solution. So maybe this will be the fix for a few people.

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on in reply to: Comments link in gallery view #16056

    Hi Ravi,

    Have to admit to being a bit confused over this now, I also see that my descriptions aren’t showing, which were added into a custom functions plugin.

    I’m using a child theme, I copied over the mediapress folder into it, but things aren’t working at all.

    This is my grid-photo.php which is in the folder structure of mediapress inside my child theme.

    https://pastebin.com/7U2XcYVL

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on in reply to: Comments link in gallery view #16003
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 163

    I’ll take a look with query monitor see if anything comes up there, can’t use redis unfortunately on my server. Only errors am getting in developers toolbar is a font error unrelated.

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on in reply to: Comments link in gallery view #15996

    Am using the code you gave me above in a functions plugin, am not seeing it under the edit/delete options?

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on in reply to: Comments link in gallery view #15963

    It works great, the situation I have is I use a third party lightbox, which opens the single images if they’re clicked on. When I see a gallery of images, I see the options to edit/delete under each image. Is there a way to add comment as a link there?

    Thank you so much for helping.

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on in reply to: Comments link in gallery view #15865

    Thank you, I thought I saw the comments thing get mentioned in the changelog, but I can’t see it, so I’ll keep an eye open here for a response.