jplew
Forum Replies Created
-
sorry if I’m missing something, but what’s stopping you from adding the “rel” attribute yourself?
Something like this:
$image = get_field('my_image'); <a href='<?php echo $image['url']; ?>' rel="lightbox"><img src="<?php echo $image['sizes']['medium']; ?>" alt="<?php echo $image['alt']; ?>" /></a>Forum: Plugins
In reply to: [Polylang] CSS classes not encoding properlyyou are right, sorry for the confusion on my part. I’ll talk to the theme developer. Thanks a lot.
Forum: Plugins
In reply to: [Polylang] CSS classes not encoding properlyok, I figured it out. My problem is that my theme is using the page slug as a section ID. Polylang is translating the page slug, based on the title of the translated post.
I know that I can manually change the slug on the edit page, but is there a way to prevent Polylang from translating the slug, by default?
Thanks! Great plug-in by the way.
sure thing! it’s closed.
Here’s the solution for any of you fine folk from the future: https://github.com/wp-cli/wp-cli/issues/466Forum: Localhost Installs
In reply to: problem syncing with Githubthanks bldg13, that was the answer I was looking for. I had reverted to using:
git reset –hard 3.4.2They achieve the same thing, but I think your way is better. And thanks for the heads up on those references. Cheers.
Forum: Localhost Installs
In reply to: problem syncing with Githubok, one solution I found was to go
git checkout origin/3.4-branch, but that still gives me 3.4.3-alpha. How do I get the most recent stable build?Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Play button Shows But wont play an MP3ok, fixed. My problem is that I was double-loading the jquery.min.js file. I had a nivo slider on my page, so all I did was comment out nivo’s instance of the jquery include in my header.php, and voila, everything worked fine.
Thanks!Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Play button Shows But wont play an MP3I’ve having the same problem here too. What do you mean by ‘move my jquery’?
http://www.bhaktiexperience.com (debug is turned on)Forum: Fixing WordPress
In reply to: order by meta_value, associative arrayHi:
I have a similar question. Did you ever find an answer? Thanks!Forum: Plugins
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Not Working!!!@jcx1028:
No, that’s not how it’s supposed to work. 🙂
Something is supposed to appear, like it did for me previously. You’re facing the same problem we are.Forum: Plugins
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Not Working!!!I am having the exact same problem as cansurmeli.
For me, the plugin was working in WordPress 3.0.4, but only with certain themes (twenty ten).
As soon as I updated to WordPress 3.1, it stopped working with all themes. Any solutions?