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

Social Icon & Module not displayed
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Social Icon & Module not displayed

Social Icon & Module not displayed 29 Apr 2014 18:25 #4597

Hi, i can't be able to show social icon and module like in the demo site. Anyone can help?

Re: Social Icon & Module not displayed 10 May 2014 14:38 #4630

Neither can I, documentation on these templates is scarce and there is no explanations anywhere why some of these supposed included modules don't show up.

  • Posts:2
  • jhebbel
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Social Icon & Module not displayed 10 May 2014 14:59 #4632

It looks like JF sillily require a module in slots user 4/5/6 for the bottom to even show,

Edit Index.php in the template dir, look for line 557:
<?php if ($this->countModules( 'user4 or user5 or user6' )) : ?>


Change it to read:
<?php if ($this->countModules( 'user4 or user5 or user6' )
|| ($this->params->get('facebook') != '')
|| ($this->params->get('linkedin') != '')
|| ($this->params->get('skype') != '')
|| ($this->params->get('twitter') != '')
|| ($this->params->get('youtube') != '')
|| ($this->params->get('rss') != '') ): ?>


Also remove or comment out lines 571 and 727
if( $botsl ) :

<?php #Sendif; ?>
Last Edit: 10 May 2014 15:06 by jhebbel.

  • Posts:2
  • jhebbel
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.78 seconds
Friday 19 April 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.