By Steve Potter on Tuesday, 20 June 2017
Posted in General Issues
Replies 3
Likes 0
Views 426
Votes 0
Hi,

The showcase module is displaying differently in Chrome. In Firefox its displaying properly, but in Chrome its displaying black spaces at top and bottom, Ive attached pics...any ideas on how to fix this?

Thanks,
Steve
Hey Steve,
We need to get the actual device name/property to further check the issue. Since we do not have your device, can you perform the following steps?
1. Paste the following code into the file(backup original file before doing so): JoomlaFolder/components/com_easyblog/easyblog.php http://take.ms/0CcQd

$debug = $app->input->get('debug');

if ($debug) {
$agent = @$_SERVER['HTTP_USER_AGENT'];
var_dump($agent);exit;
}

2. Type ?debug=1 at the end of the EasyBlog page and paste the result here: http://take.ms/T5nxX
You can revert the easyblog.php file back to the original once you have done this.
Keep us updated, thanks.
·
Wednesday, 21 June 2017 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve,
For clarification, may I ask what device are you using to view the site in those 2 screenshots?
The 2nd screenshot would actually show on mobile devices and ipads will generally use the first screenshot.
·
Wednesday, 21 June 2017 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

I'm using Android tablet in both screenshots, in the first one I'm using Firefox browser and the second one is Chrome browser, I'm trying to make it appear as shown in Firefox across all browsers.

Thanks,
Steve
·
Wednesday, 21 June 2017 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post