Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Featured Module

More
9 years 6 days ago #3912 by Bernard Mburu
Hi, on the FEATURED part of the home page, how can i remove the middle bit of the "mast-col1" and have the content flow up to the AND MORE module? Check this out on my website, eadm.eastafricadigitalmarketers.com/ how can the Professional Staff content go unto the AND MORE module?

How do i change the background color of the footer to a custom color?

Thanks,
Bernard.
The topic has been locked.
More
9 years 5 days ago - 9 years 5 days ago #3923 by Tinh Nguyen
Replied by Tinh Nguyen on topic Featured Module
Hi EADM!

1,

on the FEATURED part of the home page, how can i remove the middle bit of the "mast-col1" and have the content flow up to the AND MORE module?


You go to backend:
Extensions > Module Manager:
Open "Why Choose Us" module (id=122)

You edit "col-md-6" to "col-md-12" (line 2)
<div class="col-md-12">




2,

how can the Professional Staff content go unto the AND MORE module?

Please explain clearly about your issue, or provide me some screenshots about it.

3,

How do i change the background color of the footer to a custom color?


You need to add the following code in the custom.css file. (I added for you)
The path of custom.css file.
{yoursite}templates/jux_designer/css/custom.css

a)
.t3-footer {
  background: #939394;
  background: -moz-linear-gradient(top, #939394 0%, #939394 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #939394), color-stop(100%, #939394));
  background: -webkit-linear-gradient(top, #939394 0%, #939394 100%);
  background: -o-linear-gradient(top, #939394 0%, #939394 100%);
  background: -ms-linear-gradient(top, #939394 0%, #939394 100%);
  background: linear-gradient(to bottom, #939394 0%, #939394 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939394', endColorstr='#939394', GradientType=0);
}




b)
.t3-footer .t3-spotlight {
  background-color: #2D2D2D !important;
  background-image: none;
}




c)
.t3-footer .t3-copyright {
  background: #1D1D1D !important;
}





Then you replace all of color code "#939394" and "#2D2D2D" and "#1D1D1D" to color code you want.





Please check again and feedback for me.

***************
Best Regards,
T
Attachments:
Last edit: 9 years 5 days ago by Tinh Nguyen.
The topic has been locked.
More
9 years 5 days ago #3951 by Bernard Mburu
Replied by Bernard Mburu on topic Featured Module
Thank for the feedback T, I have some more queries below;

How do i change the color of social media links from the dark to my custom color?
How do i change the text font color on the footer module to make it white for visibility?
How do i integrate our Twitter Stream on it from the Envato stream?
How to integrate a Facebook Stream or likes intead of the gallery at the footer
How to integrate a map for location on the footer
How to integrate menus for different pages, i.e Our Services...
How to remove Designed by JoomlaUX.com at the copyright area of the footer

Thanks
The topic has been locked.
More
9 years 4 days ago - 9 years 4 days ago #3961 by Tinh Nguyen
Replied by Tinh Nguyen on topic Featured Module
Hi,


1.

How do i change the color of social media links from the dark to my custom color?

You need to add the following code in the custom.css file. (I added for you)
Then you replace these color code to color code you want.
The path of custom.css file.
{yoursite}templates/jux_designer/css/custom.css
.social-media ul.menu li {
  background: #6d6969;
}

.social-media ul.menu li a {
  color: #1c1c1c;
}

2.

How do i change the text font color on the footer module to make it white for visibility?

(Similar to case 1)
.t3-footer .t3-copyright {
  color: #fff;
}

.t3-footer a {
  color: #fff;
}

.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #B2B2B2;
}


3.

How do i integrate our Twitter Stream on it from the Envato stream?

Extensions > Module Manager:
Open "Twitter" Module (id=139)
You type your "Twitter Username" and your "Widget Id"
You should visit the site to read document: atomixstudios.com/joomla/extensions/atom...s.html#documentation


4.

How to integrate a Facebook Stream or likes intead of the gallery at the footer

Extensions > Module Manager:
I just unpublished "Gallery" module (id=92)
Now, Gallery module is not show.

You visit: developers.facebook.com/docs/plugins/like-button
Type link of your facebook fanpage at "URL to Like"
Type the width of facebook iframe (ex: 240px)
Click to "Get Code"
Copy 2 code on pupup.

Then you Open "Facebook" module, and paste this 2 code.

Finally click to "Save" button.



5.

How to integrate a map for location on the footer

Extensions > Module Manager:
Open "Map Footer" module.

Then you paste your code embeb google map.
You should vistit: support.google.com/maps/answer/3544418?hl=en


6.

How to integrate menus for different pages, i.e Our Services...

Extensions > Module Manager:
Open "Social Media Marketing" module
<h3><a href="#">Social Media Marketing</a></h3>
You replace "#" link to link you want

Open "Web Design" module
<h3><a href="#">Web Design</a></h3>
You replace "#" link to link you want

Open "SEO" module
<h3><a href="#">SEO</a></h3>
You replace "#" link to link you want

Open "PPC" module
<h3><a href="#">PPC Adverts</a></h3>
You replace "#" link to link you want



7.

How to remove Designed by JoomlaUX.com at the copyright area of the footer


You need to edit the following code in the default.php file.

The path of default.php file.
{yoursite}templates/jux_designer/html/mod_footer/default.php
<div class="footer1<?php echo $moduleclass_sfx ?>"><?php echo $lineone; ?> Designed by <a <?php if ($menu->getActive() != $menu->getDefault()) : ?>rel="nofollow"<?php endif ?> title="Visit joomlaux.com!" href="http://www.joomlaux.com/" target="_blank">JoomlaUX.com</a>.</div>

***************
Regards,
T
Last edit: 9 years 4 days ago by Tinh Nguyen.
The topic has been locked.
More
9 years ago #4081 by Bernard Mburu
Replied by Bernard Mburu on topic Featured Module
Thanks T, few more queries please;

On the Twitter Stream, i still can't put in the Widget number, where can i get it from?

On the blog menu, can i access the blog without clicking on the blog item sub menu?

The website logo seems different on the Blog page from what we have on the main website, how can i fix that?

The social media icons, how do i integrate my own social links on it?

On the footer under Copyright, how can one put our company name?
The topic has been locked.
More
8 years 11 months ago - 8 years 11 months ago #4287 by GDragon
Replied by GDragon on topic Featured Module
Hi EADM,
I replied to you on other topic. So I will close this topic!
If you have other problem please reply on other topic!
Many thank!

Best regards,
--GD--
Last edit: 8 years 11 months ago by GDragon.
The topic has been locked.
Moderators: Jackie
Time to create page: 1.084 seconds
Powered by Kunena Forum