asdevargas
Forum Replies Created
-
Oh! So you mean they opened their API to DiggDigg but not to you?
Forum: Fixing WordPress
In reply to: Images from grayscale into colour when hoveringHi Maria,
I had to update Firefox to the latest version, it seems that on previous one it doesn’t work… As for the SVG I didn’t try it, I just added the code above between the head tags of the header, but as far as I understand you don’t need to submit two images.
Hope it helped a little…Forum: Fixing WordPress
In reply to: Images from grayscale into colour when hoveringHi!
It works on Chrome (with transition) and Firefox (without transition) and Safari for Mac (not for Windows), but not working on Explorer 10 (used to work on 6-9…) unless you use SVG images http://jsfiddle.net/KDtAX/105/There is a way to force Explorer 10 to render the page with Explorer 9 by adding
<meta http-equiv="x-ua-compatible" content="IE=9">between the head tags in the header.php as it says in http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx it worked for me 🙂Hello! Indeed, it would be great…
Thank you Jeremy, I will! Cheers
Ok, thank you for the information
Forum: Plugins
In reply to: [BuddyPress Docs] Docs not visible in groupThank you Rodeaarde!
Hello! Thank you for this tip, it works great but I need something a little bit different, and definitely, my PHP knowledge are short: I tried to change things in your code but always get errors. In the slug, instead of “event” I would like to have “calendari” and keep the post name (instead of having id). Any help would be very appreciate!! Thank you in advance
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Re-sizing the PosterboardHello!
Thank you for this very complete plugin. I’m using the calendar in posterboard view, and I was wondering how I can make it full width, instead of having marging left and right. Having
.ai1ec-posterboard-view .ai1ec-event-wrap {margin: 6px;}set to 0, the posterboard goes full width but you loose inner separations. Any clue about how to have have full width and preserve inner seperations? Thank you very much in advance…Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cleaner permalink?Hi, yesterday I’ve been searching the forum for a different thing with this calendar: didn’t find it but came some across related topics. I haven’t tried what is explained, but maybe it helps you…
http://ww.wp.xz.cn/support/topic/change-the-ai1ec_event-in-the-url?replies=6
http://ww.wp.xz.cn/support/topic/change-calendar-event-link?replies=2
http://ww.wp.xz.cn/support/topic/changing-permalink-using-postid-instead-of-postname-sample-code?replies=1Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to fix the Calendar ToolbarHi! I’m editing the appearance of my calendar just with the CCS Editor (that comes with Jetpack for example), writing classes and giving them attributes I want. Do I explain myself?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cleaner permalink?Hi! Quite a mess indeed… Just a note to be posted if someone has an answer for it…
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Slideshow not responsiveHi Jeremy, you’re right, I just check on the phone and it works, but when trying in the browser on the computer, the first image shows fine, but the next ones escapes from the frame, strange but never mine. Sorry for the inconvenience… and thank you for your time!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Slideshow not responsiveHi Jeremy, thank you, but it doesn’t work… Actually, the theme is responsive and images are resizing when single, it’s the slide show that doesn’t resize…
I made a little css edit for the slideshow, and turned it off: the default black background resize, but not the content itself anyway.
.slideshow-window { background-color: transparent!important; border: 0!important; border-radius: 0!important; -moz-border-radius: 0!important; -moz-border-radius: 0!important; -webkit-border-radius: 0!important; -khtml-border-radius: 0!important; margin-bottom: 45px!important; } body div.slideshow-window * img { margin: 0 auto; } .slideshow-slide-caption { font-family: 'Open Sans', sans-serif!important; color: #444!important; text-shadow: none!important; bottom: -30px!important; } .slideshow-controls { bottom: 3px!important; }Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel Gallery not workingHi, I had a problem with my slideshow gallery, and it happened that the ‘Shortcode Embeds’ option in Jetpack board was off. When I turned it on, it worked fine, maybe it has something to do with that?