- Posts: 264
- Thank you received: 1
CSS Pagination
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
7 years 5 months ago #11223
by hagen_fenris
CSS Pagination was created by hagen_fenris
Hi,
i`ve got a placemarklist with over 500 placemarks.
kamageo.pytalhost.de/index.php/ausflugsziele/karte
on the bootom of the list, theres a pagination...nut some icons are missing....and i don`t get know what i hace to change...
Maybe someone can help me out?
Regards
matthias
i`ve got a placemarklist with over 500 placemarks.
kamageo.pytalhost.de/index.php/ausflugsziele/karte
on the bootom of the list, theres a pagination...nut some icons are missing....and i don`t get know what i hace to change...
Maybe someone can help me out?
Regards
matthias
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 5 months ago #11226
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic CSS Pagination
Hi.
Probably you have not last version of joomla. Or some other difference with my installation of joomla.
I added placemarks in demo page to have pagination.
joomla.zhuk.cc/index.php/zhgooglemap-mai...placemark-list-table
As you can see, in my page body there are span tags or text with Start, Next, Prev, End
Probably you have not last version of joomla. Or some other difference with my installation of joomla.
I added placemarks in demo page to have pagination.
joomla.zhuk.cc/index.php/zhgooglemap-mai...placemark-list-table
As you can see, in my page body there are span tags or text with Start, Next, Prev, End
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 264
- Thank you received: 1
7 years 5 months ago #11228
by hagen_fenris
Replied by hagen_fenris on topic CSS Pagination
Hi,
if i inspect that button using chrome, there is a <li> with no text or icon.
If i insert any text, it gets displayed....
I´m using the latest Joomla and the latest zhGoogleMap.
if i inspect that button using chrome, there is a <li> with no text or icon.
If i insert any text, it gets displayed....
I´m using the latest Joomla and the latest zhGoogleMap.
Please Log in or Create an account to join the conversation.
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 264
- Thank you received: 1
7 years 5 months ago #11229
by hagen_fenris
Replied by hagen_fenris on topic CSS Pagination
Hi,
had to insert this into my custom.css
had to insert this into my custom.css
Code:
.icon-first:before {
content : "\f100";
}
.icon-last:before {
content : "\f101";
}
.icon-previous:before {
content : "\f104";
}
.icon-next:before {
content : "\f105";
}
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 5 months ago #11230
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic CSS Pagination
OK.
Probably you'll help the others to fix this case. Thanks.
Probably you'll help the others to fix this case. Thanks.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds