help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED] link space behind button to small
- alexsupport
- Topic Author
- Offline
- Senior Member
- Posts: 53
- Thanks: 9
Re: link space behind button to small
5 years 9 months ago - 5 years 9 months ago
Thank you for the reaction.
I copied the code from the page, Is this what you mean?
The button links where only working correctly on the page: event
Eventlist
Event
Venue
My styles.css (see attachment)
I copied the code from the page, Is this what you mean?
The button links where only working correctly on the page: event
Eventlist
<div id="jem" class="jem_eventslist">
<div class="buttons">
<a href="/index.php/agenda/eventslist.html?task=archive&filter_reset=1" class=" hasTooltip" title="<strong>Toon het archief</strong><br />Klik om naar het archief te gaan" data-placement="bottom"><img src="/media/com_jem/images/archive_front.png" alt="Toon het archief" /></a>
<a href="/index.php/agenda/eventslist.html?tmpl=component&print=1" class="editlinktip hasTooltip" title="<strong>Printen</strong><br />Print dit scherm" data-placement="bottom" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;"><img src="/templates/blue-lotus/images/system/printButton.png" alt="Afdrukken" /></a>
</div>
Event
<div id="jem" class="event_id896 jem_event" itemscope="itemscope" itemtype=" schema.org/Event ">
<div class="buttons">
<a href="/index.php/component/mailto/?tmpl=component&template=blue-lotus&link=6800bcb74e7b77e581388051b513d22565762769" class=" hasTooltip" title="<strong>E-mailadres</strong><br />E-mail naar een vriend" data-placement="bottom" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/blue-lotus/images/system/emailButton.png" alt="E-mailadres" /></a>
<a href="/index.php/agenda/event/896-deze-avond-is-er-geen-repetitie.html?print=1&tmpl=component" class="editlinktip hasTooltip" title="<strong>Printen</strong><br />Print dit scherm" data-placement="bottom" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;"><img src="/templates/blue-lotus/images/system/printButton.png" alt="Afdrukken" /></a>
<a href="/index.php/agenda/event/896-deze-avond-is-er-geen-repetitie.raw?layout=ics" class=" hasTooltip" title="<strong>iCal</strong><br />Download het ICalender betand" data-placement="bottom"><img src="/media/com_jem/images/iCal2.0.png" alt="Export ICS" /></a>
</div>
Venue
<div id="jem"
class="jem_venue" itemscope="itemscope" itemtype=" schema.org/Place ">
<div class="buttons">
<a href="/index.php/agenda/venue/28-noorderbak.html?task=archive&filter_reset=1" class=" hasTooltip" title="<strong>Toon het archief</strong><br />Klik om naar het archief te gaan" data-placement="bottom"><img src="/media/com_jem/images/archive_front.png" alt="Toon het archief" /></a>
<a href="/index.php/component/mailto/?tmpl=component&template=blue-lotus&link=46f8a843f2ec8420ac4a14bfc5bd38add209d62c" class=" hasTooltip" title="<strong>E-mailadres</strong><br />E-mail naar een vriend" data-placement="bottom" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/blue-lotus/images/system/emailButton.png" alt="E-mailadres" /></a>
<a href="/index.php/agenda/venue/28-noorderbak.html?print=1&tmpl=component" class="editlinktip hasTooltip" title="<strong>Printen</strong><br />Print dit scherm" data-placement="bottom" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;"><img src="/templates/blue-lotus/images/system/printButton.png" alt="Afdrukken" /></a> </div>
My styles.css (see attachment)
Last edit: 5 years 9 months ago by alexsupport.
Please Log in or Create an account to join the conversation.
- alexsupport
- Topic Author
- Offline
- Senior Member
- Posts: 53
- Thanks: 9
Re: link space behind button to small
5 years 9 months agoThe template is back in place for you to investigate….Egnarts wrote: Sorry for my late answer, I currently have examinations, so I have to learn very much
Is it possible to change back to the "broken" template, then I will investigate more. Eventually you can do it yourself.
Compare the css properties of the working <img> and <a>-tags with the one that do not work. Eventually you find the problem in the style.css of your template.
for strange reasons:
the small link beheavure off the button is now only accouring on the page: venue!
On the pages: simpellist & event the full button can be used….
(I have no idea what changed this. besides that i re-installed JEM 2.2.2 and then updated to 2.2.3 yesterday morning)
Goodluck!
Please Log in or Create an account to join the conversation.
- alexsupport
- Topic Author
- Offline
- Senior Member
- Posts: 53
- Thanks: 9
Re: link space behind button to small
5 years 9 months ago - 5 years 9 months ago
I found out the following:
eventlist:
if i turn off: show topic header (menu settings) the small link behavure accours.
if i turn it off (no) the full button can be used to activate the link.
event:
for some (to me unknown) reason the eventname is not on the first row and the link is avvailable in the whole button.
venue:
the name of the venue is on the top row, and now the link can only be activated in top of the button.
I hope this additional info helps you to find the solution
eventlist:
if i turn off: show topic header (menu settings) the small link behavure accours.
if i turn it off (no) the full button can be used to activate the link.
event:
for some (to me unknown) reason the eventname is not on the first row and the link is avvailable in the whole button.
venue:
the name of the venue is on the top row, and now the link can only be activated in top of the button.
I hope this additional info helps you to find the solution
Last edit: 5 years 9 months ago by alexsupport.
Please Log in or Create an account to join the conversation.
- alexsupport
- Topic Author
- Offline
- Senior Member
- Posts: 53
- Thanks: 9
Re: link space behind button to small
5 years 9 months ago - 5 years 9 months ago
NOTE: the template is specialy re-activated on the -url removed- to show the problem.
This is the problem in pictures:
if heading is 'on', the text (Agenda) is in the left top (first row).
Now the link behind the button is only to be activated in the top of the button (red space).
when selected: event, the name of the event is on the second row in the left top.
Now the link behind the button can be activated by using every bit of the button (red square).
the page Venue shows the same behavure as the page: eventlist
My conclusion:
the behavure of activating the link depents of if there is data on the first row or not. If YES then there is a small link space, if NO there is linkspace over the whole button.
Because in the same programm the behavure is different on 2 pages i suspect it is in the programm, not in the style.css (but he, i'm just a user, NO expert )
This is the problem in pictures:
if heading is 'on', the text (Agenda) is in the left top (first row).
Now the link behind the button is only to be activated in the top of the button (red space).
when selected: event, the name of the event is on the second row in the left top.
Now the link behind the button can be activated by using every bit of the button (red square).
the page Venue shows the same behavure as the page: eventlist
My conclusion:
the behavure of activating the link depents of if there is data on the first row or not. If YES then there is a small link space, if NO there is linkspace over the whole button.
Because in the same programm the behavure is different on 2 pages i suspect it is in the programm, not in the style.css (but he, i'm just a user, NO expert )
Last edit: 5 years 9 months ago by alexsupport.
Please Log in or Create an account to join the conversation.
- alexsupport
- Topic Author
- Offline
- Senior Member
- Posts: 53
- Thanks: 9
Please Log in or Create an account to join the conversation.
Re: link space behind button to small
5 years 9 months ago
Hey,
can you send me a private message with the url to your web page please? Someone deleted the urls from this topic.
I will take a look tomorrow.
can you send me a private message with the url to your web page please? Someone deleted the urls from this topic.
I will take a look tomorrow.
Please Log in or Create an account to join the conversation.
Time to create page: 0.584 seconds