By 何信孟 on Friday, 16 June 2017
Posted in General
Likes 0
Views 517
Votes 0
Attached include iPhone and iPad home page.
hey there,

I've checked with our designer regarding this, it seems like that is Echo template issue, can you download my attached file and replace back the original file into same file location JoomlaFolder/administrator/components/com_easyblog/includes/responsive/responsive.php

Then apply this following CSS into your JoomlaFolder/templates/echo/css/custom.css

@media (min-width: 768px) {
.com_easyblog .echo__main {
padding-left: 30px;
padding-right: 30px;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
position: relative;
}

.com_easyblog .navbar[data-position-menu="0"] .echo-navbar:before {
display: none;
}

.com_easyblog .navbar[data-eb-toolbar="1"] + .echo-menu:before {
display: none;
}

.com_easyblog .navbar[data-eb-toolbar="1"] ~ .echo__main {
margin-top: 78px;
border-top: 1px solid #e1e1e1;
border-radius: 2px 2px 0 0;
}

.com_easyblog .echo-navbar:before {
background: #fff;
width: 100vw;
height: 47px;
margin-left: calc(-50vw + 50%);
border-bottom: 1px solid #e1e1e1;
position: absolute;
top: 100%;
left: 0;
z-index: -1;
}
}
·
Monday, 19 June 2017 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
That submenu should be show on the top when you click on that menu bar icon, you can check my attached screenshot below.

Or you referring another submenu?
·
Friday, 16 June 2017 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes,I mean another sub menu like attached screenshot. I cant find it on Ipad. But I can find on Iphone.
·
Friday, 16 June 2017 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try download my attached file and replace into JoomlaFolder/administrator/components/com_easyblog/includes/responsive/responsive.php and see how it goes?
·
Saturday, 17 June 2017 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
I have replace the file, no change.
·
Saturday, 17 June 2017 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,It look OK!
·
Monday, 19 June 2017 21:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 19 June 2017 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post