latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Jonathan Kobylanski

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Viewing topic 1 (of 1 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 11 replies - 1 through 11 (of 11 total)
Author Replies
Author Replies
Posted: Thursday May 17th, 2012 at 5:49 am #13747

Thank you sooo much, you have fixed my site… you can’t even imagine how grateful i am thanks =)

Posted: Wednesday May 16th, 2012 at 9:24 am #13657

Unfotunarly i would like to be able to edit it but all i get when i open up that style.css is this

<?php

header('Content-type: text/css');
require dirname( dirname( dirname( dirname( dirname( __FILE__ ))))) . '/wp-config.php';

print '/* global.css */

body {
' . mframe_css( 'text' ) . '
text-shadow: ' . mframe_option('color-text-shade') . ' 0px 1px;
background-color: ' . mframe_option('color-bg') . ';
' . ( mframe_option('nobgimage') ? '' : 'background-image: url(' . mframe_option('imgdir') . 'bg.png);') . '
}

a, a:link, a:visited, a:active { color: ' . mframe_option('color-link') . '; }
a:hover { color: ' . mframe_option('color-link-hover') . '; }

h1 { ' . mframe_css( 'h1' ) . ' }
h2 { ' . mframe_css( 'h2' ) . ' }
h3 { ' . mframe_css( 'h3' ) . 'margin-bottom: 10px; }
h4 { ' . mframe_css( 'h4' ) . ' }
h5 { ' . mframe_css( 'h5' ) . ' }
h6 { ' . mframe_css( 'h6' ) . ' }

#header h1 { color: ' . mframe_option('color-h1-head') . '; }
#header h1 span { color: ' . mframe_option('color-h1-head-alt') . '; }
#actions h2 { color: ' . mframe_option('color-h2-actions') . '; }
#content .widgetized h3 { color: ' . mframe_option('color-h3-side') . '; }
#popup-wrapper h3 { ' . mframe_css( 'h3-popup' ) . ' }

code, pre { border: 1px dashed ' . mframe_option('pre-border') . '; color: ' . mframe_option('pre-color') . '; background: #e1edf3; }
blockquote { border-left: 5px solid ' . mframe_option('blockquote-border') . '; }








#side {
float: ' . ( mframe_option('layout') == 'right' ? 'left' : 'right' ) . ';
}

#main {
float: ' . ( mframe_option('layout') == 'right' ? 'right' : 'left' ) . ';
width: ' . ( mframe_option('layout') !== 'wide' ? '632px' : '100%' ) . ';
}

#header { background-image: url(' . mframe_option('imgdir') . 'header.png); }
#content { background-image: url(' . mframe_option('imgdir') . 'hline.png); }



#footer {
background-color: ' . mframe_option('footer-bgcolor') . ';
' . ( mframe_option('nobgimage') ? '' : 'background-image: url(' . mframe_option('imgdir') . 'footer.png);' ) . '
text-shadow: ' . mframe_option('footer-text-shadow') . ' 0px 1px;
}
#footer a { color: ' . mframe_option('footer-link-color') . '; }
#footer a:hover { border-bottom: 1px dotted ' . mframe_option('footer-ahover-border') . '; }
#footer h3 { color: ' . mframe_option('footer-h3-color') . '; }
#style0 #nav a.toplevel { text-shadow: #000000 0px 1px; }




/* navigation.css */

#nav { background-image: url(' . mframe_option('imgdir') . 'nav-foot.png); }
#nav .logo { background-image: url(' . mframe_option('imgdir') . 'nav-sep.png); }

#nav .logo a {
width: ' . mframe_option('logo-image-w') . 'px;
' . mframe_css( 'logo' ) . '
}

#nav .logo.image a {
height: ' . mframe_option('logo-image-h') . 'px;
}

#nav .head { background: url(' . mframe_option('imgdir') . 'nav-head.png) no-repeat top; }

#nav .loop {
background-image: url(' . mframe_option('imgdir') . 'nav-loop.png);
background-color: ' . mframe_option('nav-bgcolor') . ';
border-left: 1px solid ' . mframe_option('nav-border') . ';
border-right: 1px solid ' . mframe_option('nav-border') . ';
}

#nav .fill {
border-left: 1px solid ' . mframe_option('nav-border-alt') . ';
border-right: 1px solid ' . mframe_option('nav-border-alt') . ';
}

#nav ul a { color: ' . mframe_option('nav-color') . '; }

