Forum Replies Created
-
AuthorPosts
-
Mayur SomaniMemberMayur SomaniMember
Add this code to the style.css file,
.header-full-width .title-area { text-align: center; }
This will center align title and subtitle.
Also, I don't see the second menu below it right now...
Mayur SomaniMemberI think more then 90% of the requirements in the list above are not theme related.
March 25, 2014 at 9:26 am in reply to: Text not displaying, only after clicking random part of site #96569Mayur SomaniMemberAdding this code to style.css should fix the issue,
body { -webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; } @-webkit-keyframes fontfix { from { opacity: 1; } to { opacity: 1; } }
Mayur SomaniMemberHi, I don't think that this plugin will work with Genesis. Pagelines is a framework in itself.
Mayur SomaniMemberHi, I checked the link and it lists following requirements.
`Every image, video file, audio file, plug-in, etc. has an alt tag.
Complex graphics are accompanied by detailed text descriptions.
The alt descriptions describe the purpose of the objects.
If an image is also used as a link, make sure the alt tag describes the graphic and the link destination.
Decorative graphics with no other function have empty alt descriptions (alt= “”).
Add captions to videos.
Add audio descriptions.
Create text transcript.
Create a link to the video rather than embedding it into web pages.
Add a link to the media player download.
Add an additional link to the text transcript.
The page should provide alternative links to the image map.
The <area> tags must contain an alt attribute.
Data tables have the column and row headers appropriately identified (using the <th> tag).
Tables used strictly for layout purposes do NOT have header rows or columns.
Table cells are associated with the appropriate headers (e.g. with the ID, headers, scope, and/or axis HTML attributes).
Make sure the page does not contain repeatedly flashing images.
Check to make sure the page does not contain a strobe effect.
A link is provided to a disability-accessible page where the plug-in can be downloaded.
All Java applets, scripts, and plug-ins (including Acrobat PDF files, PowerPoint files, etc.) and the content within them are accessible to assistive technologies, or else an alternative means of accessing equivalent content is provided.
When form controls are text input fields use the LABEL element.
When text is not available use the title attribute.
Include any special instructions within field labels.
Make sure that form fields are in a logical tab order.
Include a “Skip Navigation” button to help those using text readers.
Source: U.S. Department of Health and Human ServicesSome of these are already implemented in the themes. But most of them needs to be taken care while you create content on the site. For example, it asks you to add an alt tag or description for every graphic, audio or video elements. You need to do this manually while creating posts and pages.
Mayur SomaniMemberYes, it will take a couple of weeks for it to be updated depending upon the crawl rate of your site.
You can increase it temporarily from Google webmaster tools.Also, make sure that you don't have date anywhere on projects' pages.
Mayur SomaniMemberHi, Yoast's SEO plugin gives you an option to hide date from SERPs. I suggest you to try it once.
Mayur SomaniMemberIssue resolved via grid loop. Closed.
-
AuthorPosts