mprins
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Image Gallery] Lightbox not workingThat’s weird. I used it this way from the beginning and it worked. I load it in a single page, and then i recall that page from my index.php. That’s the same right?
Forum: Plugins
In reply to: [Easy Image Gallery] Lightbox not workingYes i can, http://www.jona-oebeles.nl/
it’s a one-page website, and I’m still working on it.
It’s under the menu-item: projectenForum: Plugins
In reply to: [Easy Image Gallery] Lightbox not workingI tried deactivating all the plugins, but it still doesn’t work. And as far as I know, I didn’t make major changes to the website.. I deinstalled your plugin and re-installed it, but nothing works. I just can’t figure it out..
Forum: Plugins
In reply to: [Easy Image Gallery] Lightbox not workingMine isn’t working as well. This morning my lightbox worked fine, but after adding some plugins and making some changes it won’t show up anymore. It just links to the attachement url. I hope you can help me?
Kind regards Manon
Forum: Plugins
In reply to: [Easy Image Gallery] Resizing thumbnailsI’m sorry i allready fixed it with the default thumbnailsize
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 263, 194 );