faction23
Forum Replies Created
-
Thanks icecolo for noting this ff issue. I can confirm and we will get a fix out for this bug soon.
Forum: Plugins
In reply to: [Posts 2 Posts] Issue with selects on the post editorKiller, thanks Scribu! Such an awesome plugin, props again!
Forum: Plugins
In reply to: [The Events Calendar] Calendar Bugmy pleasure!
Forum: Plugins
In reply to: [The Events Calendar] Calendar BugHi jamzth. That is actually a small conflict between your theme “responsive” and the events css.
you can add this to your css for the theme to fix it:
.tribe-events-calendar hr { width: auto; }
Forum: Plugins
In reply to: [The Events Calendar] Dates are centered in Calendar View!Great! Glad i could help. ?? I’m not 100% on the the policies for discount in that regard, but i’m sure someone who is will get back to you as soon as they can on that email you sent!
Forum: Plugins
In reply to: [The Events Calendar] Dates are centered in Calendar View!Hey rotaract.
You have a a custom css file for events overriding our default one located here, in the classica theme folder:
https://rotaractbr.dreamhosters.com/wp-content/themes/classica/events/events.css
Did you put that file there to override the default events css or is someone else also working on/has worked on this?
in that file try commenting out the last section, line 545, and see what effect it has. it will bring your titles back on list view, but it was obviously added there for some reason… if you need it somewhere else make the selector more specific to just were you want the change.
for our first issue try adding text-align right to your custom events css file td style referenced above at line 221, like so :
.tribe-events-calendar td { color: #114B7D; font-size: 12px; height: 110px !important; padding: 0 !important; text-align: right; vertical-align: top; width: 14.28%; }
Forum: Plugins
In reply to: [The Events Calendar] Gridview date selectorsThanks for the note! I’ve modified the baseurl to go with id of form to guarantee we get it right. ?? Goes into 3.0.
Forum: Plugins
In reply to: [The Events Calendar] Dates are centered in Calendar View!Hey rotaract!
The reason your titles are centering in calendar is the theme you are using declares that all table cells should have text-align:center on them.
That is line 528 of your themes style.css:
th, td { text-align: center; }
You’ll have to override that.
For your other issue the link and title is actually hidden! Your last css declaration of your custom events css is completely hiding it!
line 545 of your custom css.
.events-archive .tribe_events .entry-title, .tribe-events-cal-title { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
I dont know what you are using that for but you need to make it more specific. ??
Hi kpasichow. Sam here, dev for modern tribe. I’ve gone ahead and added a div wrapper for all no events variants. It will come with next release, and it will have a class of: “tribe-events-no-entry”. ??
regards
sam
Hi Fred! Sam here, dev for modern tribe. I’ve gone ahead and done a complete overhaul of the pjax (the js lib powering the current events ajax requests) for events, which will come with next version.
Pjax has been updated to latest version, js refined and that title element is now completely removed from the content. It has been swapped for a “data-title” element on the grid container.
sam
Awesome! Thanks a lot for being so on it and involved with the plugin, you are really creating an excellent management tool for retina handling! Your work is very much appreciated ?? !
Hey Jordy, did you send a mail back to me? I was away for weekend. Anyway, i wanted to say latest update and its fixed! Everything is working smooth now. ?? Ran a generate all and voila! Did you find the issue in my case or is this just luck?
Sure, just a temp dev install. And thanks again! I’ll make contact. I would dive into debugging this myself hard but I’m just swamped on production/thousand other things. ?? If it doesn’t work for me I’ll just bake my own, so no stress. Since nothing I’m doing is too off the beaten path I imagine this aint gonna be a one off. ??
OK, after enabling debug no log file is generated if i try to generate from retina dashboard. tried multiple times. So then i tried out uploading a new file, and a log file was generated. The contents are slim, it seems it may have balked right after trying to deal with the first thumbnail? This was a 1600 px wide image.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * Array ( [__utma] => 77322695.73108659.1341973368.1342034045.1342046036.5 [__utmz] => 77322695.1341973368.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) [wordpress_logged_in_b09f6f5abaacf5e3875c735aeb8fc81c] => faction23|1343182991|da9814fe53211295e629d4260f5b2162 [wp-settings-1] => hidetb=1&editor=tinymce&imgsize=full&urlbutton=none&align=left [wp-settings-time-1] => 1342070907 [wpcfActiveEditor] => content [PHPSESSID] => 296b077a52aa29b7c9d6669dd42dbf66 [devicePixelRatio] => 1 ) document_root: /home/xxxxxx/public_html/clients/cocktail requested_uri: /wp-content/uploads/2012/07/motivation-200x200.jpg requested_file: motivation-200x200.jpg source_file: /home/xxxxxx/public_html/clients/cocktail/wp-content/uploads/2012/07/motivation-200x200.jpg source_ext: jpg devicePixelRatio: 1 generated etag: "1342147105115509823" sending file: /home/xxxxxx/public_html/clients/cocktail/wp-content/uploads/2012/07/motivation-200x200.jpg
OK, here we go, here’s a screen of the retina dash 9you can see the one file that worked)
https://screencast.com/t/NpBwljWEW
Media Uploader
https://screencast.com/t/W1xw5TFQ
And to get around all the basics… Memory limit is big (its my own dedicated server). i did try disabling all but the thumb size in retina image settings but it did still fail. It is correctly serving my manually created retina images in the front end, as i already have my background sprites and theme images with @2x versions.