#nav ul li li a {
color: ' . mframe_option('subnav-color') . ';
background-color: ' . mframe_option('subnav-bgcolor') . ';
text-shadow: ' . mframe_option('subnav-text-shadow') . ' 0 1px;
}

#nav ul li li a:hover {
color: ' . mframe_option('nav-active') . ';
background-color: ' . mframe_option('subnav-hover-bgcolor') . ';
}  

any help you can give me now ???

Posted: Wednesday May 16th, 2012 at 4:45 am #13647

I have already got in contact with the developer but i have had not response for a week so thats why i posted here in the first place, anyway you are helping me so much could you just help me out one last time, Now the login/submit button works fine the only thing is under it there is this strange black box if there is no way of getting rid of it could you at least tell me how to change the colour of it and then the site will be done and it’s all thanks to you =)

Posted: Tuesday May 15th, 2012 at 8:22 pm #13581

Ok well the inputs are fine but now the box well the bottom part of it is sort of out of a line meant which css do i delete this time ????

If you would like to see how it should resemble like here is the my other site with it working fine, vividvisionstudios.com/wp-admin

thanks so much for the help =)

Posted: Tuesday May 15th, 2012 at 8:17 pm #13580

ok well i have deleted the code and refreshed and cleared cache and all that but no difference could you go see if there is another code i have to change as well =/

Posted: Tuesday May 15th, 2012 at 8:12 pm #13576

Awesome thanks so much now to put you up to 120 thumbs up =)

Posted: Tuesday May 15th, 2012 at 8:01 pm #13572

ah ok great so what do you think i should change the hight one to then ????

Posted: Tuesday May 15th, 2012 at 6:27 am #13493

Ok awesome up the url to the login is http://www.madeinminecraft.com/wp-admin
That one is effected as well, Mind you the first time i put s2member and this theme together it all worked fine…

Posted: Tuesday May 15th, 2012 at 5:30 am #13485

Ok not really helping as the page is made up of like 1 line for 6 different css so i’m pretty sure if i fully deactivate and uninstall s2member and but it all back to default it will be fine. I have had a go at doing this my self but it dose not work… do you know how to totally 100% remove s2member with out it saying your old saved settings are back once you re install and active it ?????

Posted: Monday May 14th, 2012 at 7:01 am #13390

Ok well using the firebug plugin i can see what looks right witch is this:

body.login {
    background: none repeat scroll 0 0 #FBFBFB;
    min-width: 0;
}
wp-adm...0111208 (line 1)
body, body * {
    font-family: 'Verdana','Arial',sans-serif !important;
}
wp-log...eauth=1 (line 23)
body, body * {
    font-size: 14px !important;
}
wp-log...eauth=1 (line 22)
html, body {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
}
wp-log...eauth=1 (line 18)
body, #wpbody, .form-table .pre {
    color: #333333;
}
colors...0111206 (line 1)
body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    min-width: 600px;
}
wp-adm...0111208 (line 1)
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
} 

and my problem:

body.login {
   background: none repeat scroll 0 0 #FBFBFB;
   min-width: 0;
}
wp-adm...0111208 (line 1)
body {
   background-repeat: repeat-x;
   padding-top: 22px;
}
global...r=3.3.2 (line 54)
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   border: 0 none;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
}
global...r=3.3.2 (line 1)
body, body * {
   font-family: 'Verdana','Arial',sans-serif !important;
}
wp-log...eauth=1 (line 24)
body, body * {
   font-size: 12px !important;
}
wp-log...eauth=1 (line 23)
html, body {
   background: none repeat scroll 0 0 transparent !important;
   border: 0 none !important;
}
wp-log...eauth=1 (line 19)
body, #wpbody, .form-table .pre {
   color: #333333;
}
colors...0111206 (line 1)
body {
   font-family: sans-serif;
   font-size: 12px;
   line-height: 1.4em;
   min-width: 600px;
}
wp-adm...0111208 (line 1)
html, body {
   height: 100%;
   margin: 0;
   padding: 0;
} 

thing is i don’t when were the code is in word press to edit it ????

Posted: Monday May 14th, 2012 at 6:17 am #13388

ok i’ll give it a go, i’m not great at coding and such and this is with in wordpress if anyone ells knows any other ways feel free to tell me please thanks for the fire bug head up cristian

Viewing 11 replies - 1 through 11 (of 11 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.