Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there haagsekak,

    How are you doing today?

    What exactly are you trying to move above? Are you looking to move the buttons above the input field in the ActivityPlus box or something in the actually activity post?

    Please let me know ??

    Cheers,
    Bojan

    Thread Starter haagsekak

    (@haagsekak)

    Hi Bojan,
    Thank you for responding.
    What I wanted was to move images above text in the actual activity post. I found a resolved post from 3 years ago and using that as a guide was able to do the following;

    In the class_bpfb_binder.php I swapped the $content around on lines
    699 and 701 as follows;

    699: $content = "\n{$bpfb_code}"; 
    
    701: $content .= !empty($_POST['content']) ? $_POST['content'] : '';

    As a novice I was very pleased with myself.

    However, an issue that I addressed in version 1.6.3 but is still an issue in 1.6.4, the images display in a column instead of a row.

    With multiple images it doesn’t look very nice on a large display. However the images would have to convert to a column when viewed on a mobile device.

    At that time the code was creating an issue that although the images were displaying in a row, it was replacing the previous posts with the same images. The other person gave up on me and suggested to upgrade to the next version which was to be 1.6.4.

    Any chance you can assist me with the rows?

    Thanks!

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again haagsekak,

    With multiple images it doesn’t look very nice on a large display. However the images would have to convert to a column when viewed on a mobile device.

    What kind of issues are you having and could you possibly post link to your site so I can take a look? Also what would the outcome that you’re expecting be?

    In case that you don’t have free registration please let me know.

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can you have the image display above the text?’ is closed to new replies.