| Author |
Message |
hueber

Joined: Nov 24, 2007
Posts: 8
|
Posted:
Sun Nov 25, 2007 12:00 pm |
|
i just bought the digital shop last night and i was wondering if you or anyone has a style for a darker theme i mean alot of text cant be seen in my shop because i have darker style nuke themes right now and i really need to get a shop style to fit a darker theme i hope this makes sense and hopfully someone could help me out. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Nov 25, 2007 12:26 pm |
|
| hueber wrote: |
| i just bought the digital shop last night and i was wondering if you or anyone has a style for a darker theme i mean alot of text cant be seen in my shop because i have darker style nuke themes right now and i really need to get a shop style to fit a darker theme i hope this makes sense and hopfully someone could help me out. |
Hi, what you will need to do is make some adjustments to modules/Digital_Shop/templates/default/style.css.
I think the main thing you will need to change is the background-color in the .itemrow { } style. You can either remove the line that has the background-color: or change the color to fit your needs. If you need any more help just let me know. Thanks! |
| |
|
|
 |
hueber

Joined: Nov 24, 2007
Posts: 8
|
Posted:
Sun Nov 25, 2007 12:32 pm |
|
Ok well i got that all fixed now only issue i have is this. its fine when you first view but when you put your curser over the table or w/e it turns white and you cant see the info anymore heres ta screen shot
 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Nov 25, 2007 1:02 pm |
|
That is a bit more involved...
You'll need to open
modules/Digital_Shop/templates/default/shop/admin/items.tpl
and remove the following code...
| Code: |
onMouseOver="this.style.backgroundColor='#E1EAFE'" onMouseOut="this.style.backgroundColor='#EFEFEF'" |
Other files that contain the same code include:
modules/Digital_Shop/templates/default/shop/admin/reviews.tpl
modules/Digital_Shop/templates/default/shop/admin/clients.tpl
modules/Digital_Shop/templates/default/shop/admin/categories.tpl
You will want to remove that code from each of those files.
I'm working on getting the next version released and it will address these issues, but for the time being, this is the way to fix it.. |
| |
|
|
 |
hueber

Joined: Nov 24, 2007
Posts: 8
|
Posted:
Sun Nov 25, 2007 2:19 pm |
|
|
|
 |
hueber

Joined: Nov 24, 2007
Posts: 8
|
Posted:
Mon Nov 26, 2007 11:49 am |
|
i just wanna say thanks for the help and this is a great Module for PHPnuke and i am glad i purchased it. Also the great customer service was awsome thanks alot. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Nov 26, 2007 3:51 pm |
|
No problem and I'm glad you like it. Thank You for purchasing the digital shop! |
| |
|
|
 |
|
|