[SOLVED] The NEXT button is gone?

More
15 years 2 months ago - 15 years 2 months ago #671 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
Attachments:
Last edit: 15 years 2 months ago by S.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #672 by S
Replied by S on topic Re:The NEXT button is gone?
The image is here:
Attachments:

Please Log in or Create an account to join the conversation.

More
15 years 2 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.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago - 15 years 2 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 2 months ago by S.

Please Log in or Create an account to join the conversation.

More
15 years 2 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 ;)

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
15 years 2 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 :
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.

More
15 years 2 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

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt