webkocken
Forum Replies Created
-
Forum: Hacks
In reply to: Adding a color picker to a page or post?Ok, if I out it this way…
If I want to implement this Color Picker in a page, how can I do that?
Forum: Hacks
In reply to: Adding a color picker to a page or post?This is the code in the header.php:
https://pastebin.com/=mPMb9bG1
And this is the code I add in a new Page:
<div id = "sliders"> <div id="colorpicker"></div> <div id="swatch" class="ui-widget-content ui-corner-all"> <div id="innerswatch">#000000</div> </div> <div style = "clear:both"></div> <div id="red"></div> <div id="green"></div> <div id="blue"></div> </div>
Sorry bout the mishap with the code…
Forum: Hacks
In reply to: Adding a color picker to a page or post?I hve found a other color picker, that i’ve gotten working half the way: Other color picker
I have this code in my header.php:
[192 lines of code moderated as per the Forum Rules. Please use the pastebin]
But I only get the box with the color code showing. Not the sliders or the circle where I can choose the color.
Forum: Plugins
In reply to: Gallery included in original designSomebody should have some info about this… or?
Forum: Plugins
In reply to: [Download monitor] Show only the hitsHm, didn’t work… but search on google for “Download monitor tutorial” and go to the first result.
Forum: Plugins
In reply to: [Download monitor] Show only the hitsForum: Plugins
In reply to: [Plugin: Download monitor] Weekly downloadsContacted Mike Jolly, and got this answer:
Custom queries will be needed for doing weekly top downloads – its not built in. You will need to the the $wpdb class and build a query/function to display the list of downloads. PHP/MySQL knowledge required.
So, anyone able to help me out this time?
Forum: Plugins
In reply to: [Plugin: Download monitor] Weekly downloadsThis can’t be that hard… nobody?
Forum: Plugins
In reply to: [Plugin: Download monitor] Weekly downloadsNobody? =/
Forum: Plugins
In reply to: [Download monitor] Show only the hitsForum: Plugins
In reply to: [Download monitor] Show only the hitsAnyone?
Need help here…
Forum: Themes and Templates
In reply to: [Snapshot] Stars on same row as textWell, I hope to get a little bit of help here, because I don’t feel like paying $70 to get this thing fixed.
And I’m not sure if this actually has to do with the theme itself, might be a plugin thing.
But still, would be nice to get some help without having to pay.
Forum: Plugins
In reply to: [Download monitor] Show only the hitsI have tried this:
<strong>Downloads:</strong> [downloads]
But that wont work.
Forum: Themes and Templates
In reply to: [Snapshot] Stars on same row as textUnfortunately the link to imageshack was deleted.
Forum: Plugins
In reply to: [Plugin: Syntax Highlighter] HTML code showing up wrongThis is resolved, the problem was that I used the preview to check if my changes worked. When saving the post, everything looked as it should.