This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

odyn

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Author
    Replies
  • in reply to: Number of posts in post grid #16783
    odyn
    Participant

    Hm, the same query now works on one page but not on the other.
    When I use the new post grid plugin, and write
    post_status=future&cat=5
    under custom query, I get
    [post_grid columns=”2″ rows=”20″ query=”post_status=future&cat=5″]
    as a shortcode in the text editor.
    Neither
    [post_grid columns=”2″ rows=”20″ query=”post_status=future&cat=5″]
    nor
    [post_grid columns=”2″ rows=”20″ query=”post_status=future&cat=5″]
    seem to work. Only the first argument is registred, but the second (following the &) not.

    Using Slovenian wordpress 3.9, plugins and theme updated to the latest version, also have Show Future Posts on Single Post activated.
    Any idea?

    in reply to: Hiding main menu, showing for devices #13923
    odyn
    Participant

    That was exactly what I meant, yes. I just didn’t know min-width existed (although it was already used in original code)
    Thank you!

    in reply to: Hiding main menu, showing for devices #13906
    odyn
    Participant

    I know that but since I’ve used !important for display:none (otherwise it would not work), it will also get overriden in @media.

    in reply to: Google Font issue #9592
    odyn
    Participant

    Not to open a new theme since this one is connected to both Alyeska and Jumpstart
    I have problem using google fonts. With Alyeska, Slovenian characters ČŽŠ čžš in Open Sans font render strangely (not same size, as if it was not the same character).
    Jumpstart theme (manual script for google fonts) seems to work ok.

    If I use Google font Dosis, čžš ČŽŠ render fine also in Alyeska.

    Is there perhaps an issue with fonts containing two words in their name in Alyeska?

    (code for Open Sans in Jumpstart)
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>

    in reply to: Menu font size #9442
    odyn
    Participant

    Thank you, Jason. My problem however is these settings get overridden somewhere, whether they are in style.css custom css or in theme’s custom css box.

    I added !important to it and now it seems to work. It would still be good to know however, where those overrides come from.

    in reply to: Cannot Apply Layouts #6950
    odyn
    Participant

    Just ignore it … I’m blind …

    in reply to: Cannot Apply Layouts #6949
    odyn
    Participant

    I’m sorry, but I’m totally not getting this new builder system. When I do custom template on the page itself, there is no update button anywhere. I have changed the number of columns in the grid from 3 to 4 and after updating the page itself and realoading, nothing happens.
    Ok, going back the old way, I created a new layout in the builder.
    In the page’s Page Attributes box, I can choose Custom Layout option, but don’t have a list of them anymore, only ‘order’ which wants something numeric from me (which is not the same as the layout ID shown on Builder/Manage Layouts (which is text and not numeric).
    I’m sure I’m missing something since noone else reported having problems with this, but still.
    using 1.0.2 with updated plugins

    in reply to: Remove logo area, menu on one page #5897
    odyn
    Participant

    Hm,
    remove_all_actions( ‘themeblvd_header_menu’ );
    seems to be the right direction. Except the if part doesn’t seem to trigger. I’ve tried is_page with slug, with ID, with and without the quotes. I guess I did something wrong somewhere.

    in reply to: Columns – flow of text #4147
    odyn
    Participant

    Well, what I was thinking about was to have text start in one column of a fixed height, that would then automatically continue in the next column and the next … As for now I need to manually put the exact text into the desired column shortcode, but since my text is generated and not static, it’s impossible to do it like that.

    Hm, how to illustrate this. Lets say I would like to have columns of the height of 4 lines (or x pixles or whatever). What I would like to achieve is to get (imagine this is text):

    1 5 9
    2 6 10
    3 7
    4 8

    without having to put
    [one_third]1 2 3 4 [/one_third]
    [one_third]5 6 7 8 [/one_third]

    manually (which I can’t do anyway, because the text I need to be put in columns is generated and not static).

    I realized when I was writing this, it is way out of the scope of this template. Although it would perhaps make a powerful enhancment if implemented in the future.

    in reply to: Number of posts in post grid #3609
    odyn
    Participant

    Worked like a charm. Thank you!

    in reply to: View all posts #2087
    odyn
    Participant

    So sorry … I think I need my eyes examined. I had link=”true” at the end of the line and link=”false” at the beginning … in 3 different cases! Everything works as it should now. Thanks.

    in reply to: Custom query string #1763
    odyn
    Participant

    Shortcode did the trick, thank you. Now I can have post grids showing future events and events in duration without any plugins or hacking. Great.
    Did you consider for the custom query in the builder to just add to the query and not entirely override the rest of the fields it gets from gui?

    in reply to: Licensing question #1491
    odyn
    Participant

    I was just wondering how you’ll be able to continue raising money for development and to sustain yourself if everybody can just redistribute your work for free. But I guess it’s been working so far (and for the others too), so I’ll stop smartassing here 😉

    in reply to: Licensing question #1481
    odyn
    Participant

    Actually I’ve been thinking – and there’s a problem. You have made child themes GPL, which legally means, all derivates should also be GPLed (open source, available somewhere for download, …)

    in reply to: Remove "Read more" button" #1198
    odyn
    Participant

    Great, that did the trick. Thank you!

Viewing 15 replies - 1 through 15 (of 15 total)