By Jannik L. on Monday, 02 June 2014
Posted in Technical Issues
Replies 17
Likes 0
Views 665
Votes 0
Hey guys, two problems.

My yootheme does a lovely button override with makes it look gorgeous on all pages, except the page that EasySocial is on.

Also, it will not redirect, it gets stuck with a blank pop up window which says Login.

Additionally, I cannot get the joomla search to index users... I have tried both the official plugin and the Offlajn plugin. Do you mind checking what's up with that too?

Screenshots attached.

Admin details and SFTP details included.
Hello Jannik,

Looks like the css isn't being rendered and its probably because the mod_easysocial_oauth isn't rendering it. I have fixed this for you and it should work fine now Oh, you also need to fix your search box because Yootheme is resetting the box-sizing attribute. Add this to your template's css file to fix the search box


body div#fd.es .es-toolbar .fd-navbar-search .search-query {
box-sizing: border-box !important;
}


I am not too sure how to reproduce the "logo" issue here but it certainly does sound like a "reflow" issue and it can be easily fixed by setting a fixed width / height attribute on the logo.
·
Tuesday, 03 June 2014 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Also if you do any fixes that wont be included in the next version, please do them in an override file so that I don't loose the fix when I update EasySocial. In the past I have had fixes done that weren't permanent. (Although I haven't had that problem here ^^)
·
Monday, 02 June 2014 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex helped me solve the oauth problem in this thread: http://stackideas.com/forums/login-with-facebook-oauth-box-not-closing-and-redirect-to-site so you can skip that

So now I just need help with the facebook connect button override conflict on the page where EasySocial is published... and help with the search which I cant get to index users properly.
·
Monday, 02 June 2014 20:48
·
0 Likes
·
0 Votes
·
0 Comments
·
and on a separate totally unrelated less important note... when you take a look at my site, can I ask you for a huge favor which I fully understand is out of stackideas support, and I do not expect you to fix. Basically, when the page loads my main navigation menu items bunch up on top of the logo at first and then spread out after a couple of seconds... it is not supposed to be like that. If by chance you know a quick fix off the top of your heads I would genuinely appreciate it. If not, don't worry, I fully understand that that has nothing to do with you guys. (I have posted a support request at YooTheme, but while they have lovely templates their support is less than stellar)
·
Monday, 02 June 2014 20:57
·
0 Likes
·
0 Votes
·
0 Comments
·
<3 Mark & Stackideas... yet again impressed by your service... and people wonder why my dream is to run a 100% stackideas eco system. A couple of the problems you guys solved for me today/yesterday I requested help with at YooTheme at the same time (because it was conflict between YooTheme and EasySocial, so figured both sides are partially responsibe).... now while YooTheme tried, they just replied with all kinds of crazy unrelated ideas that might possibly solve it.... You guys on the other hand always solve my problems and don't waste my time with random unrelated ideas.

Now I just gotta figure out why my menu is acting up... man how I wish YooTheme and the rest of the Joomla template/component developers out there were as helpful and friendly the team here at Stackideas!
·
Tuesday, 03 June 2014 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jannik What issues do you have with your menu?
·
Tuesday, 03 June 2014 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
It is my joomla menu, not any stackideas menu. But it loads in two stages, first it loads bunched together, and then the menu items move to their actual locations. There is like a padding in the center of the menu to make space for the logo, but that padding takes a few seconds to load. I would like it to load with higher priority. I know it is possible, because in YooTheme's demo site the menu loads in the right place right away, in fact you do not even see it refresh on page load....

All YooTheme told me was that it was because EasySocial uses so much bandwidth so the menu separation takes place later in the loading process. So I installed JCH Optimizer to speed things up, it did a wonderful job, but it still happens. My theory is that I should be able to find the separation in the CSS and give it a "!important" but I do not know.

Any tips would be appreciated, but again it is not a stackideas product, so it is not your responsibility.
·
Tuesday, 03 June 2014 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
On an actual EasySocial related note, the user indexing is still acting up, it finally finds me, but it still doesn't find "Steven Boutilier" the second person registered on the site.
·
Tuesday, 03 June 2014 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jannik,

I am sorry for the delay of this reply.

Regarding your issue with the smart search, I am able to search for 'steven boutilier' using EasySocial toolbar search. Please see http://screencast.com/t/himZFk7m

Is your issue with smart search now resolved?
Please advise.
Sam
·
Tuesday, 03 June 2014 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
The issue is with the normal search, not smart search. I do not intend to use the easysocial toolbar ;-)
·
Tuesday, 03 June 2014 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Update: it is working now! Thanks
·
Tuesday, 03 June 2014 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jannik,

Glad to hear your issue now resolved
Have a nice day!
Sam
·
Tuesday, 03 June 2014 13:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark the last update removed the fix of the oauth botton styling, how did you fix it? and can we make a permanent fix that I don't loose on update? mod_easysocial_oauth isn't rendering the css in frontpage nor blog page... It only works right in "community" and "discussions"
·
Wednesday, 04 June 2014 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jannik,

Hm, odd I thought I already submitted my patch in the repository. Edit the file /modules/mod_easysocial_oauth/tmpl/default.php and at line 47 add the code below,


$modules->loadComponentStylesheets();
·
Wednesday, 04 June 2014 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
line 47? I only have 18 lines lol.
·
Wednesday, 04 June 2014 12:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Line 13 worked, thanks! :P
·
Wednesday, 04 June 2014 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Ops, sorry My mind isn't synchronizing with my keyboard earlier as when I was replying, they actually caught me by surprised with the cake haha
·
Wednesday, 04 June 2014 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post