By Chris Mathis on Thursday, 02 July 2015
Posted in Technical Issues
Likes 0
Views 422
Votes 0
Noticed that when you click on Facebook "Like" at the end of a blog post, a popup box opens with the 'thumbs up' Facebook image prompting you to say something else and 'submit' your "like".

But when you click on Like, the Facebook popup does not open fully. The popup box is only 3/4 of an inch wide. The height is fine, but the width is not.

Thank you.
Hi Chris Mathis,

Can you apply these CSS fix at your template manager and see how it goes.

div#fd.eb .fb_iframe_widget iframe{
max-width: none !important;
}

Do let us know and provide us your Joomla BackEnd If the error still persist.
·
Thursday, 02 July 2015 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, I would not know what to look for without you letting me know what file to edit. I'm sorry.

I have replied with login info.

Thank you,
·
Friday, 03 July 2015 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris.

I am really sorry because I can't access your backend using this link http://www.yoursite.com/administrator.

Can provide us the correct link to access to your backend?

Btw, you can add this code the following css fix inside your /templates/[your template name]/css/template.css.

Please advise
·
Friday, 03 July 2015 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chris Mathis,

I've tried to access your site however i'm hitting this
====================
403 - Forbidden Error
You are not allowed to access this address.
If the error persists, please contact the website webmaster.
====================
You may apply the css fix at ../templates/shaper_financial_news/css/styles/custom.css
·
Friday, 03 July 2015 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
If you're not familiar, more on custom overrides:

http://joomla.stackexchange.com/questions/3877/how-do-i-override-the-css-styles-in-my-template

Better than doing a core edit as updates will remove your change otherwise.
·
Friday, 03 July 2015 12:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing David
·
Friday, 03 July 2015 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahhh, sorry... I had the IP secured.

YOu can get there now...

Again, sorry about that...
·
Friday, 03 July 2015 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chris Manthis,

I've applied the CSS fix and can you clear your browser cache before trying?
Do let us know whether does the Issue has been resolved?
·
Friday, 03 July 2015 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it is working now. So the fix is in a template override now so the fix will not get overwritten?

Thanks, you all are great!

Chris...
·
Friday, 03 July 2015 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chris,

So the fix is in a template override now so the fix will not get overwritten?


You are correct. The purpose of doing template override so that upgrading your EasyBlog will not remove your fix on the css
Hope this help and have a nice day!
Sam
·
Friday, 03 July 2015 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Fantastic job, thank you.
·
Friday, 03 July 2015 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Friday, 03 July 2015 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post