By Peter Neumann on Sunday, 28 May 2017
Posted in General
Likes 0
Views 261
Votes 0
http://prntscr.com/fcxft8

Hi I like to change this font awesome heart icon in to font awesome "like" icon. I just couldn’t find that style.
Hello Peter,

I am really sorry for the delay of this reply as it is a weekend for us here. You can change this by editing the file /components/com_easysocial/themes/wireframe/likes/item.php and at line 23, locate the codes below:

[gist]
<i class="fa fa-heart t-icon--danger"></i>
[/gist]

Replace it with,

[gist]
<i class="fa fa-thumbs-o-up"></i>
[/gist]
·
Monday, 29 May 2017 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark it workes fine now.

I have some issues I would like to fiy please:

Thank you Mark


1.I have several issues it need to fix, first language overrides. I cannot change some German spelling corrections because of Ajax Problem in Overrides: http://prntscr.com/fd7jf1


2.User are not able to login to my website. Currently I disabled landing page. People should reach EasySocial Login straight forward. Anyways, sometimes it´s impossible to login. The upcoming popup message is something like “invalid Token please refresh side.” But even if I refresh side clear browser and clear Joomla cache I get this message.


3.I would like to change some Icon Colors in Smartphone View Template Wireframe. In Firefox I cannot find CSS Style. Screenshot: http://prntscr.com/fd7o05


4.Template Wireframe comes with a fixed already setup Menu. Most links are fine but sometimes I need to change some items. Where can I change these links in Wireframe template Screenshot: http://prntscr.com/fd7puj


5.On Smartphones finding Google Location does not seem to work properly. I have filled in Google Places API and Google Map API.

Ecavall Google Map Java Script: AIzaSyBJU63cvsMd_w0Q_yiXdZTuNGYJOUkLlZg

Ecavall Google Geolocation: AIzaSyA6317mMBGC8Uzfw8ll-HBpTE6jJay5HCs

Ecavall Google Places: AIzaSyD6KymDXpiRQGVeIY5XoPCkWjMEvNyU7oA
·
Monday, 29 May 2017 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Forgot soemthing:

schreenshot: http://prntscr.com/fd8c0l

Can you tell where I can find this file to change it to " Thumps up Icon"

I am not Shure how to locate php files with particular font awesome files in fireworks.
·
Monday, 29 May 2017 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Please find your inquiries below.

1.I have several issues it need to fix, first language overrides. I cannot change some German spelling corrections because of Ajax Problem in Overrides: http://prntscr.com/fd7jf1

You can do language override on this string COM_LANGUAGES_VIEW_OVERRIDE_REQUEST_ERROR

Anyways, sometimes it´s impossible to login. The upcoming popup message is something like “invalid Token please refresh side.” But even if I refresh side clear browser and clear Joomla cache I get this message

What exactly you meant by 'Currently I disabled landing page'? Maybe that caused the issues to happen as you have redirected it wrongly or maybe some checking missing on your file.

3.I would like to change some Icon Colors in Smartphone View Template Wireframe. In Firefox I cannot find CSS Style. Screenshot: http://prntscr.com/fd7o05

You can do template override on css code below and see how it goes

#es .es-mobile-menu__item > a {
color: #f60303 !important;
}


4.Template Wireframe comes with a fixed already setup Menu. Most links are fine but sometimes I need to change some items. Where can I change these links in Wireframe template Screenshot: http://prntscr.com/fd7puj

You can check those on this file .../components/com_easysocial/themes/wireframe/toolbar/default.php.

5.On Smartphones finding Google Location does not seem to work properly. I have filled in Google Places API and Google Map API.

I would best if you can enable all of these http://take.ms/nxdLU API first and see how it goes. If still persisit, if would be best if you can provide us with your Google credentials for further check on this issues.

Can you tell where I can find this file to change it to " Thumps up Icon"

May i know on which page that render those image you attached above? If pages, you can change it by going to this path .../components/com_easysocial/themes/wireframe/pages/default/items.list.php on codes below

<li data-es-provide="tooltip" data-original-title="<?php echo JText::sprintf(ES::string()->computeNoun('COM_EASYSOCIAL_PAGES_LIKERS', $page->getTotalMembers()), $page->getTotalMembers()); ?>">
<i class="fa fa-thumbs-o-up"></i> <span data-page-like-count-<?php echo $page->id; ?> ><?php echo $page->getTotalMembers();?></span>
</li>


Please advice.
·
Monday, 29 May 2017 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi and thanks for your qucik reply

1.I have several issues it need to fix, first language overrides. I cannot change some German spelling corrections because of Ajax Problem in Overrides: http://prntscr.com/fd7jf1


You can do language override on this string COM_LANGUAGES_VIEW_OVERRIDE_REQUEST_ERROR
This I really don´t understand. Perhaps your login in to overwrites in my site and try to search something. Perhaps it is easier to replicate what exactly I meant.

Anyways, sometimes it´s impossible to login. The upcoming popup message is something like “invalid Token please refresh side.” But even if I refresh side clear browser and clear Joomla cache I get this message

What exactly you meant by 'Currently I disabled landing page'? Maybe that caused the issues to happen as you have redirected it wrongly or maybe some checking missing on your file.
The landing page was on a diffrent template. Due to Joomla Udate to 3.7.2 template did not work anymore. So there is currentlz no link to any landing page. It is just the regular EasySocial LogIn.

