By David on Wednesday, 28 June 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 602
Votes 0
Hi,

Just been testing the Easyblog Upload cover photo function and it doesn't work on iphone or ipad.

The upload cover photo button shows on iphone but the blue Upload button doesn't do anything when pressed.

I've attached a screenshot of the iPad cover photo - the alignment of the pop-up means that only half the popup is visible, the other half doesn't show. When clicked, the blue upload button also doesn't do anything.
Hi there,

It seems that we can replicate this issues on our local and i have created a ticket for this issues internally.

By the way, i have made some hot fixes, maybe you can try to upload attached files at this path .../components/com_easyblog/themes/wireframe/composer/toolbar/cover.php and apply css codes below on your custom.css files and see how it goes

#eb .eb-comp-cover-area .t-lg-mt--lg .moxie-shim {
width: 100% !important;
height: 100% !important;
}
·
Wednesday, 28 June 2017 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help with this!

It works but there are now two upload buttons:
Browse Media and Upload.

I tried to comment out the whole of the following section in a template override for .../components/com_easyblog/themes/wireframe/composer/toolbar/cover.php


<span class="t-lg-ml--sm t-lg-mr--sm"><?php echo JText::_('COM_EASYBLOG_OR');?></span>

<a href="javascript:void(0);" class="btn btn-eb-primary btn--sm btn-primary"
data-cover-upload
data-plupload-browse-button
data-eb-composer-blogimage-browse-button
>
<?php echo JText::_('COM_EASYBLOG_UPLOAD_BUTTON');?>
</a>

...but this resulted in a bunch of errors.

Any idea how I can do this?

Cheers

Dave
·
Friday, 07 July 2017 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to upload attached file at this path and see how it goes ../components/com_easyblog/themes/wireframe/composer/toolbar/cover.php

This fixes will be included on our next released version.
·
Friday, 07 July 2017 15:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post