schercka

Forum Replies Created

Viewing 12 posts - 46 through 57 (of 57 total)
  • Author
    Posts
  • in reply to: Parse staff overview boxes #13898
    schercka
    Member

    hehehe I know how to add a mail-link, that’s not the problem. ๐Ÿ™‚

    See screenshot, its not parsing the HTML from main content before displaying it. Or at least it’s stripping all HTML before displaying it…

    in reply to: Display selected pages in grid #13766
    schercka
    Member

    I tried adding:

    ‘orderby’ => ‘menu_order’,
    ‘order’ => ‘ASC’

    to the $args to function mo_show_post_snippets_shortcode in posts-shortcodes.php but with no effect.

    in reply to: Display selected pages in grid #13759
    schercka
    Member

    It’s grabbing the right pages using ‘post_parent’, but I want to change the ORDER of the pages. It’s just spitting them out in seemingly random order. Can I get it to respect default wordpress menu ordering in ASC order? Right now it ignores this order.

    in reply to: Translate slugs #13749
    schercka
    Member

    That works, thanks.

    in reply to: Staff shortcodes #13746
    schercka
    Member

    YES! Exactly what I wanted, thanks. ๐Ÿ™‚

    in reply to: Show post snippets by IDs #13723
    schercka
    Member

    Ok thanks. ๐Ÿ™‚

    in reply to: Showcase slideshows #13722
    schercka
    Member

    That makes a lot of sense – thank you for explaining and offering alternatives.

    in reply to: Translate slugs #13703
    schercka
    Member

    And the same for /news/.

    I have translated News in the po file, and this make a change to the page title. But the URL is still /news/…

    in reply to: Translation files not having an effect #13638
    schercka
    Member

    Changing to en_US works! Thanks! Resolved!

    in reply to: Translation files not having an effect #13602
    schercka
    Member

    So is my flow step 1-4 correct otherwise?

    What do you mean I ‘need to do an update in poedit?’ Is that a step I’m missing in my workflow? Is it the same as ‘Compile to mo’, which is my step3?

    I added

    define (‘WPLANG’, ‘en_EN’);

    to wp-config.php and still nothing.

    in reply to: Translation files not having an effect #13595
    schercka
    Member

    Thanks – I realize this is not support specific to the template, but I am really having a hard time with it. I appreciate your support.

    So it’s still not working. Here’s what I’ve done:

    1) I’ve opened invent.pot and saved it as en_EN.po.
    2) I’ve made a translation in Poedit to the 404 error page message “The page you requested…”
    3) I’ve chosen ‘Compile to MO’ and saved a en_EN.mo file.
    4) I’ve placed both the en_EN.mo and en_EN.po in the invent/languages folder.

    And it’s still not having an effect? It still shows the default 404 text. What am I missing?

    And a secondary question. What specifies which language file is in use: Is it the language setting in WordPress Settings -> General, where I have English (US), or is it the user’s OS language?

    in reply to: How to re-order Department #13530
    schercka
    Member

    Thanks! Was missing this in staff ordering and added it to loop-staff.php with the same result!

Viewing 12 posts - 46 through 57 (of 57 total)