Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I second this, the plugin appears to not respect the values that are coming from the media manager e.g. thumbnail 150x150px is displayed in fullsize.

    I’m using wp 3.4.2

    Apart from that, and another feature that I will post separately this plugin looks very promising.

    Thanks,

    J

    changing the js on line 278 from absolute to relative does something. Still not very convenient. My js knowledge is not to good. But one thing that appeared strange to me and seems to come from the js is that the height of my images always stays the same (400px) which is correct. thought the width changes constantly which gives me headaches. Anyone got a hint how I can force my images to stay at 630px, no matter what?

    Thank you!

    j

    Hi again,

    sorry for having bothered anyone. A night of sleep is mostly where the answer can be found.

    My fix:

    // get the meta data for the current post
                $meta_room = $custom_mb->the_meta();
    
    //and then a few lines further down, nested by some divs:
    
    echo _e($meta_room['title']);

    How easy was that….

    In the process of doing this I had to realize that this plugin does not work with textareas that make use of the wp_editor. I googled around a little, and it seems that right now there seems to be no way to get qtranslate to work with wp_editor customs enabled fields… I hope I’m wrong. I will get back if I find something. If somebody has an idea how to get at this, please share.

    Best,

    J

    Hi there,

    I’m trying to get your plugin running but somehow I hit a wall, I’m calling my meta information as follows:

    <?php $meta = $custom_mb->the_meta();
       echo ($meta['title']);?>

    but somehow I can not get my head around these filters, I tried like everything but still all languages are getting shown, not only the actual one.

    Please give me a push in the right direction!

    Thank you!

    jcbn

Viewing 4 replies - 1 through 4 (of 4 total)