Forum

Whether it's a plugin thats causing issues, a theme, or just needed help with styling your site...We can help! Live Person Support for all your Wordpress Needs!

Welcome Guest

Pages: 1 2
ArtofPic Black Premium Skin
zephyrcainPostJun 20 2012, 12:21 PM

Newbie
Posts: 2
Registered:
Jun 19 2012, 07:30 PM
Very Hot topicRe: ArtofPic Black Premium Skin

Artofpic,

I found your plain black/gray skin! It looks amazing on my site. Do I need to make the .php file corrections to it (something about user group) that this one requires?

Best Regards and Thanks,

Zephyrcain

Artofpic,

I really love your skin designs, especially this one. Do you happen to have a version without the orange and in English? I think it would be THE THING to finish out my WP site with the Mingle Forums.

Site URL = http://shieldomega.com

This is NOT advertising...just showing my site colors. If it offends any rules, please let me know and I'll remove it immediately.

Thanks

Zephyrcain



Shrink, Track, Share, Control ... Dominate
cholerikaPostJul 14 2012, 06:35 PM

Newbie
Posts: 5
Registered:
Jul 15 2012, 12:31 AM
Very Hot topicRe: ArtofPic Black Premium Skin

Quote from ArtofPic on Jun 06 2011, 10:08 AM
Skin style.css

blockquote {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 95%;
    overflow: auto;
    padding: 5px;
    white-space: pre-wrap;
    width: 90%;
}

replace with

blockquote {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #222222;
    font-size: 95%;
    overflow: auto;
    padding: 5px;
    white-space: pre-wrap;
    width: 90%;
}

Download fixed ;)

i changed this part in my style.css but it the problem still exist backround is white and only goes black if i go with my mouse over it

need help :D

ArtofPicPostJul 14 2012, 11:12 PM

Pro
Posts: 197
Registered:
Apr 18 2011, 02:41 PM
Very Hot topicRe: ArtofPic Black Premium Skin

link to your Forum please

visit my Blog and my Forum

cholerikaPostJul 15 2012, 05:27 AM

Newbie
Posts: 5
Registered:
Jul 15 2012, 12:31 AM
Very Hot topicRe: ArtofPic Black Premium Skin

http://like-yoda.de/?page_id=58 (My Forum)

ArtofPicPostJul 15 2012, 05:54 AM

Pro
Posts: 197
Registered:
Apr 18 2011, 02:41 PM
Very Hot topicRe: ArtofPic Black Premium Skin

your WP-Theme override some MF-Skin CSS-Code

try

add Skin style.css

#wpf-wrapper .borderless tr {
    background: #000000 !important;
}
#wpf-wrapper a img, #wpf-wrapper img {
    box-shadow: none !important;
    border: none !important;
}
.wpf-table tr,.wpf-table td {
    background: #262626 !important;
}

visit my Blog and my Forum

cholerikaPostJul 15 2012, 06:10 AM

Newbie
Posts: 5
Registered:
Jul 15 2012, 12:31 AM
Very Hot topicRe: ArtofPic Black Premium Skin

Quote from ArtofPic on Jul 15 2012, 05:54 AM
your WP-Theme override some MF-Skin CSS-Code

try

add Skin style.css

#wpf-wrapper .borderless tr {
    background: #000000 !important;
}
#wpf-wrapper a img, #wpf-wrapper img {
    box-shadow: none !important;
    border: none !important;
}
.wpf-table tr,.wpf-table td {
    background: #262626 !important;
}

It Works! , great you saved my Day :) Thanks a lot.

cholerikaPostJul 15 2012, 06:45 AM

Newbie
Posts: 5
Registered:
Jul 15 2012, 12:31 AM
Very Hot topicRe: ArtofPic Black Premium Skin

Me again.. :D , now i have a diffrent problem.. if you are registered and klick inside a Threads and than inside a Post the backround is white

Screenshot: http://www.pic-upload.de/view-15130107/Unbenannt.png.html

what i have to do ?

ArtofPicPostJul 15 2012, 07:17 AM

Pro
Posts: 197
Registered:
Apr 18 2011, 02:41 PM
Very Hot topicRe: ArtofPic Black Premium Skin

try

.wpf-post-table tr {
    background: #3D3D3D !important;
}
.wpf-post-table tr.wpf-alt,.wpf-alt table tr {
    background: #303030 !important;
}

visit my Blog and my Forum

cholerikaPostJul 15 2012, 07:26 AM

Newbie
Posts: 5
Registered:
Jul 15 2012, 12:31 AM
Very Hot topicRe: ArtofPic Black Premium Skin

Quote from ArtofPic on Jul 15 2012, 07:17 AM
try

.wpf-post-table tr {
    background: #3D3D3D !important;
}
.wpf-post-table tr.wpf-alt,.wpf-alt table tr {
    background: #303030 !important;
}

and again It Works ! :D great thanks a lot.

NeilPostOct 09 2012, 09:39 AM

Newbie
Posts: 4
Registered:
Oct 09 2012, 03:31 PM
Very Hot topicRe: ArtofPic Black Premium Skin

Hi Art of Pic, I have been using your black premium skin and it looks awesome on my site. You can see it here: http://scaletrainer.com/Wordpress/members/forum/

The only issue that I seem to have is the topic text is black and the background color is dark grey when I use it. Is there a way to make the topic text white?

Image

Thanks,

Neil

ArtofPicPostOct 09 2012, 09:59 AM

Pro
Posts: 197
Registered:
Apr 18 2011, 02:41 PM
Very Hot topicRe: ArtofPic Black Premium Skin

wp-content/mingle-forum-skins/ArtofPic-Black-Premiumskin/style.css

add

#wpf-wrapper .topic_text p {
    color: #FFFFFF !important;
}

and for Welcome Text

#upshrinkHeader p {
    color: #FFFFFF !important;
}

visit my Blog and my Forum

NeilPostOct 09 2012, 10:12 AM

Newbie
Posts: 4
Registered:
Oct 09 2012, 03:31 PM
Very Hot topicRe: ArtofPic Black Premium Skin

Man! You're awesome. Thanks for the quick response, it worked like a charm.

Best regards,

Neil

NeilPostOct 10 2012, 10:16 AM

Newbie
Posts: 4
Registered:
Oct 09 2012, 03:31 PM
Very Hot topicRe: ArtofPic Black Premium Skin

Hi Guys,

I'm sorry but I have one more issue. The text that states "Welcome Guest, posting in this forum requires" is also black against a black background on my forum. Is there a way to correct that?

Thanks again,

Neil

ArtofPicPostOct 10 2012, 11:06 AM

Pro
Posts: 197
Registered:
Apr 18 2011, 02:41 PM
Very Hot topicRe: ArtofPic Black Premium Skin

read Post completely and you will find the Answer

visit my Blog and my Forum

NeilPostOct 10 2012, 07:06 PM

Newbie
Posts: 4
Registered:
Oct 09 2012, 03:31 PM
Very Hot topicRe: ArtofPic Black Premium Skin

Thanks again. My forum is now perfect! You guys are the best.

Pages: 1 2
Mingle Forum by Cartpauj | Version: 1.1.0beta | Page loaded in: 0.262 seconds.


Shrink, Track, Share, Control ... Dominate