The html5 tag has no wiki summary.
0
votes
0answers
30 views
how to retrieve subcategory related to category in edit page from view page by using javascript
I am doing a basic product page by using JavaScript,php and html. I retrieve the category related subcategory drop down list from view page .but my subcategory is not change according my category .I ...
0
votes
1answer
31 views
Plugins not showing up for custom template
I'm customizing the index.php page. I've customized my header.php and footer.php and created the styles for both things.
My main index.php page has:
<?php
/*
Template Name: Main
*/
?>
...
0
votes
1answer
86 views
HTML5, WordPress and Tiny MCE issue - wrapping anchor tag around div results in funky output
So I'm using HTML5 on a website and am trying to wrap a div in an anchor tag, which is supposedly acceptable in HTML5 websites. But when I do this...
<a href="#mylink"><div ...
0
votes
0answers
31 views
Mixed portfolio gallery with multiple Vimeo within the same post
I am looking to display portfolio content similar to this flash site: www.russell.cd
I have tried many WP plugins as well. (there is already a Prettyphoto component built into this custom theme.
...
-1
votes
1answer
34 views
Using Schema with `the_excerpt`
I'm currently developing a WordPress site and want to use Schema, I have been some what successful so far but have now hit a stone wall. I want to use: itemprop="description" to the ...
1
vote
1answer
314 views
Add htmlentities and/or shortcode into data-attributes
I realize this is crazy but, I built up a filtered gallery with quicksand and it pulls in a larger image, title and description when you click the smaller image it shows the data-img in a larger form. ...
0
votes
1answer
29 views
Does post-meta belong in header?
The template I used as a start for my own design places the metadata inside the header tag of the single-post.php. Is that a correct use of header, or should there only be h-tags in there? What about ...
0
votes
0answers
77 views
Not validating HTML5 website due to wp_head and Content-Lang [closed]
I have energyshop.se which is a webshop in wordpress but on a blank theme so it doesnt look like a blog.
I have only 1 validation output error when Im trying to validate the html through ...
4
votes
1answer
60 views
Output in XHTML or HTML 5 for plugins?
I'm currently writing a plugin that displays some images - possibly with captions. So, I was wondering whether to use XHTML (<div>s and <span>s) or HTML 5 (<figure> and ...
0
votes
1answer
104 views
Practical Solutions to HTML5 Video on WordPress
I was directed here from Stack Overflow --
We work with clients who have WordPress sites and one thing we keep struggling with is implementing HTML5 video across all browsers and devices in the ...
1
vote
2answers
143 views
Layer post title on top of image Wordpress featured thumbnail image
I'm currently trying to layer a post title on top of the posts featured image but all I see at the moment is ");">" instead of the image.
The code I'm using is as follows:
<div ...
0
votes
1answer
383 views
how to add new .webm mime types in wordpress
i tried google but no success yet.
I am trying to upload .webm and .ogg video types in wordpress ( for html5 video ofcourse)
I am getting error like
Baki fula.webm” has failed to upload due to an ...
0
votes
1answer
197 views
Equal height sections in custom Headway Theme
I have this piece of code:
<section class="row row-3">
<section class="column column-1 grid-width-19 grid-left-0">
<section class="column column-2 grid-width-5 ...
1
vote
2answers
188 views
Integrating Html5Boilerplate's Builder into a WP Theme
So Im planning to use Html5Boilerplate as a base to build a new WP Theme on.
The Boilerplate comes with the Builder, a handy Tool for minifiying, concatenating and compressing ones Website for obvious ...
0
votes
3answers
391 views
Multiple social buttons with a fast loading? [closed]
I have pages like this with a lot of social buttons. A lot means more than 50 buttons because each posts on that page has its own buttons.
So maybe I'll make the page smaller, with less posts but ...
1
vote
0answers
56 views
Need an HTML5 video player that can serve multiple files
I'm using the MediaElement.js plug-in now and I like it, but I'd like to offer my users multiple encodings (quality), like YouTube, so that users with slow connections can stream a small file, while ...
0
votes
1answer
112 views
Is there a Image Gallery which will load all my posted Images like twitter's image grid?
Many of my wordpress posts have images in them for my personal blog. I have been searching for a good way to display all of the images from all of the posts in a grid layout on a page. Similar to the ...
0
votes
2answers
2k views
Protecting HTML5 video
I shall explain my situation as best I can so you can see where i'm coming from. I'm working on a wordpress site for a sports team, there are loads of teams. We want to put coaching sessions on our ...
0
votes
1answer
351 views
Converting HTML5 to XHTML
What do I need to ponder if I want to convert Twenty Eleven theme to XHTML? Is it just the matter of replacing the HTML5 for divs?
0
votes
1answer
2k views
Convert HTML to HTML 5? [closed]
I have a website which is in XHTML (wordpress coded). I need to convert it into HTML 5. I just started learning about HTML 5 tags like section, nav, footer etc. While finding deep into it, I came ...
1
vote
2answers
163 views
Get menu links only
I'm creating a template in HTML5. On navigatiom menu i need to implement something like this
<nav>
<a href="url1">url1</a>
<a href="url1">url2</a>
<a ...
10
votes
5answers
1k views
Can WordPress be made to support websockets?
Websockets are a cool, cutting-edge technology wrapped into HTML5. Basically, you can open a websocket to enable persistent, 2-way communication with a web server. The client (user interface) can ...
0
votes
1answer
455 views
audio link produces black box
In chrome and firefox (and maybe others) the audio link does not render a media controller. E.g.
[audio http://example.com/wp/wp-content/uploads/2011/09/file.mp3]
In Chrome, view page source show ...
0
votes
2answers
872 views
How to allow YouTube object embed in Wordpress 3+?
I admin a Wordpress blog with a few dozens of users. Since we upgraded to version 3.1+ my users can't insert the YouTube embed tags into a post ( wordpress or TinyMCE removes them ).
When I'm ...
0
votes
3answers
615 views
Can a shortcode included in post content add styles to the <head>?
I have a shortcode that iterates through a list of custom post types and, as part of displaying them, creates a block.
In HTML5, it is illegal to have a style block outside the header (maybe in other ...
0
votes
1answer
125 views
Map clashing with WP - suggestions on fix? [closed]
I've followed this tutorial - http://www.netzgesta.de/mapper/ to create a state map of USA which you can see here - http://www.teamworksdesign.com/clients/neurosign/contact/alabama/
I downloaded the ...
0
votes
1answer
286 views
Ajax request with jQuery without WP_ajax
I try to made a website in full ajax (a html5 website). I use jquery and innerShiv (for ie).
For exemple I want to load all the content of the "section" tag of a page.
When I use that script, it ...
3
votes
1answer
1k views
Writing a cache manifest file for a WordPress blog (app cache, offline web applications)
I'm wondering if anyone has implemented Offline Web Applications from HTML5 in a WordPress blog?
When you write a manifest file, all files must be accounted for, thought you can specify the wildcard ...
2
votes
1answer
311 views
Wordpress Genesis Child Theme Filter divs
I'm trying to html5ize a Genesis child theme. So far I've figured out how to replace the Doctype via hook but am having trouble figuring out how i can change the divs to sections and articles without ...
1
vote
3answers
493 views
How to allow <video> html5 tag in Wordpress
Currently I am running a Wordpress MU blog using the Unfiltered MU plugin. However, when I try to insert an HTML5 tag, it gets stripped away. I believe it may be the WYSIWYG editor cleaning the ...
0
votes
1answer
394 views
Is there a filter for enqueue script to strip the type=“text/javascript” property
script type="text/javascript" is optional in HTML5 and all browsers (even old ones) recognise JavaScript without it. I am building an HTML5 site and want my script output to be consistent. However, ...
2
votes
2answers
310 views
Comment form problem with comment_author_url and HTML5 input placeholders
I'm using HTML5 on two sites running two different versions of WordPress. They both exhibit the same behaviour and I would like some help with fixing this please.
<label ...
11
votes
6answers
1k views
How do I turn off self-closing tags for markup in WordPress (for HTML5, or HTML4, for example)?
I want to use HTML5 in my WordPress theme, how do I turn off wptexturize?
I don't mind WP adding breaks, but I want them to be <br> and not <br />. How do I get control over how those ...