• I have seen a few examples of how to add a photo in featured content of responsive home page. Nothing has worked I still have a blank screen.

    I have tried <img src=”file url/file name” />

    even tried inserting permalink url

    also tried
    <img class=”aligncenter” src=”file url/file name” width=”440″ height=”300″ alt=”” />

    nothing has helped

    Can anyone please give detailed instructions for responsive using version 3.5.1 wordpress??

    Thanks

Viewing 1 replies (of 1 total)
  • Try asking on the theme’s dedicated forum: http://cyberchimps.com/forum/free/responsive/
    You may get a faster & more informed response there.

    Generally, however, you should only use the full address to images on a WordPress site – e.g. <img src="http://example.com/path/foo.jpg" alt="wibble" />. And always incorporate an alt attribute in your image markup. It may be left null (alt="") for purely decorative images but otherwise must incorporate a concise text alternative for the image for those who cannot access it.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble adding photo from media library to responsive home page featured content’ is closed to new replies.