using easyblog 5 to inset image to blog, the image display fine in destop view, but not in mobile view.
http://screencast.com/t/p1Fw2wL6
http://screencast.com/t/p1Fw2wL6
@media (max-width:768px) {
div#fd.eb a.eb-image-viewport {
height: 200px !important;
}
}
Fatal error: Call to undefined method JDocumentFeed::isHtml5() in /home/macauce9/public_html/libraries/joomla/document/html/renderer/head.php on line 66
Arlex Wong wrote:
Hey Sky,
I've checked in your site, it seems like you set the post cover width to 0px from your backend > Easyblog > settings > layout > post cover > Post Cover Settings (Entry) > width . After I set it back to 200px , it display the post cover now.
Then I also applied some css fix for your image space around the border in your current template css file JoomlaFolder/templates/jsn_mobilize/css/template.css , it should work fine now.
@media (max-width:768px) {
div#fd.eb a.eb-image-viewport {
height: 200px !important;
}
}
Please have a check.
Arlex Wong wrote:
Hey sky,
You can follow my instruction :
#1. Temporary change your template to Joomla default template
#2. Enabled Error reporting to Maximum
#3. Clear Joomla cache
#4. Go to frontend click on the RSS Link
See what error message show up.
@media (max-width:768px) {
div#fd.eb .eb-image-viewport:before {
height: 200px !important;
}
}
Arlex Wong wrote:
Hey sky,
I can replicate on your live site, can you provide us with your live site Joomla backend access?
The reason why you hitting this following error is because your current template hide the real php error message, I would like to find out which real php error is generated when click on the RSS link.
Fatal error: Call to undefined method JDocumentFeed::isHtml5() in /home//public_html/libraries/joomla/document/html/renderer/head.php on line 66
Arlex Wong wrote:
Hey Sky,
I am sorry that delay of this reply,
I've checked in your dev site again when I enable this RSS `Enable RSS Feeds` setting from backend, it seems like I can't reproduce this error on your dev site, you can take a look of my short video here : http://screencast.com/t/kR1XwJ5atpRw
Perhaps you can provide us with your live site Joomla backend access so we can take a look of this issue? After solve this issue, you can directly delete that user account.
I did not know there is a setting to enable the rss feed. since I see that module rss subscription link already shown, I thought it's enable by default already. it is confusing, and that should show at all if rss disable.
now I have anthor issue about "relate post"
http://screencast.com/t/vaw73HujdeR
I have a post in category travel (see url), but the relate posts shown at the bottom are from different category instead of latest posts from the same category, and they are oldest post of that category instead of newest post. I also set show 3 posts, but it is showing 5.
However, I have modified the code on this file -> JoomlaFolder\administrator\components\com_easyblog\models\blog.php , the related post should display the newest post now.
May i know which module are you referring to? By right, if the module itself got show RSS link, you can disable it from the module setting.
this module: http://screencast.com/t/Ck3h3CaG
I want latest posts from the same category of the current post, so that different post will always shows related posts. it is not from the same category now.
related post shound not show the same post as current post, and related posts are duplicated.
http://screencast.com/t/3AABpcjQl