By Jeromy Waunch on Thursday, 29 December 2016
Posted in General
Likes 0
Views 175
Votes 0
I just purchased & installed the new mobile web template. It has applied the template to our home page, rather than the easysocial area. How do I restrict it to easysocial content?

Also, in clicking on the Conversations button at the bottom on my iPhone, I get a "404 Not Found" error.
The "Connect", "Conversations", "My Profile" buttons at the bottom of the template are all returning "not found" errors. They aren't including the subdirectory that the site is installed in.
·
Thursday, 29 December 2016 05:34
·
0 Likes
·
0 Votes
·
0 Comments
·
You can edit those links manually inside the file:

/templates/esmobile/index.php


<div class="es-mobile-footbar__item ">
<a href="/index.php?option=com_easysocial&view=users&Itemid=129" class="es-mobile-footbar__link">
<i class="fa fa-users"></i>
<span><?php echo JText::_('COM_EASYSOCIAL_MOBILE_FOOTER_CONNECT');?></span>
</a>
</div>


Just edit the "/index.php?option=com_easysocial&view=users&Itemid=129" to the url of your choice.
Replace the icon "fa fa-users" with the one you want.
And edit the title of the button "COM_EASYSOCIAL_MOBILE_FOOTER_CONNECT" as you wish.
·
Thursday, 29 December 2016 08:59
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, most of my buttons are now working. However, the Filters button at the bottom, and the Menu button on the top right are not working.

Also, I still need to know how to get the mobile template to NOT affect the non Easysocial content. Thank you!
·
Thursday, 29 December 2016 09:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jeromy,

I already log that 'not found' error in our issue tracker and will apply the proper fix in next release version.

Also, I still need to know how to get the mobile template to NOT affect the non Easysocial content. Thank you!

Regarding with your second question :
Currently we do not have option to restrict this, but you can download my attached file and replace into this following file location and see how it goes.

JoomlaFolder/plugins/system/easysocialmobile/easysocialmobile.php

By the way, thanks for help Sabih
·
Thursday, 29 December 2016 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
The new file is working to restrict the template to my ES content. Thanks to everyone for all the help.
·
Thursday, 29 December 2016 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Jeromy

For now you have to backup this file, I will discuss with our team regarding this as well and see whether we can add it as an option, so admin can configure this from backend.

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.
·
Thursday, 29 December 2016 12:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post