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
DDart Dream On (Black) 2.1.1
ddartPostJul 14 2010, 02:15 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicDDart Dream On (Black) 2.1.1

Skin is updated for Mingle Forum Version: 1.0.33.3
Skin Name: DDart Dream On (Black)
Skin Version: 2.1.1
Author: Dobrin Draganov DDART BG
Author URL: http http://ddart-bg.com
Skin Colors: Black
Description: The skin is very functional and is designed to adjust to many different backgrounds.(IE8 + ,IE9 + ,IE10+ , Opera11.10+, Chrome,Safari4+ , Chrome10+,Safari5.1+, FF3.6+ , W3C compatible)

I apologize for the frequent update and that you must download a new, but I try to no fixed most problems in different sites. Please understand.

Changelog
Version 2.1.1

    Bug in buttons. fixed
    Problem-color topic. fixed

Version 2.1

    Added classes and images for Mod 1.2 by DDart
    CSS fixes

Version 2.1

    New, beautiful icons
    Added classes and images for Mod 1.1 by DDart
    Bug fixes for Date icon for the post - (File cannot be found on the server / The file you are looking for does not exist: 404)
    Removed error when entering text
    CSS fixes
    New top menu
    Мany small errors

Download Link: Download

To make this beautiful theme can use this Mod Skin > Mod-Skin 1.3 (updated for Mingle Forum Version: 1.0.33.3)

All Skins Gallery

Screenshots:(Screenshots of the skin is Modification v1.2)
Image



Shrink, Track, Share, Control ... Dominate
arsenkuzPostApr 29 2011, 03:31 AM

Newbie
Posts: 1
Registered:
Apr 29 2011, 06:37 AM
Very Hot topicRe: DDart Dream On (Black)

Nice:)

triplemoonsPostMay 05 2011, 07:54 PM

Newbie
Posts: 2
Registered:
May 06 2011, 01:50 AM
Very Hot topicRe: DDart Dream On (Black)

A bit sloppy. Text butted to edge and spacing between images that shouldn't be there.

Image

ddartPostJun 08 2012, 12:26 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

New update for skin - DDart Dream On (Black) version 2.1.1

RafaPostAug 28 2012, 05:17 PM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

Hi, Ddart,

Excellent skin, but I have a problem: does not work well with the latest version of Chrome, when I type in the search button, not it appears the word correctly.

Thanks!

ddartPostAug 28 2012, 09:53 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

Hi,Rafa
Maybe this is caused by another plugin or your theme. So I will ask you to send me a link to your forum to look and see how I can help.

RafaPostAug 28 2012, 10:04 PM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

Hi, ddart,

The following appears:

Notice: Trying to get property of non-object in /home/hablemos/public_html/wp-content/plugins/mingle-forum/wpf.class.php on line 706

Link: http://www.hablemosespanol.com.br/foro/

Regards!

ddartPostAug 28 2012, 10:51 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

The problem comes from a file on your topic. this style.css.php
code red is the one that causes the problem.

input {
   height:32px;
 [color=#BC0303]line-height:32px;[/color]
}

To fix this problem you need to add in the skin css code that will fix this problem.
Оpen style.css located in
.../wp-content/mingle-forum-skins/DDart_style_Dark_2-2/style.css
line 148

#wpf-wrapper input {
    margin: 2px 0 !important;
    vertical-align: middle;
}

and made it look like this

#wpf-wrapper input {
    margin: 2px 0 !important;
    vertical-align: middle;
    line-height: 0px !important;
}

And I think this error is caused by the fact that there is no set date format correctly, but may have another but it is not caused by skin. So I hope someone can help if it is faced with the problem
That hour of code where the error.

function get_lastpost_all(){
		global $wpdb;
		$post = $wpdb->get_row("select `date`, author_id, id from $this->t_posts order by `date` DESC limit 1");
		return __("Latest Post by", "mingleforum")." ".$this->profile_link($post->author_id)."<br />".__("on", "mingleforum")." ".date($this->opt['forum_date_format'], strtotime($post->date));
	}

