lauradrouven
Forum Replies Created
-
Hi,
Unfortunately the problem is not fixed for me. I just downloaded the plugin 2 days ago and filled in the price tables. But they are aligned to the left. See here
Laura
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Lightbox Plus ColorBox only works on homepageaddition: If I’m just adding an image in a post I can change the CSS to the class lbp_secondary in the settings. And than it also works fine. But I can’t find a way to change this for a gallery. And that would be much easier and nicer.
Forum: Fixing WordPress
In reply to: Parse error – can not access site or admin – HELPI am not really familiar with php. I am sorry. Maybe someone else knows?
Forum: Fixing WordPress
In reply to: Access Error – Parse ErrorIf you use something like FileZilla, you can access the comments.php and see what is wrong with line 12 and change it.
Forum: Fixing WordPress
In reply to: Parse error – can not access site or admin – HELPIf you use something like FileZilla, you can access the default-filters.php and see what is wrong with line 231 and change it.
Forum: Fixing WordPress
In reply to: add image gallery without displaying inserted imagesI am also using fancy box plugin: http://laura.drouven.nl/?p=89
You can use
a.fancybox img.attachment-thumbnail { display: none }
at you css file (I think: jquery.fancybox-1.3.1.css) of the fancy box plugin. The only problem is that there will be no image on the page so you can’t open the fancy box gallery to view the pictures.
Forum: Fixing WordPress
In reply to: add image gallery without displaying inserted imagesMaybe this plugin is something for you http://wordpress.org/extend/plugins/slideshow-gallery-2/
After installing you can choose at the configuration page if you want to show your thumbnails. Simply at [slideshow] at your text.
Forum: Fixing WordPress
In reply to: Space between thumbnailsThanks for your help again. I used
a.fancybox img.attachment-thumbnail { border:1px solid #000; margin:2px 2px 0 0; }
at the style sheet of the fancybox plugin and it worked. First, I only tried it at my normal style.css file of my theme.
Thanks!!
Forum: Fixing WordPress
In reply to: Space between thumbnailsThanks a lot for your fast reply. I have edit my style.css file with the code:
a.fancybox img.attachment-thumbnail { border:1px solid #000; margin:2px 2px 0 0; }
and I tried
a.fancybox img { border:1px solid #000; margin:2px 2px 0 0; }
But it doesn’t work 🙁
So I removed the code again. Any other suggestions?
I am not really familiar with css or php. So maybe a strange question but does it matter where you put it within the style.css?
Thanks!
Forum: Fixing WordPress
In reply to: Profile pictureview your profile and choose edit. there is a link to gravatar.com where you can change your avatar.
It is linked to your e-mail. So it will also work in other wordpress blogs.
Greetz