This might be an unusual question. But is there any css for making the navbar background to overflow to the next section below? We want to create a seamless interaction with the graphical id of the hole site between the navbar and the rest of the website. Url to website: https://labified.se/19-2/ This is the code we got so far. We have tried with different codes but nothing really get us on the right track. #main-header { Background-size: cover; Background-repeat: no-repeate; …
I have modified an old Stackoverflow inspired badge system script to work with the latest Wordpress version. You can view the code here (and please feel free to use it if you wish). It has a condition system that detects Post tags, Post count and Comment count. You can create custom badges and assign conditions to them. It works perfectly besides a very random bug that I cannot fix. I setup a Wordpress test site and created 10 accounts. I …
I would like to implement a section of my site that can be used for Q&A, like Quora or the SE sites. So far, the only solution I can find is to use a specialist theme, which I don't want to do - I want the feature to be part of an existing site. What methods or solutions can I use that might work for me in this instance?
I need a free wordpress plugin that will allow the users to upvote or down vote every post. Something similar to stackoverflow.com If not give me suggestions of how to create one. I am a java programmer and have never coded anything in PHP.
What plugin/etc lets me use stackexchange markup in WordPress? I was sure someone would've asked this question, but both of these searches: +"stackexchange markup" +"stack markup" returned nothing.
So my question is what is the easiest way to go about scraping a Stack Exchange forum "recent questions" and display them in the side bar of a wordpress site?
I'm seeking for a plugin show my points (reputation) of Stackexchange (not Stackoverflow) in my Wordpress blogs. or other projects in stackexchange like : Superuser Security Serverfault SharePoint or author plugin that show points like Google plus beside the picture of every authors. or help me about "how can i develop a plugin do this for me? or show my profiles in stackexchange's projects?
I've been modifying a long abandoned plugin project that provides a Stackoverflow inspired badge system for Wordpress. I have upgraded some of its code so it functions with the new Wordpress version. Please view the plugin code here: http://pastebin.com/kCWWLPL2 The problem is that the original code did not provide a way to echo the badges the user have been awarded. Currently, there is a way of displaying the badges: <?php rhb_list_badges() ?> this function will list every single badge in …
I am considering moving away from Drupal and drupal-cod due to the lack of good themes. The two major features I am looking for are: Ticket sales (PayPal), with receipts sent to attendee Sponsorship sales (PayPal with different options: Gold, Silver, Bronze by price-range) Secondary features: StackOverflow style forum accessible by users within a specific role Facility to send newsletter to all attendees Can you recommend a good set of free plugins, preferably built into one project for WordPress?
I am looking for a collaborative question/answer plugin built in the same sort of style as StackOverflow. Features I am looking for: Profiles Index of questions with search by tag/title/contents Vote up/down Edit yours and other peoples questions+answers (wiki style) Integrated markdown (or similar) Before you ask, yes I have seen Question and Answer Forum Plugin and WP-Answers but neither have support for collaborative editing.