You can try to put the modification of these files that I'm doing for these skins
http://ddart-bg.com/plugin-mods/mod-for-mingle-forum-by-ddart
And see if that helps.
Best .

RafaPostAug 28 2012, 11:14 PM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

Problem solved ;) , but still get the following error:

Notice: Trying to get property of non-object in /home/hablemos/public_html/wp-content/plugins/mingle-forum/wpf.class.php on line 706

Take this opportunity to ask you this: I like to have red links, what I have to do? Where is located to make the changes?

Thanks!

ddartPostAug 28 2012, 11:23 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

.../wp-content/mingle-forum-skins/DDart_style_Dark_2-2/style.css
line 194

.wpf-table a, .wpf-post-table a, #wpf-wrapper p a, #wpf-wrapper span a, #wpf-wrapper a {
    color: #4DB0D0;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

and made it look like this

.wpf-table a, .wpf-post-table a, #wpf-wrapper p a, #wpf-wrapper span a, #wpf-wrapper a {
    color: #BC0303;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

For this error I want to ask you if your files by default or modification puts another skin?
Otherwise, you said that you can download my mod here > http://ddart-bg.com/plugin-mods/mod-for-mingle-forum-by-ddart
and see what happens.

ddartPostAug 28 2012, 11:30 PM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

To fix and class
It's like a arrow is the link
line 209

.wpf-table a:hover, .wpf-post-table a:hover, #wpf-wrapper a:hover {
    color: #3399CC;
    text-decoration: underline;
}

and made it look like this

.wpf-table a:hover, .wpf-post-table a:hover, #wpf-wrapper a:hover {
  color: #BC0303;
  text-decoration: underline;
}

Color red can be any one you want.

RafaPostAug 28 2012, 11:46 PM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

I placed several skins, but decided to stay with your theme.

Already the red links, but I would like that when pass the cursor over the link was white and not blue.

The "Welcome name" is small, how I can increase it?

Thanks!

RafaPostAug 28 2012, 11:54 PM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

Quote from ddart on Aug 28 2012, 11:30 PM
To fix and class
It's like a arrow is the link
line 209

.wpf-table a:hover, .wpf-post-table a:hover, #wpf-wrapper a:hover {
    color: #3399CC;
    text-decoration: underline;
}

and made it look like this

.wpf-table a:hover, .wpf-post-table a:hover, #wpf-wrapper a:hover {
  color: #BC0303;
  text-decoration: underline;
}

Color red can be any one you want.

Yes, I'm just by testing. Will place a less intense red ;) .

I await your response to the above e-mail.

Regards!

RafaPostAug 29 2012, 12:16 AM

Newbie
Posts: 13
Registered:
Aug 28 2012, 11:11 PM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

There is blue, the link "to send new message", where is located to make the changes?

I put your mod, but I still get the error I said.

Thank you very much for the support!, you are very professional

ddartPostAug 29 2012, 12:52 AM

Moderator
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Very Hot topicRe: DDart Dream On (Black) 2.1.1

This is a link to a white arrow passing over link
.../wp-content/mingle-forum-skins/DDart_style_Dark_2-2/style.css
line 209
and made it look like this

.wpf-table a:hover, .wpf-post-table a:hover, #wpf-wrapper a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

Create at least one test topic in the forum!

Find your date format and time in WP !

.../wp-content/mingle-forum-skins/DDart_style_Dark_2-2/style.css
and made it look like this

#wpf-wrapper .mirrortab_back a:hover, #wpf-wrapper .maintab_back a:hover {
    color: #BC0303;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
    color: #FFFFF;
    text-decoration: none;
}

The problem with this error is not great but at least I do not know how to fix it I have not seen it you can create a topic in http://cartpauj.icomnow.com/forum/mingle-forum-plugin-group1/support-forum6 /

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


Shrink, Track, Share, Control ... Dominate