• Hi. Yet another noob, here. Using “powered by” html 5 theme and have two issues i cannot find the answer to anywhere in the universe.

    1. I need to have a copy of the site in spanish, with spanish nav menu replacing the default on certain pages. How do do this? template? Help? am no good with php, and passable with html.

    2. Extra space after images with captions–makes the wrap look really bad. Have messed with everything i can find related to captions and can’t get rid of it. There does not seem to be a line break or p being added in code.

    Help would be truly, madly, deeply appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you post a link to show the spacing problem with captioned images?

    When you say you need a Spanish copy of the site, do you mean a separate site translated in Spanish, or the same site will just happen to have some Spanish pages on it? If you need pages to be translations of other pages, there’s a plugin called WPML. It’s a bit of a beast, so you may need help from them (it’s not free either, unfortunately, but it’s the best translation management plugin for WordPress, IMHO).

    Thread Starter swazzi

    (@swazzi)

    Hi Kwight.

    Spacing issue: http://eloquentarts.org/about/cooltrips/ (only seems to be a prob on pix with captions. I tried changing the cap line height, too.)

    I have all text translated. Only need to figure out how to replace the main (pink) nav on certain pages. Or maybe i need to do another version of the site on the same URL? Possible?

    Thanks!!

    Your images without captions seem to have a custom style with margin-bottom of 6px, compared to the captioned images which are 1.5em.

    To override this, you can add this to your stylesheet:

    p img, .wp-caption {
      margin-bottom: 6px;
    }

    It sounds to me like you want a Spanish version of your site, as opposed to just a couple of pages. This can be done in a bunch of different ways, including with WPML and as a separate site. There’s a good talk on all the options here:

    See which approach seems best for you and open another ticket for any questions you may have.

    Good luck!

    Thread Starter swazzi

    (@swazzi)

    Thanks!

    Thread Starter swazzi

    (@swazzi)

    Hi again. Tried the space thing and no change…so strange

    will check out the multilingual talk.

    Thread Starter swazzi

    (@swazzi)

    never mind. got the space thing to work. thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘custom menu on certain pages’ is closed to new replies.