Peer
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Cannot order CPT in AdminThanks ??
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Cannot order CPT in AdminThanks for your thoughts. Unfortunately I do not have the skills to bug-track in admin ??
Good idea about the query that drops – is there a way to “fix” that?Thanks alot ??
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Cannot order CPT in AdminThanks. The issue only occours when I have ALOT of posts. I have one CPT with 967 posts, that I cannot sort.
Another CPT with just a few -> sorts perfect.
I’ve talked to server management, and there are no time-outs or limitations reached.
How can this be? I can provide staging-server, login and FTP if you like. Please write me a email then. peer (at) ondesign (dot) dk
Doh, I had a property for white background on images. Changed that to background: transparent.
Forum: Fixing WordPress
In reply to: A managed NGINX WP host?Interesting, Odas. I will write you asap.
Still interested in NGINX though, for the sport of it ??Thanks.
Forum: Fixing WordPress
In reply to: Orderby custom field (meta_key)Sure thing vtxyzzy. Sorry about that ??
Forum: Fixing WordPress
In reply to: Orderby custom field (meta_key)The is indeed a interesting thread.
I was wondering if this could be used to sort a alphabetic list of CPTs by a certain meta key?
I have at listings site with persons as CTPs and I need to list them alphabetic by surname. On each I have a CF with value=surname. But I cannot find the missing link between a array and the CF.. Any thoughts would be much appreciated.
Forum: Plugins
In reply to: [Post Index] Feature: Custom sorting – from metadata/custom fieldHi, how are proces with 0.8?
Bw. Athen
Thanks! ??
Oh, yes. I wasn’t think about scaling. Well I think this would be too time consuming to go further with ??
Thanks for all your help and response.
(PS: the color explosion does not work in photoview ?? )
Dear Andy,
How difficult do you think it would be, to replace the chosen colours for backgrounds, with images?
Thank you Andy! That is perfect.
I needed to replace a bit of css to the photo-view, otherwise the event would turn white upon hover..
In tribe-events-pro-full.css there is:
.tribe-events-photo-event:hover { background: #fff; -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 10px; box-shadow: rgba(0,0,0, 0.1) 0px 0px 10px; }
We need to rip out the background color, do this:
.tribe-events-photo-event:hover { -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 10px; box-shadow: rgba(0,0,0, 0.1) 0px 0px 10px; }
Once again thank you for this neat plugin!
Right..
Anyway; can you point me in a direction to do accomplish this? Because I want to hit my visitors in their heads with a category color! ??
I found category.css.php, I’ve added my event-div (.vevent.hentry) to
.tribe-events-category-<?php echo $slug ?> h2.tribe-events-list-event-title a, .tribe-events-calendar .tribe-events-category-<?php echo $slug ?>, #tribe-events-content .tribe-events-category-<?php echo $slug ?> > .tribe-events-tooltip h4.summary, .tribe-events-category-<?php echo $slug ?> > .tribe-events-tooltip h4.summary, .vevent.hentry { background-color: <?php echo $options[ $slug.'-background' ] ?>; border-left: 0px solid <?php echo $options[ $slug.'-border' ] ?>; border-right: 0px solid transparent; color: <?php echo $options[ $slug.'-text' ] ?>; padding-left: 0px; }
That gives me the category color in .vevent.hentry, but all other upcomning events are getting the same background from the first-comming event color. I feel pretty close, can you please help me if you have the time?
Thanks in advance ??
So, any news to this subject? ??
Forum: Plugins
In reply to: [Post Index] Feature: Custom sorting – from metadata/custom fieldSooo cool iTux,
If I can speed things up, please contact me.
Bw. Athen