By Josh Lewis on Friday, 26 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 617
Votes 0
On a event page clicking "details" or other menu links will break the page HTML title to the url. In addition to this, the apps/app filters remove the site name from the HTML page title (as in it should be "Photos : Sitename" instead of just "Photos").
@Josh, will fix the title for the Details, but regarding the Photos (or other apps on the side), they actually obeys the settings of "Include Site Name in Page Titles" found in your Joomla's backend global configuration under SEO section.
·
Friday, 26 September 2014 15:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Jason. I realized what's going on here, I use a plugin called Title Manager which allows me to manipulate the site name without actually changing the site name. This allows me to place relevant keywords into the page title which is why I use it. ES's apps are trying to access the site name through Joomla's traditional method for displaying the site name. Because it's "hidden" (as in replaced) the site title does not display. I'm guessing there is no way to manipulate only the first part of the title with apps?

I wouldn't mind changing the site name to use these keywords as part of it except that notification emails will include those keywords as part of the name.
·
Sunday, 28 September 2014 07:02
·
0 Likes
·
0 Votes
·
0 Comments
·
It does something similar on the Friends (All friends) page as well. "Your Requests" sometimes displays as the title of "Sent Invitations" when you click on them a few times
·
Sunday, 28 September 2014 08:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I should also note that ES seems to work fine with the plugin "Title Manager" on most pages as seen here. It even works with profile apps when linking directly to them. Swap to different apps without using url's and suddenly the app name takes over the entire title. So it seems that there might be a difference in how clicked apps get the title vs how a ES page normally gets the title.
·
Monday, 29 September 2014 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Indeed there is a different logic in setting the title, JS and PHP.

Clicking on links that refreshes the page, will set the title through PHP, and in this sense, it goes through server processing and Joomla's processing as well. While clicking on links that doesn't refresh the page, does not go through Joomla's processing (hence eliminated possible plugins along the way). The only thing that was hardcoded into the scripts was the settings of the above mentioned Joomla's setting regarding the title.
·
Monday, 29 September 2014 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post