Wes

Forum Replies Created

Viewing 5 posts - 4,301 through 4,305 (of 4,305 total)
  • Author
    Posts
  • in reply to: Problem with "responsiveness" #453
    Wes
    Moderator

      Can you provide a link so that I can see what your issue is?

      in reply to: Adding Social icons to footer #376
      Wes
      Moderator

        I usually just add in social icons manually.

        If you take a look at the legacy theme in the footer, here is the exact code I used –

        <div class="alignleft"><a target="_blank" href="https://www.facebook.com/StudioPress" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/facebook64.png"></a></div>

        <div class="alignleft"><a target="_blank" href="http://twitter.com/WesStraham" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/twitter64.png"></a></div>

        <div class="alignleft"><a target="_blank" href="http://linkedin.com" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/linkedin64.png"></a></div>

        You can upload your images first, (WordPress uploader) then copy the links to those images and replace them in the code above right after src="

        Then replace the link after href=" with the link to the social site.

        in reply to: Portfolio Page #373
        Wes
        Moderator

          It was really designed to have one portfolio page at first, and then an update in the future. However, a StudioPress user (lindebjerg) came up with a way to have multiple portfolios here – http://www.studiopress.com/support/showthread.php?t=75138 …..if you can’t see the forum post let me know.

          in reply to: adjust size 'Home Feature #1' #371
          Wes
          Moderator

            I use FTP and a programs like espresso, coda, or text-wrangler for the Mac and notepad++ (for Windows) to edit css and php files, and it tells me the line numbers etc…….If you’re editing from within WordPress it won’t show the line numbers. You can search for this and add in the changes I mentioned before –

            .home-feature-1 h4

            in reply to: adjust size 'Home Feature #1' #364
            Wes
            Moderator

              In your style.css file look on or around line 672 and add this –

              font-size: 22px;
              font-weight: normal;
              line-height: 28px;

              Let me know if that works

            Viewing 5 posts - 4,301 through 4,305 (of 4,305 total)