End of Support for Joomla 3 - Forum closed
[SOLVED] pagination - ohne Text - nur bg-image
- designzentrale
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
pagination - ohne Text - nur bg-image was created by designzentrale
Posted 4 years 5 months ago #26774
Hi,
unter web35823.customer.xenway.de/de/allcatego...olio/85-welt-all-tag
würde ich gern die jeweiligen Texte "zurück" und "weiter" entfernen und über background-image nur eine Pfeil-Grafik anzeigen (letzteres über CSS ist kein Problem, nur den Text kriege ich nicht weg).
Wer kann mir helfen?
Danke+Gruß, Fabian
Template_ jp_simple, Joomla 3.9.18
unter web35823.customer.xenway.de/de/allcatego...olio/85-welt-all-tag
würde ich gern die jeweiligen Texte "zurück" und "weiter" entfernen und über background-image nur eine Pfeil-Grafik anzeigen (letzteres über CSS ist kein Problem, nur den Text kriege ich nicht weg).
Wer kann mir helfen?
Danke+Gruß, Fabian
Template_ jp_simple, Joomla 3.9.18
Please Log in or Create an account to join the conversation.
- designzentrale
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
Replied by designzentrale on topic pagination - ohne Text - nur bg-image
Posted 4 years 5 months ago #26778
Habe den Link geändert, damit er nicht verkürzt ist:
www.allisee.de/de/portfolio/welt-all-tag
Dort ganz unten will ich statt zurück/weiter nur Pfeile haben.
Danke im Voraus!
www.allisee.de/de/portfolio/welt-all-tag
Dort ganz unten will ich statt zurück/weiter nur Pfeile haben.
Danke im Voraus!
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic pagination - ohne Text - nur bg-image
Posted 4 years 5 months ago #26779
Hallo,
das ist etws tricky und geht nur mit einem Override.
1.) Kopieren sie die Datei > your template\warp\systems\joomla\layouts\article.php in den Ordner your themplate/layouts
2.) Nun entfernen sie die rot markierten PHP Befehle aus der Datei > your themplate/layouts/article.php, denn diese erzeugen den Text, siehe Bild
das ist etws tricky und geht nur mit einem Override.
1.) Kopieren sie die Datei > your template\warp\systems\joomla\layouts\article.php in den Ordner your themplate/layouts
2.) Nun entfernen sie die rot markierten PHP Befehle aus der Datei > your themplate/layouts/article.php, denn diese erzeugen den Text, siehe Bild
Attachment layouts-2-3-4-5-6-7-8-9-10-11-12-13.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:4 years 5 months ago
by joomlaplates
Attachments:
Last edit: 4 years 5 months ago by joomlaplates.
The following user(s) said Thank You: designzentrale
Please Log in or Create an account to join the conversation.
- designzentrale
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
Replied by designzentrale on topic pagination - ohne Text - nur bg-image
Posted 4 years 5 months ago #26781
Toll! Ich hatte die Stelle einfach nicht gefunden.
Hat sofort geklappt.
Styles für Grafiken sind übrigens so:
/*Pfeile fuer pagination */
li.uk-pagination-previous > a {
background: #fff;
width: 19px;
height: 7px;
background-image: url("../../../images/buttons/prev.png");
}
li.uk-pagination-next > a {
background: #fff;
width: 19px;
height: 8px;
background-image: url("../../../images/buttons/next.png");
}
Wie immer super Hilfe. Ich weiß schon, warum ich hier immer wieder gerne Templates kaufe
Schönen Feierabend, Gruß, Fabian
Hat sofort geklappt.
Styles für Grafiken sind übrigens so:
/*Pfeile fuer pagination */
li.uk-pagination-previous > a {
background: #fff;
width: 19px;
height: 7px;
background-image: url("../../../images/buttons/prev.png");
}
li.uk-pagination-next > a {
background: #fff;
width: 19px;
height: 8px;
background-image: url("../../../images/buttons/next.png");
}
Wie immer super Hilfe. Ich weiß schon, warum ich hier immer wieder gerne Templates kaufe
Schönen Feierabend, Gruß, Fabian
Please Log in or Create an account to join the conversation.
- designzentrale
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
Replied by designzentrale on topic [SOLVED] pagination - ohne Text - nur bg-image
Posted 4 years 5 months ago #26782
Problem solved.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates