VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Testimonial module

Testimonial module 05 Jul 2014 03:50 #5081

Hi, Thanks for this great template.
I just want to ask, is there any way to make the testimonial module shows random text?
I'm totally a new user to joomla 2.5

And, how to remove google maps from contact us? Since I don't need it, so I just want to remove it.

Regards,

Anjar

Re: Testimonial module 08 Jul 2014 02:33 #5090

I dont find the testimonial module on Calla Exterior template.

to remove google maps you need to remove below script from template index.php
and you need to disable maps module in backend module manager

<?php if (JRequest::getVar('option') == 'com_contact' && $this->params->get('map')) : ?>
 
 
 
var map;
var myCenter=new google.maps.LatLng('<?php echo $latitude ?>', '<?php echo $longitude ?>');
 
function initialize()
{
var mapProp = {
center:myCenter,
zoom:13,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
 
map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
 
var marker=new google.maps.Marker({
position:myCenter
});
 
<?php if ($this->params->get('marker')) : ?>
marker.setMap(map);
<?php endif; ?>
 
var infowindow = new google.maps.InfoWindow({
content:'<?php echo $markerdescription; ?>'
});
 
infowindow.open(map,marker);
}
 
google.maps.event.addDomListener(window, 'load', initialize);
 
<?php endif; ?>

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Testimonial module 15 Jul 2014 02:28 #5123

Thank you, it works!

Re: Testimonial module 28 Jul 2014 04:35 #5208

solved!

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.83 seconds
Thursday 28 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.