Youjoomla Support Forums (https://www.youjoomla.com/joomla_support/index.php)
-   YJ Module Engine (https://www.youjoomla.com/joomla_support/forumdisplay.php?f=211)
-   -   How to set up YJ Module engine as in Demo Bizbiz (https://www.youjoomla.com/joomla_support/showthread.php?t=13756)

Slowlyjam 05-25-2015 02:17 AM

How to set up YJ Module engine as in Demo Bizbiz
 
Hello

Using Yj Module Engine, how can I achieve the same result as the "Our Board of Directors" section in the Bizbiz Demo?

Thank you.

Are you sure your are posting in product assigned forum?: Yes

What is your CMS version?: Joomla 3.x

MySQL Version: 5.x

PHP version: 5.x

Link to installation: http://www.maroons-jamaica.com/q/

Have you edited any files? If yes tell us which ones.: No

Is this personal or client website?: Personal

arefund 05-25-2015 02:03 PM

Hello Slowlyjam.
You can add this into your custom.css file:
.module_prefix .yjme_item {
float: left;
clear: none;
width: 25%;
}

Slowlyjam 05-25-2015 06:49 PM

Thanks Arefund.

It works fine, except the circle. How do I get the circle instead of the rectangular?

arefund 05-26-2015 04:15 AM

You can add border-radius to your imageholder like this:
.your_preffix .yjme_item div.imageholder{
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

Slowlyjam 05-26-2015 02:35 PM

Thanks Arefund.

How can I combine these 2 piece of code?

.module_prefix .yjme_item {
float: left;
clear: none;
width: 25%;
}


.your_preffix .yjme_item div.imageholder{
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

arefund 05-27-2015 05:25 AM

The code should be separate you can't combine them.
One is for the holder and one is for the image.
Code:

.module_prefix .yjme_item {
float: left;
clear: none;
width: 25%;
}
.module_prefix .yjme_item div.imageholder{
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}


Slowlyjam 06-14-2015 10:42 PM

Thanks Arefund.
It works, but I have 2 problems.
1. How do I get the name under image instead of above?
2. How can I get the image to fill up/out the circle?

Thanks again.

arefund 06-15-2015 05:32 AM

You can create your own module template and change the order. Add title under the image.
http://prntscr.com/7h5az6
Add this into the custom.css file:
.presenters .yjme_item a.item_image{
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

eirajeremy 08-01-2023 10:55 PM

To set up the YJ Module engine as in the Demo Bizbiz, you can follow these steps:
Download the YJ Module Engine package from the official website with my locaiton.
Extract the downloaded package to your local computer.
Log in to your Joomla website administrator panel.
Go to Extensions > Manage > Install.
Click on the "Upload Package File" tab.
Click on the "Choose File" button and select the YJ Module Engine package that you have downloaded and extracted in step 2.
Click on the "Upload & Install" button to install the YJ Module Engine.
Once the installation is complete, go to Extensions > Module Manager.
Click on the "New" button to create a new module.
Select the YJ Module Engine from the list of available modules.
Configure the module according to your needs and preferences.
Save the module settings and publish it on your website.


All times are GMT -4. The time now is 02:06 PM.

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.