I would best if you can enable all of these http://take.ms/nxdLU API first and see how it goes. If still persisit, if would be best if you can provide us with your Google credentials for further check on this issues.

It looks to me I have all Items in Google Dashbard set to Enabled, Screenshot: http://prntscr.com/fd8t6n

May i know on which page that render those image you attached above? If pages, you can change it by going to this path .../components/com_easysocial/themes/wireframe/pages/default/items.list.php on codes below
Its just photo Albums.


Thank you
·
Monday, 29 May 2017 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

This I really don´t understand. Perhaps your login in to overwrites in my site and try to search something. Perhaps it is easier to replicate what exactly I meant.

From what i meant above is, you can do language override on the following string as follow https://stackideas.com/docs/easysocial/administrators/languages/creating-language-overrides . As this docs, provide you steps to change those language you use to different translations.

The landing page was on a diffrent template. Due to Joomla Udate to 3.7.2 template did not work anymore. So there is currentlz no link to any landing page. It is just the regular EasySocial LogIn

I suspected that because of 'System - Page Cache' plugin that may caused this issues to happen as you can see here http://take.ms/kAu3E. It will cache those on the browser itself and your site.

It looks to me I have all Items in Google Dashbard set to Enabled, Screenshot: http://prntscr.com/fd8t6n

Have you used those key and place it on your Backend>Components>EasySocial>Settings>General>Location and may i know whether you have set any restrictions or any other referrer for your key, if yes, i would advice you disable them and use those key without any referrer.

Its just photo Albums.

Oh, sorry for my confusion above. You can do some modifications on this path /.../components/com_easysocial/themes/wireframe/albums/items/item.php or maybe you can do template override on this file as follows https://stackideas.com/docs/easysocial/administrators/templating/template-overrides

Please advice.
·
Monday, 29 May 2017 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

Googel seems to work now : http://prntscr.com/fd9l4c
Ihave disabeld System Cache to see if login works better:http://prntscr.com/fd9o6c
I have shanged php file like you discribed unfortunately nor results:http://prntscr.com/fd9o35

Thank you Abdul
·
Monday, 29 May 2017 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
HI there,

Ihave disabeld System Cache to see if login works better:http://prntscr.com/fd9o6c

Keep us updated then

I have shanged php file like you discribed unfortunately nor results:http://prntscr.com/fd9o35

I have made some fixes on this files .../templates/ja_social_ii/html/com_easysocial/albums/items/item.php and it works as it should now. Please give it a check and see how it goes
·
Monday, 29 May 2017 14:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Abdul Album is fine now -how did you do this. Can thise changes be overwritten by next update?
·
Monday, 29 May 2017 14:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied exactly the same changes you made as attached on above reply. And i have done template override on path above and those changes wont be overwritten once you made any update/upgrade on your EasySocial.

By the way, i suspected that 'System - Page Cache' already cache those existing settings after you made those changes and before you disabled it. It would be best if you clear those site cache after any changes made on your site.

Please advice
·
Monday, 29 May 2017 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

I have inserted css style in for Smartphone Menue here:
/httpdocs/templates/ja_social_ii/html/com_easysocial/css/custom.css

http://prntscr.com/fdaely
http://prntscr.com/fdaf76

I'm not sure if this is so correct? Is there a trick that I can see smartphone menu in the Fireworks browser?

}
#es .es-mobile-menu__item > a {
color: #f60303 !important;
}


I apologize for the fact that I can not do it better. I just got a deeper insight look into CSS development. I am a beginner and must learn something from you. Thank you for your patience.

I have seen that you have created a folder "albums". Now I understand it too.
·
Monday, 29 May 2017 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that i have given wrong css as codes as i gave based on Easysocial's Mobile template.

By the way, maybe you can try to apply codes below and see how it goes

#es .es-navbar__footer-link {
color: #555 !important;
}


Is there a trick that I can see smartphone menu in the Fireworks browser?

May i know what is Fireworks browser? I am not aware that there are such browser to be used on my computer. Is it Firefox? If firefox, you can try steps below and see how it goes.

1. Right click>Inspect element
2. Click on this icon http://take.ms/bG4Jf
2. Then change it user-agent based on your requirement here http://take.ms/2ja2b, then refresh your page again without closing those console.

You can check for those you required there, for mobile view. Please give it a check and see how it goes
·
Monday, 29 May 2017 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
This is my first review on EasySocial. First I have written it in German. I will do also englsih.:

http://prntscr.com/fdb39p
·
Monday, 29 May 2017 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

Thanks for your contributions. We really appreciates that

By the way, may i know whether your issues already solved or not? Please advice.
·
Monday, 29 May 2017 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I meant Firefox Broswer, my foult:D
·
Monday, 29 May 2017 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Abdul I see it´s 17:11 in Kuala Lumpur.
My time is 11:11 am so I have a couple more hours to go.

Thank you for your kindley help Abdul. I aprreciate it very much you ve giv me a fantastic support. I learned a lot today. Looks like my issues are solved.
·
Monday, 29 May 2017 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

My time is 11:11 am so I have a couple more hours to go.

Have a nice day ahead Peter

Thank you for your kindley help Abdul. I aprreciate it very much you ve giv me a fantastic support. I learned a lot today. Looks like my issues are solved.

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, 29 May 2017 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post