By Richard van Veen on Sunday, 24 April 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 542
Votes 0
Dear support,

i bought and installed easysocial.

Now on all screens tehe search field is divided over two rows instead of like in your own demo 1 line.
See atteachement.

Grtz Richard
Thanks for updating Richard, glad that your issues are resolved now
·
Monday, 25 April 2016 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Richard,

Firstly, thank you for your recent purchase of EasySocial and welcome on board! As for the issue that you are facing, this is most likely a css conflict. If you could provide us with the URL to your site, we'll provide you with a css patch to fix this.

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Sunday, 24 April 2016 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear support,

URL = http://ontw-jm.usiten.nl/index.php/community

We go live in few weeks, from that moment i can assign domain to license.

Grtz Richard
·
Sunday, 24 April 2016 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Richard,

Your Joomla template is enforcing a 50 px height on every single input on the site and this is actually pretty insane! To fix this, you could add the block of css codes below into your template's ss file,

·
Monday, 25 April 2016 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

thanks for quick reply.

Added your css body code below the aleady present body code and it seems to work correct now.

body {
color: #6f6f6f;
line-height: 22px;
}

// Added for search line height Easy Social
body div#fd.es .es-toolbar .fd-navbar-search .search-query {
height: auto !important;
}
·
Monday, 25 April 2016 00:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post