By Geoffrey on Friday, 18 September 2015
Likes 0
Views 803
Votes 0
I have attached three images.

The first shows what I have got at the moment with the popular posts module display on the front end.

The second shows what I would like to get,

The third shows the parameters of the module that create the first image.
Hi Geoffrey,

I'm not sure why the last item in the list of 5 displays twice though!


Ah look like there is a bug I've applied the fix on your site and now the content no longer show if the post is a 'quote' type Below is the file I've modified.

JOOMLA/modules/mod_easyblogmostpopularpost/tmpl/default_item.php

The above fix will be added into next release of EasyBlog as well

I would ask a favour, the module to the right of the popular one is the latest post module, what do I need to do to get it to display like the popular post module by removing the line between each title.


Regarding the above, I've added below css code into your template css file 'JoomlaFolder/templates/rasa2/css/theme.brightas.css' and now the line no longer displayed


div#fd.eb.eb-mod.mod_easybloglatestblogs .mod-item+.mod-item {
border-top: 0px solid #ddd !important;
margin-top: 0px !important;
padding-bottom: 5px !important;
}


Please see http://screencast.com/t/at38BadZBTT8

Hope this help and have a nice day!
Sam
·
Saturday, 19 September 2015 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Geoffrey,

I can't seem to access your site as Hikashop seems to be throwing some errors:


You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM qwf9d_hikashop_product_category WHERE category_id =' at line 2 SQL=SELECT .product_id FROM qwf9d_hikashop_product_category WHERE category_id =


Also, can you please provide us with the FTP access please?
·
Friday, 18 September 2015 08:54
·
0 Likes
·
0 Votes
·
0 Comments
·
I have resolved the hikashop issue now.
·
Friday, 18 September 2015 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Geoffrey,

I've tried to connect with your FTP server, but i hitting this :
Response:	530 Login authentication failed
Error: Critical error
Error: Could not connect to server


Can you try apply this following css code in your template css file and see how it goes?
JoomlaFolder/templates/rasa2/css/theme.brightas.css (Remember clear your Joomla cache after applied)

div#fd.eb.eb-mod.mod_easyblogmostpopularpost .fa{
display: none !important;
}

div#fd.eb.eb-mod.mod_easyblogmostpopularpost .mod-item+.mod-item {
border-top: 0px solid #ddd !important;
margin-top: 0px !important;
padding-top: 0px !important;
}
·
Friday, 18 September 2015 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I have done this now, take a look, there is still far to many items showing on the display...
·
Saturday, 19 September 2015 04:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Geoffrey,

Regarding your issue, I just visited your site frontpage and the EasyBlog popular posts module is already displayed in what you want to achieve. Please see http://screencast.com/t/rRSaEpbBgey

Did i missed something here?
Please advise.
Sam
·
Saturday, 19 September 2015 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
That's great thanks. I'm not sure why the last item in the list of 5 displays twice though!

AND

I would ask a favour, the module to the right of the popular one is the latest post module, what do I need to do to get it to display like the popular post module by removing the line between each title.

Thank for your great help
Geoffrey
·
Saturday, 19 September 2015 13:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thankyou sooooooooo much for your great speedy support. Brilliant

Geoffrey
·
Saturday, 19 September 2015 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating and glad that your issues are resolved now.
·
Sunday, 20 September 2015 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post