- Posts: 13
- Thank you received: 0
News Feed Display not working
-
dogloose
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 3 months ago #42699
by dogloose
News Feed Display not working was created by dogloose
I have tried very hard to carefully follow your instructions for using the hot start installation of the Responsive Template. In order to build my site I have unpublished some menu items of yours and and added my own. I did uninstall K2 since I do not use that. My top menu works fine with the sample articles, including infinite scroller. However, somehow in adding a news feed to the Feed menu and module for testing... the site now will not display my feed properly. What happens is the first lines of the feed... what I believe is the description... appear at the top... and the portion below opens up in a large white box... but no articles display. In looking at your demo on line I can see where the articles would display, but not for me. The same symptom appears for the Hot Joomla Templates demo feed... description appears but no articles. Can you suggest how I might resolve this problem? Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #42704
by ivan.milic
Replied by ivan.milic on topic News Feed Display not working
Send link so we could see
Please Log in to join the conversation.
-
dogloose
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 3 months ago #42712
by dogloose
Replied by dogloose on topic News Feed Display not working
Thank you for offering to help me solve this issue. The site is sort of half built... your original hot start template, your articles, but my new menu items and categories. I uninstalled K2, and there are some extensions that have been installed (Akeeba Backup, Akeeba Admin Tools, CW MCats, JCE Editor, JSN Power Admin, NoNumber Extension Manager and all the extensions.)
Here is the link to the site: usbpa.net/
Please notice the Feed Menu in the position "Right". The last item "Celebrity News Test" is set up to deliver the RSS feed from www.tmz.com/rss.xml .
What happens is the page seems to load, the description appears, but the feed is invisible - it is white. If you hover your mouse over the white space you can see where there are links and if you click you will be taken to the tmz.com site... so it appears to be a display issue.
The same symptom - description with white page and hidden content - appears with the feed from Hot Joomla Templates.
I am standing by to offer any other help, information or access you may need to support me.
Very much appreciated.
Here is the link to the site: usbpa.net/
Please notice the Feed Menu in the position "Right". The last item "Celebrity News Test" is set up to deliver the RSS feed from www.tmz.com/rss.xml .
What happens is the page seems to load, the description appears, but the feed is invisible - it is white. If you hover your mouse over the white space you can see where there are links and if you click you will be taken to the tmz.com site... so it appears to be a display issue.
The same symptom - description with white page and hidden content - appears with the feed from Hot Joomla Templates.
I am standing by to offer any other help, information or access you may need to support me.
Very much appreciated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #42719
by ivan.milic
Replied by ivan.milic on topic News Feed Display not working
Add this to templat.css.css:
OL.dynlayout_container LI{
opacity:1!important;
-webkit-opacity:1!important;
-moz-opacity:1!important;
}
OL.dynlayout_container LI{
opacity:1!important;
-webkit-opacity:1!important;
-moz-opacity:1!important;
}
Please Log in to join the conversation.
-
dogloose
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 3 months ago #42728
by dogloose
Replied by dogloose on topic News Feed Display not working
I have added the code provided at the end of the file template_css.css
SUCCESS! The news feed now displays all the articles and links. Please go to the site and take a look.
You will notice the formatting of the page is a little odd... with some big empty white spaces between articles. Changing the window sizes closes some of those gaps... but there sometimes remains a blank space or two mixed in. If that behavior is normal based on the responsive properties of the template then this ticket can be closed.
However, if the formatting of the articles can be cleaned up a little to make them appear consecutively with no gaps then that would be very nice.
Thank you for your expert assistance.
SUCCESS! The news feed now displays all the articles and links. Please go to the site and take a look.
You will notice the formatting of the page is a little odd... with some big empty white spaces between articles. Changing the window sizes closes some of those gaps... but there sometimes remains a blank space or two mixed in. If that behavior is normal based on the responsive properties of the template then this ticket can be closed.
However, if the formatting of the articles can be cleaned up a little to make them appear consecutively with no gaps then that would be very nice.
Thank you for your expert assistance.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #42737
by ivan.milic
Replied by ivan.milic on topic News Feed Display not working
In layout.css:
div.item, div.itemContainer, div.userItemView, div.tagItemView, ol.dynlayout_feed li {
border:1px solid #ccc;
margin: 5px 0!important;
padding:10px;
float:left;
width:auto;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin: 10px;
}
modify:
margin: 5px 0!important;
to:
margin: 5px!important;
div.item, div.itemContainer, div.userItemView, div.tagItemView, ol.dynlayout_feed li {
border:1px solid #ccc;
margin: 5px 0!important;
padding:10px;
float:left;
width:auto;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin: 10px;
}
modify:
margin: 5px 0!important;
to:
margin: 5px!important;
Please Log in to join the conversation.
Time to create page: 0.161 seconds