0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
Index
Recent Topics
Rules
Search Forum
Premier Support
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.
You are here:
Forum
General
General Discussion
Topic
Datso Gallery Problem
Last Post
Search Topic
Zemst
Newbie
Posts:
6
Thanks:
0
Datso Gallery Problem
Posted 13 years 10 months ago
Hi Guys,
on this page:
www.austriagaming.at/index.php/galerie/photos-by-owner/42.html
the page style is vertical, is there a way to display it horizontal?
thx
#690403
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
#690414
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!
#690427
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
#690762
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!
#692603
Time to create page: 0.058 seconds
Powered by
Kunena Forum