miealex
Forum Replies Created
-
Nope. It’s a WP site that has about 1 year.
Forum: Fixing WordPress
In reply to: different domains – different posts/pages – the same uploads folderCome on guys .. no one encountered this before? 🙁
Forum: Fixing WordPress
In reply to: different domains – different posts/pages – the same uploads folderMy goal is to migrate 2 sites on 2 different domains + use WordPress technology and share a common photo library.
Forum: Fixing WordPress
In reply to: different domains – different posts/pages – the same uploads folderI also need the image gallery (the common /Uploads folder) to be accessible from within both sites.
Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of Failaw I was just writing meanwhile 😀 well done then 🙂
Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of FailI see you managed to remove it. But now the menu look weird.
So this part is ok:
#aio-slideshow ul li { margin: 3px 0 0 0; color: #000; padding: 0; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }Change the 2nd with
#sidebar ul#css3menu1 li, #sidebar ul#css3menu1 li ul li { margin: 3px 0 0 0; color: #000; padding: 0 0 0 33px; background: url(images/sidebar-li-bg.jpg) no-repeat top left; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of Failtry giving the slideshow widget a title
Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of FailI just noticed the slideshow + uStream are in the same widget.
Have you tried to move the slideshow in it’s own widget ? 😀Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of Failhm hm hm
#sidebar ul li li { margin: 3px 0 0 0; color: #000; padding: 0 0 0 33px; background: url(images/sidebar-li-bg.jpg) no-repeat top left; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; } #aio-slideshow ul li { margin: 3px 0 0 0; color: #000; padding: 0; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of Faillet’s try this one:
#sidebar ul li li { margin: 3px 0 0 0; color: #000; padding: 0 0 0 33px; background: url(images/sidebar-li-bg.jpg) no-repeat top left; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; } #sidebar #aio-slideshow ul li li { margin: 3px 0 0 0; color: #000; padding: 0; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of FailThe code above will delete your bullets from all over the sidebar so that’s not good. I saw the problem now. Try replacing your code with this one.
#sidebar ul#css3menu1 li li { margin: 3px 0 0 0; color: #000; padding: 0 0 0 33px; background: url(images/sidebar-li-bg.jpg) no-repeat top left; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; } #sidebar ul li li { margin: 3px 0 0 0; color: #000; padding: 0; font: 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }Forum: Plugins
In reply to: All-In-One Slideshow – Bullet Point of Fail#sidebar ul li li { margin: 3px 0 0 0; color: #000; padding: 0; 1.0em Georgia, "Times New Roman", Verdana, Arial, sans-serif; }try this one
Forum: Fixing WordPress
In reply to: "Nope…" – can't modify comments within adminnow it’s 2.0e 😉 It still has the error “Nope…” but only on “Quick modify”. It works fine if you “Modify” the comment.
Forum: Fixing WordPress
In reply to: "Nope…" – can't modify comments within adminFound it. Starting with WP 3.1 this plugin does not work anymore: NtzAntispam.
Forum: Fixing WordPress
In reply to: "Nope…" – can't modify comments within adminThe exact code that appears is:
<span class="error" style="">Nope...</span>