Hi
I have a siteground web hosted account and use it to Play/learn Drupal
I have a base (root) URL of mikehchase54.net, it has a Drupal site on it, that I sue to hold the URLs of my multiple In Directory and sub-domain sites in WP, Joomla, and Drupal
I noticed that my Drupal base site using Lexi theme when hovver over the RSS feed, only rss.xml is displayed, and when selected, the RSS link is just rss.xml and doesnt work.
When i use Lexi on a sub-domain or In Directory site, it works 100%.
Now here is where it gets weird.
I went in to hack around, and in the pages.tpl.php (in your theme) I changed the $front_page variable to $front_pagex, and save it. Now the RSS works, until I refresh and then the error about no match on $front_pagex.
I have a temp fix in, I changed the code as follows

print $front_page; /rss.xml">Only local images are allowed. print base_path() . drupal_get_path('theme', 'lexi_responsive_theme') . '/images/rss.png'; " alt="RSS Feed"/>

Changed to

Only local images are allowed. print base_path() . drupal_get_path('theme', 'lexi_responsive_theme') . '/images/rss.png'; " alt="RSS Feed"/>

I attached 2 screen shots. One is my base site with the temp fix, the other is a sub site with original code. Notice the extra \ in the RSS url.
Thanks. Love the theme. This isnt a big deal, as long as I have a fix.
Thanks
Mike Chase

CommentFileSizeAuthor
B.png265.15 KBmikehchase@gmail.com
A.png107.2 KBmikehchase@gmail.com
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zymphonies-dev’s picture

Hello,

Please go through this https://drupal.org/node/2087699 issue.

Thanks,
Shanid

mikehchase@gmail.com’s picture

Thanks.
My fix was very similar to the post.
Thanks for responding.
Are you planning on a permanent fix and a theme upgrade in the near future?
If not I guess I can make and use a child theme, so I do not loose the fix next upgrade.

zymphonies-dev’s picture

Status: Active » Closed (fixed)

Hello,

Updated in GIT,
Closing this issue.

Thanks,
Shanid