By Seth Mak on Friday, 21 August 2015
Posted in Technical Issues
Replies 11
Likes 0
Views 521
Votes 0
it is found that both Featured Slider and EasyBlog - Ticker Module cannot be shown if sh404 default handler is used with EasyBlog. If switching to Joomla router, it works.

It seems that once sh404 default handler is used, the Front Page and Featured Blog are mixed up by the system.

As all my google indexed links are generated with sh404 handler, I cannot switch back to Joomla router.

Pls advise.
Hey Seth,

I am really sorry for the delay of this reply as it is a weekend for us here.

it seems like some where got trigger this tag :

<a class="btn btn-default btn-sm" href="#eb-showcases" role="button" data-bp-slide="prev">



by the way, I have modified this file -> JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\latest\featured.php

<a class="btn btn-default btn-sm" href="#eb-showcases" role="button" data-bp-slide="prev">

// add 1 more s
<a class="btn btn-default btn-sm" href="#eb-showcasess" role="button" data-bp-slide="prev">


it work fine now.
·
Sunday, 23 August 2015 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Seth,

I am really sorry for the delay of this reply as it is a weekend for us here.

Regarding the Easyblog ticker module not appear on the site, it seems like missing some of the script file, I will consult with our developer regarding this when the week start.

Regarding with your feature slider not appear issue, may i know do you mean the slider should be show on this page? http://domainsite.com/blog/featured-blog.html ? If yes, I've checked in your menu item, it seems like this page is under 'Easyblog - Feature posts' menu type, so it will not show the slider on this page, unless you assign a Easyblog showcase module on that page.
·
Saturday, 22 August 2015 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh..Thanks.

Now I change the menu item of "Blog" to EasyBlog Front Page.

Now the showcase module, appears. However, I met another problem. If I click on either the < or > button of the showcase module, it goes to the top of the screen and is then half hidden by the Template menu.

Any CSS file I can modify to avoid this?

Pls see attached screen for your reference.

Many thanks.
·
Saturday, 22 August 2015 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks
·
Sunday, 23 August 2015 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, I will keep you update for the ticker module.
·
Monday, 24 August 2015 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
The above fix failed after upgrading to Easyblog 5.0.23 .

Pls suggest an upgrade free solution.

Many thanks.
·
Monday, 31 August 2015 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Try copy this file -> JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\latest\featured.php override in your current template JoomlaFolder/template/yourTemplate/html/com_easyblog/blogs/latest/featured.php

Then modify this file (JoomlaFolder/template/yourTemplate/html/com_easyblog/blogs/latest/featured.php) inside the code to :

            <a class="btn btn-default btn-sm" href="#eb-showcases" role="button" data-bp-slide="prev">

// add 1 more s
<a class="btn btn-default btn-sm" href="#eb-showcasess" role="button" data-bp-slide="prev">


Hope this will help.
·
Monday, 31 August 2015 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
No.

I did your suggestion thing. The file I modified is: http://biz-online.hk /templates/gk_creativity/html/com_easyblog/blogs/latest/featured.php

But the showcases module now does not slide and the animation problem still there.
·
Monday, 31 August 2015 13:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Seth,

I am sorry for the delay of this reply.

In order for you to override featured.php, you must also include featured.js inside your template folder. I've helped you with the process and it should be working correctly now.
·
Tuesday, 01 September 2015 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes. Thanks. The showcase module is now working. However, it still goes up to the top and hidden by the sticky main menu.
·
Tuesday, 01 September 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I noticed you missing add extra `s` in next button.

Screenshot : http://screencast.com/t/Fy2bqkh2Mi1n

After I added, It should work fine now.
·
Tuesday, 01 September 2015 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post