Forum Replies Created
-
AuthorReplies
-
odyn
ParticipantHm, 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?odyn
ParticipantThat was exactly what I meant, yes. I just didn’t know min-width existed (although it was already used in original code)
Thank you!odyn
ParticipantI know that but since I’ve used !important for display:none (otherwise it would not work), it will also get overriden in @media.
odyn
ParticipantNot 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'>
odyn
ParticipantThank 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.
odyn
ParticipantJust ignore it … I’m blind …
odyn
ParticipantI’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 pluginsodyn
ParticipantHm,
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.odyn
ParticipantWell, 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 8without 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.
odyn
ParticipantWorked like a charm. Thank you!
odyn
ParticipantSo 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.
odyn
ParticipantShortcode 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?odyn
ParticipantI 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 😉
odyn
ParticipantActually 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, …)
odyn
ParticipantGreat, that did the trick. Thank you!
-
AuthorReplies