End of Support for Joomla 3 - Forum closed
[SOLVED] How to hide the "next" and "back" buttons
- Fisch1969
- Topic Author
- Visitor
- Thank you received: 0
Hello
I have two questions about the 1st Class template.
1. How can I hide the "next" and "back" buttons in articles?
2. I want a shadow around some pictures.
Therefor I added this code to the custom.css:
/****[ DROP SHADOWS ]*********************************************/
.dropshadow, .dropshadow em, .dropshadow span {
display:inline-table;
/* \*/display:block;/**/
}
/*COMMENT OUT FROM HERE IF YOU WANT PNG SUPPORT INSTEAD OF JPG */
.dropshadow {
margin:0;
float:left;
background:url(../../../images/dropshadow-main.jpg) right bottom no-repeat;
}
.dropshadow em {
background:url(../../../images/dropshadow-bottom.jpg) left bottom no-repeat;
}
.dropshadow span {
padding:0 11px 11px 0;
background:url(../../../images/dropshadow-top.jpg) right top no-repeat;
}
.dropshadow img {
display:block;
}
.dropshadow td {
display:block;
}
and in the article I have this code:
<p class="dropshadow"><em><span><img src="images/faehmily/IMG_2371.jpg" border="0" alt="" width="480" height="325" /></span></em></p>
It worked in my last template but not in this one.
I have two questions about the 1st Class template.
1. How can I hide the "next" and "back" buttons in articles?
2. I want a shadow around some pictures.
Therefor I added this code to the custom.css:
/****[ DROP SHADOWS ]*********************************************/
.dropshadow, .dropshadow em, .dropshadow span {
display:inline-table;
/* \*/display:block;/**/
}
/*COMMENT OUT FROM HERE IF YOU WANT PNG SUPPORT INSTEAD OF JPG */
.dropshadow {
margin:0;
float:left;
background:url(../../../images/dropshadow-main.jpg) right bottom no-repeat;
}
.dropshadow em {
background:url(../../../images/dropshadow-bottom.jpg) left bottom no-repeat;
}
.dropshadow span {
padding:0 11px 11px 0;
background:url(../../../images/dropshadow-top.jpg) right top no-repeat;
}
.dropshadow img {
display:block;
}
.dropshadow td {
display:block;
}
and in the article I have this code:
<p class="dropshadow"><em><span><img src="images/faehmily/IMG_2371.jpg" border="0" alt="" width="480" height="325" /></span></em></p>
It worked in my last template but not in this one.
by Fisch1969
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 How to hide the "next" and "back" buttons
Posted 9 years 1 month ago #9883
Hi there,
1.) Thats a Joomla menu item configuration > Menu item > Options > Show navigation = No
2.) Thats your fail, please make sure that you have insert the right path to your image from css.
1.) Thats a Joomla menu item configuration > Menu item > Options > Show navigation = No
2.) Thats your fail, please make sure that you have insert the right path to your image from css.
.dropshadow {
margin:0;
float:left;
background:url(../../images/dropshadow-main.jpg) right bottom no-repeat;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Fisch1969
- Topic Author
- Visitor
- Thank you received: 0
Replied by Fisch1969 on topic How to hide the "next" and "back" buttons
Posted 9 years 1 month ago #9888
Hi
Thank you for your help. Now it works just fine.
The problem with the shadows was because the TinyMCE deleted the span-tags.
Thank you for your help. Now it works just fine.
The problem with the shadows was because the TinyMCE deleted the span-tags.
by Fisch1969
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 [SOLVED] How to hide the "next" and "back" buttons
Posted 9 years 1 month ago #9892
Problem solved.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates