Oh yea! Thank you!
And again a little question. How do you style the custom admin menu? Do you use own styles or are there any default styles? (for example the blue background.)
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 50 and 99 users
- Sold between 10 000 and 50 000 dollars
As I was rushing through the last stages when trying to release my theme, I ended up using tables with in-line CSS styling (I have since repented my sins for breaking the first two laws of design lol).
But I’m pretty sure you can include a CSS file for styling. Have a look through the functions file for the Default WP template. Should be in there somewhere.
ahh, ok, i will post it if i found it thank you :-*!
Hey all! I post here again because i won’t open a new topic. Also the problem fits into this topic… I’ve again a little problem. This is the not working code. If I check the checkbox which should disable the widgetminimize in the functions.php nothing happend… of course…. But how should the condition looks like? Anyone the same problem or a soloution?
When you are creating your array, make sure your
std value is equivalent to a boolean value.
BAM ,
Jordan
P.S. Did anyone figure out how to include a stylesheet into the php functions?
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 50 and 99 users
- Sold between 10 000 and 50 000 dollars
In your code for your checkbox (not the array), make sure the checkbox’s name is value[‘id’] and not value[‘name’].
Can’t really explain it well, but heres my code.
daaaaaaaaaamn!
I’ve found the wrong thing:D!! It should be $eg_ … not $eg__ … there were 2 underscores 
