- Posts: 330
- Thank you received: 32
OT_UCE template help required
7 years 10 months ago #9201
by Kiên
Replied by Kiên on topic OT_UCE template help required
yes, currently is col-sm-4 for 4 collumn, if you need show 3 collumn please change all to col-sm-3
This is standard bootstrap when dividing columns, please refer www.w3schools.com/bootstrap/bootstrap_grid_examples.asp
This is standard bootstrap when dividing columns, please refer www.w3schools.com/bootstrap/bootstrap_grid_examples.asp
Please Log in or Create an account to join the conversation.
7 years 10 months ago #9202
by V S Punn
Replied by V S Punn on topic OT_UCE template help required
I changed the Module Class Suffix to the one provided.
Still showing the same.
URL is:
thegiftmart.in/ot/
Still showing the same.
URL is:
thegiftmart.in/ot/
Please Log in or Create an account to join the conversation.
7 years 10 months ago #9203
by Kiên
Replied by Kiên on topic OT_UCE template help required
could you please change:
first module: col-sm-6
There are two modules you can leave behind col-sm-3
first module: col-sm-6
There are two modules you can leave behind col-sm-3
Please Log in or Create an account to join the conversation.
7 years 10 months ago #9204
by Kiên
Replied by Kiên on topic OT_UCE template help required
please see attached
Attachments:
Please Log in or Create an account to join the conversation.
7 years 10 months ago #9205
by V S Punn
Replied by V S Punn on topic OT_UCE template help required
Fatal error: Class 'ContentHelperRoute' not found in /home/giftmart/public_html/ot/modules/mod_otclientlogosscroller/helper.php on line 73
On thegiftmart.in/ot/index.php/volunteer
On thegiftmart.in/ot/index.php/volunteer
Please Log in or Create an account to join the conversation.
7 years 10 months ago #9206
by Kiên
Replied by Kiên on topic OT_UCE template help required
Could you please open file helper with path
/home/glxdmadmin/public_html/joomla3/ot_ucehelp/modules/mod_otclientlogosscroller/helper.php
and add code
require_once JPATH_SITE . '/components/com_content/helpers/route.php';
bellow: defined('_JEXEC') or die( 'Restricted access' );
/home/glxdmadmin/public_html/joomla3/ot_ucehelp/modules/mod_otclientlogosscroller/helper.php
and add code
require_once JPATH_SITE . '/components/com_content/helpers/route.php';
bellow: defined('_JEXEC') or die( 'Restricted access' );
The following user(s) said Thank You: V S Punn
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds