0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Datso Gallery Problem

    • Zemst's Avatar
    • Zemst
    • Newbie
    • Posts: 6
    • Thanks: 0

    Datso Gallery Problem

    Posted 13 years 10 months ago
    • Zemst's Avatar
    • Zemst
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: Datso Gallery Problem

    Posted 13 years 10 months ago
    • the datso gallery is linked to the JPagination: jimport('joomla.html.pagination');
      the Joomla Pagination looks like:
      $html = '<ul>';
      $html .= '<li class="pagination-start">'.$list.'</li>';
      $html .= '<li class="pagination-prev">'.$list.'</li>';
      foreach($list as $page) {
      $html .= '<li>'.$page.'</li>';
      }
      $html .= '<li class="pagination-next">'. $list.'</li>';
      $html .= '<li class="pagination-end">'. $list.'</li>';
      $html .= '</ul>';

      i hope for your help... thx
    • Ed Gibson's Avatar
    • Ed Gibson
    • Sr. Rocketeer
    • Posts: 146
    • Thanks: 3

    Re: Datso Gallery Problem

    Posted 13 years 10 months ago
    • Having the same issue. Can you point me to the specific file locations in Joomla and DatsoGallery...

      Where is Joomla pagination file: joomla.html.pagination

      and which DatsoGallery file is linking to it?

      Thanks!
    • My alter-ego wishes he had RocketThemes!
    • Zemst's Avatar
    • Zemst
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: Datso Gallery Problem

    Posted 13 years 10 months ago
    • the datso file: components/com_datsogallery/includes/datso.owner.php
      the jommla file: libraries/joomla/html/pagination.php

      thx for your help
    • Ed Gibson's Avatar
    • Ed Gibson
    • Sr. Rocketeer
    • Posts: 146
    • Thanks: 3

    Re: Datso Gallery Problem

    Posted 13 years 9 months ago
    • This fix was supplied by one of the Elite Rocketeers (Cliff Pfeifer)... place the following at the end of your theme's template.css...

      .tab {display: inline-block;margin-right: 8px;}
      .tab .page-active {background: none;}
      .page-block {display: inline-block;margin-right: 4px;font-weight: bold;}
      .page-active, .page-inactive {padding: 0 4px;}
      .page-inactive:hover {cursor: pointer;}

      Cliff's solution (same as above) here:
      http://www.rockettheme.com/forum/viewtopic.php?f=349&t=138432&p=692569&e=692569
    • My alter-ego wishes he had RocketThemes!

Time to create page: 0.070 seconds