- Posts: 25
- Thank you received: 0
[SOLVED] The NEXT button is gone?
- S
- Topic Author
- Offline
- Junior Member
Less
More
15 years 10 months ago - 15 years 10 months ago #671
by S
[SOLVED] The NEXT button is gone? was created by S
Hi, I have made a clean Joomla 1.5.9 install and installed JDonation and it's modules.
The NEXT button does not show up?
You can see for yourself at:
www.weisshansen.dk
The NEXT button does not show up?
You can see for yourself at:
www.weisshansen.dk
Last edit: 15 years 10 months ago by S.
Please Log in or Create an account to join the conversation.
- S
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
- Thank you received: 0
15 years 10 months ago #672
by S
Replied by S on topic Re:The NEXT button is gone?
Please Log in or Create an account to join the conversation.
- Greg
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
15 years 10 months ago #676
by Greg
Replied by Greg on topic Re:The NEXT button is gone?
The next button is there if you highlight the content on the page. What file to edit to change the color value I have no clue. I thought the component CSS file, but nope.
Sorry I couln't help, but the support here is very good.
Sorry I couln't help, but the support here is very good.
Please Log in or Create an account to join the conversation.
- S
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
- Thank you received: 0
15 years 10 months ago - 15 years 10 months ago #678
by S
Replied by S on topic Re:The NEXT button is gone?
Thanks! I appreciate your help. I will see if I can figure out how to modify the style of the button
Last edit: 15 years 10 months ago by S.
Please Log in or Create an account to join the conversation.
- S
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
- Thank you received: 0
15 years 10 months ago #679
by S
Replied by S on topic Re:The NEXT button is gone?
It was pretty easy to find where to modify the code. I have modified files here:
JDonation\1.2\com_jdonation\com_jdonation\site\views\[FOLDER]\tmpl\default.php
With each button in the code I have just added style information:
style="background-color: #DBDBDB; color: black;"
And then the buttons shows.
Once again thanks for pointing me in that direction
JDonation\1.2\com_jdonation\com_jdonation\site\views\[FOLDER]\tmpl\default.php
With each button in the code I have just added style information:
style="background-color: #DBDBDB; color: black;"
And then the buttons shows.
Once again thanks for pointing me in that direction
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
15 years 10 months ago #692
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:The NEXT button is gone?
Hi
The problem is with the template using on your site, not the bug of the extension .
The code for the button is :
As you can see, the button is using the css class button. Infact, you don't have to modify the code . You can simply open the file template_css.css of the template you are using on your site, change css for class button .
Regards,
Ossolution Team
The problem is with the template using on your site, not the bug of the extension .
The code for the button is :
Code:
<input type="button" class="button" name="btnDonate" value="<?php echo JText::_('JD_DONATE'); ?>" onclick="checkDonation();" />
As you can see, the button is using the css class button. Infact, you don't have to modify the code . You can simply open the file template_css.css of the template you are using on your site, change css for class button .
Regards,
Ossolution Team
Please Log in or Create an account to join the conversation.
- S
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
- Thank you received: 0
15 years 10 months ago #696
by S
Replied by S on topic Re:The NEXT button is gone?
Thanks!
I have asked the developers of the template about this (there are many css files to look through...)
If anyone else wants to follow the thread, here is the URL:
www.rockettheme.com/forum/index.php?f=17...55134&rb_v=viewtopic
I have asked the developers of the template about this (there are many css files to look through...)
If anyone else wants to follow the thread, here is the URL:
www.rockettheme.com/forum/index.php?f=17...55134&rb_v=viewtopic
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.