Navigation

Yahoo Weather Module is to get weather info like forecasts from Yahoo Weather and display in your site.

  1. Module position: sidebar-1
  2. Module Suffix: NOT USED

In the setting panel, you can configure temperature unit, locations and enable Yahoo Weather or not.

The module supports 2 Alternative Layouts: Default and Accordion. You can configure the setting in the "Advanced" tab.

Once the configuration of the module is done, you would see the front-end like this.

Yahoo Weather Module is to get free stock quotes info from Yahoo Finance and display the info in your site.

  1. Module position: sidebar-1
  2. Module Suffix: NOT USED

In the setting panel, add symbols to display stock quotes from, for example: YHOO,GOOG,AAPL then assign the module to the position you want to display in your site.

The module supports 2 Alternative Layouts: Default and Detailed. You can configure the setting in the "Advanced" tab.

Once the configuration of the module is done, you would see the front-end like this.

Yahoo Weather Module is to get free stock quotes info from Yahoo Finance and display the info in your site.

  1. Module position: sidebar-1
  2. Module Suffix: NOT USED

In the setting panel, add your Facebook Page Id, number of connection to display and the info. The module support 2 color themes: Light and Dark

Once the configuration of the module is done, you would see the front-end like this.

Subscribe / Unsubscribe Module for AcyMailing

  1. Module position: acy-email-footer
  2. Module Suffix: acy-email-footer

Once the configuration of the module is done, you would see the front-end like this.

In JA Teline V demo, we build sample tab module and it looks like this:

You can create such tab module in your site by following our instruction below:

Step 1 - Create Custom HTML Module

The Custom HTML module is to call modules to display in tabs.

  1. Module position: sidebar-1
  2. Module Suffix: NOT USED

Custom HTML

  1. <div><!-- Nav tabs -->
  2.  
  3. <ul class="nav nav-tabs">
  4.  
  5. <li class="active"><a href="#home" data-toggle="tab">Most read</a></li>
  6.  
  7. <li><a href="#profile" data-toggle="tab">Latest news</a></li>
  8.  
  9. </ul>
  10.  
  11. <!-- Tab panes -->
  12.  
  13. <div class="tab-content">
  14.  
  15. <div id="home" class="tab-pane active"> { loadposition tab-1 }</div>
  16.  
  17. <div id="profile" class="tab-pane"> { loadposition tab-2 }</div>
  18.  
  19. </div>
  20.  
  21. </div>

The modules assigned to position: tab-1 and tab-2 will be displayed in tabs.

Step 2 - Create modules displayed in tab

1. Most Read - Articles Category Module

  1. Module position: tab-1
  2. Module Suffix: NOT USED
  3. Alternative Layout: list

2. Latest news - Articles Category Module

  1. Module position: tab-2
  2. Module Suffix: NOT USED
  3. Alternative Layout: list

Social

  1. Module position: footer-4
  2. Module Suffix: ja-social

Custom HTML

  1. <ul class="nav">
  2.  
  3. <li>
  4.  
  5. <a href="https://www.facebook.com/joomlart"><i class="fa fa-facebook"> </i>Facebook</a></li>
  6.  
  7. <li>
  8.  
  9. <a href="https://twitter.com/joomlart"><i class="fa fa-twitter"> </i>Twitter</a></li>
  10.  
  11. <li>
  12.  
  13. <a href="https://plus.google.com/+JoomlArt/posts"><i class="fa fa-google-plus"> </i>Google+</a></li>
  14.  
  15. <li>
  16.  
  17. <a href="http://pinterest.com/joomlart/"><i class="fa fa-pinterest"> </i>Pinterest</a></li>
  18.  
  19. <li>
  20.  
  21. <a href="https://www.youtube.com/user/JoomlArt"><i class="fa fa-youtube"> </i>Youtube</a></li>
  22.  
  23. <li>
  24.  
  25. <a href="http://instagram.com/joomlart"><i class="fa fa-instagram"> </i>Instagram</a></li>
  26.  
  27. <li>
  28.  
  29. <a href="http://feeds.feedburner.com/joomlart/joomla"><i class="fa fa-rss"> </i>RSS</a></li>
  30.  
  31. </ul>

Top Blogger

  1. Module position: sidebar-1
  2. Module Suffix: NOT USED

Custom HTML

  1. <div class="bloggers-wrap">
  2.  
  3. <ul class="blogger-list">
  4.  
  5. <li>
  6.  
  7. <span class="avatar"><img src="/images/stories/joomlart/avatars/avt-5.jpg" alt="Sample avatar" /></span>
  8.  
  9. <h4>Christian Hardy</h4>
  10.  
  11. <p>Joomla! core</p>
  12.  
  13. <ul class="social-list">
  14.  
  15. <li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
  16.  
  17. <li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
  18.  
  19. <li><a href="#" title="Linked-in"><i class="fa fa-linkedin"></i></a></li>
  20.  
  21. <li><a href="#" title="Google plus"><i class="fa fa-google"></i></a></li>
  22.  
  23. </ul>
  24.  
  25. </li>
  26.  
  27.  
  28.  
  29. <li>
  30.  
  31. <span class="avatar"><img src="/images/stories/joomlart/avatars/avt-1.jpg" alt="Sample avatar" /></span>
  32.  
  33. <h4>Agnes Payne</h4>
  34.  
  35. <p>Joomlart's Co-Founder</p>
  36.  
  37. <ul class="social-list">
  38.  
  39. <li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
  40.  
  41. <li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
  42.  
  43. <li><a href="#" title="Linked-in"><i class="fa fa-linkedin"></i></a></li>
  44.  
  45. <li><a href="#" title="Google plus"><i class="fa fa-google"></i></a></li>
  46.  
  47. </ul>
  48.  
  49. </li>
  50.  
  51.  
  52.  
  53. <li>
  54.  
  55. <span class="avatar"><img src="/images/stories/joomlart/avatars/avt-2.jpg" alt="Sample avatar" /></span>
  56.  
  57. <h4>Christian Hardy </h4>
  58.  
  59. <p>UberTheme's CEO</p>
  60.  
  61. <ul class="social-list">
  62.  
  63. <li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
  64.  
  65. <li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
  66.  
  67. <li><a href="#" title="Linked-in"><i class="fa fa-linkedin"></i></a></li>
  68.  
  69. <li><a href="#" title="Google plus"><i class="fa fa-google"></i></a></li>
  70.  
  71. </ul>
  72.  
  73. </li>
  74.  
  75.  
  76.  
  77. </ul>
  78.  
  79. </div>

Back to main page →