The Layout Carousel is not working

More
8 years 2 months ago - 8 years 2 months ago #137 by Joserly Luiz
Good morning,
My problem is that even inserting two columns and six items on display, the module is showing everything in a single column.
In the attached pictures you can see how it looks and module configuration.
Can you help me?
I'm sorry for my english.
Attachments:
Last edit: 8 years 2 months ago by Joserly Luiz.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #138 by Thanh Nguyen
Hello Joserly,

What version of Bootstrap does template of your site based on?
Please give us your site URL for further checking, we will help you to resolve this issue.

Best regards,
JoomlaGeek team

Thanh Nguyen
Founder & Lead Developer

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago - 8 years 2 months ago #139 by Joserly Luiz
The url of the site is this: tvjunina.web2157.uni5.net/
The template used is this: www.gavick.com/joomla-templates/restaurant
Joomla Version: 3.4.3
If the market I can use another template.
Big hug,
Joserly Luiz
Last edit: 8 years 2 months ago by Joserly Luiz.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #140 by Thanh Nguyen
Hello Joserly,
I have just checked your site, the template that you used is not based on Bootstrap framework, thus the carousel layout will not work (because this layout used markup of Bootstrap carousel).
If you want to use slider to display FB post, you need to create another layout to do that.

Best regards,
JoomlaGeek team

Thanh Nguyen
Founder & Lead Developer
The following user(s) said Thank You: Joserly Luiz

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #141 by Joserly Luiz
Thank you friend, I will try to use another template that is based on Bootstrap.
A big hug,
Joserly Luiz.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #142 by Thanh Nguyen
Please try to load bootstrap framework for your site by following steps below:
1. Open the file templates/[you_template]/index.php

2. Find the code snippet:
Code:
defined('_JEXEC') or die;

2. Add the code snippet below right after it:
Code:
JHtml::_('bootstrap.framework'); JHtml::_('bootstrap.loadCss', true);

Best regards,
JoomlaGeek team

Thanh Nguyen
Founder & Lead Developer

Please Log in or Create an account to join the conversation.