Forum Replies Created
-
AuthorPosts
-
sank
Participantyup that fixed the stacking:)
still getting that odd fly out animations but i can live itsank
ParticipantAHAAAAAA!
ok that makes sense – thanks it was a while after i made this and forgot about that 🙂
now – about issue #2, the horizontal stacking btwn 1000-1300 px, do you see that? along with the funny flying reorder animations?
sank
Participanthey there,
so i asked the server tech about this xampp redirect and they could not see it, and no one else has reported this issue, so they said it was most likely something in your environment there…are you loading a local instance for the domain?
sank
Participanthi,
that’s odd… it’s working here and for others in various locations around the world… can you please clear your cache and try again?sank
Participanthi
thanks for getting back to me! 🙂i tried the position: static, that worked well but as you said the order is reversed
– is there a way to randomize the order each time the page is refreshed? that’d be a great feature…as for trying display: table, transform: translate(-50%, 0) pushes it outside the box, not centered.
it required margin: auto !important; as well to center 🙂
sank
Participanthi,
is there a way to set the new code to exclude certain posts by ID instead of keyword?
example:$exceptions = array(
// Example: ‘[post ID]’ => array(‘[post ID]’),
‘9798’ => array(‘281’),
‘10422’ => array(‘5467’),
);sank
Participanti was able to fix this by simply changing
[expand title=”Read More >>” swaptitle=”<< Read less”][/expand]
TO:
[expand title=”Read More…” swaptitle=”..Read less”][/expand]
🙂
sank
Participanthmmm i see – yes it kind of works, but then removes any posts with that keyword.
is there a way to set the new code to exclude certain posts by ID instead of keyword?
example:$exceptions = array(
// Example: ‘[post ID]’ => array(‘[post ID]’),
‘9798’ => array(‘281’),
‘10422’ => array(‘5467’),
);so in essence i’m telling one post-type to exclude a certain page from the results…
(what would be ideal is in the actual plugin when the RPP box appears on every page in the admin, there could be an option to “Exclude this Post from Results!” )
I know this si all customization, if it requires more money i can pay…
thanks!
ssank
ParticipantYou cannot access this content.
sank
Participanthi there,
need an answer on this asap please – site is showing items that shouldn’t be there so need a way to remove them per-post, not a blanket “exclude”thanks!
sank
Participantok thanks!
sank
Participantactually – that CSS makes only the first item link the whole section…
still:
i have custom post type “portfolio” and posts – the results only show posts inside a posts page, and portfolio in side a portfolio page…how do i get it to show from both assets inside any page?
it doesn’t seem to be weighing the tags when a post and a custom post have the same tags…sank
Participantahh ok that works 🙂
also – how do i center the title text? cant seem to make it happen via CSS…
And lastly:
i have custom post type “portfolio” and posts – the results only show posts inside a posts page, and portfolio in side a portfolio page…how do i get it to show from both assets inside any page?
it doesn’t seem to be weighing the tags when a post and a custom post have the same tags…sank
Participantahhh great thanks!
-
AuthorPosts