webbmalin
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Slideshow Manager] percent option disappearedHello,
Unfortunately only the width changes, the height stays the same…
What do you mean I need to set a higher width?
I’ve set the width to 367px and the height is 230px.Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] SQL error Warning on "Manage Songs" page.Same problem here!
Also line 28 and 40 as jelmet got.
WordPress 3.9.1
HTML5 jQuery Audio Player 2.5Are you working on this problem and this about editing songs???
Seems you’ve got good reviews before, but lately it’s not working.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Issues with updating and deleting songsI have the same problem!
Unix server.
But I have the same problem using MAMP on my mac.Using wordpress 3.9.1
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] WordPress 3.8Adding
.editor_container {
clear: both;
}works perfectly fine for me!
I suppose this will be fixed in the next version, and then, I will donate some bucks for ya, I completely LOVE this plugin.
(I tried many times to make wysiwyg-widgets on my own but I’m not that much of a hacker so I totally failed every time :))
Forum: Fixing WordPress
In reply to: Hover not working in IEProblem SOLVED!
It had NOTHING to do with either WordPress-versions or hover.
It was just ME π
I put some license-text in the header and put it between <!– –> which for some reason completely messed it up for IE.
I took it away and my hover and dropdown works perfectly!
Forum: Fixing WordPress
In reply to: Hover not working in IEWell it’s very ill-formed at the moment cause I’m testing lots of things.
Forum: Fixing WordPress
In reply to: Hover not working in IEI’ve got this
#navbox ul li:hover > ul {
display: block;
}and this
#navbox ul.sub-menu li:hover > a {
display: block;
height: 18px;
color: #000;
background: #69be28 url(“images/submenu-hover.png”) 18px 6px no-repeat;}
and added yours as well. still not working π
Forum: Fixing WordPress
In reply to: Hover not working in IESo I tried to downgrade to wordpress 3.4.2 here: http://www.webbmalin.se/testmalin/
but it still isn’t working. so perhaps NOT a 3.5 issue?
Forum: Installing WordPress
In reply to: Moving WordPress to root failedYes, it’s the host, I know… but they don’t seem to care so I have to fix it everytime π
I’ll check those out. Thanks!
Forum: Installing WordPress
In reply to: Moving WordPress to root failedThank you guys!!!!!
I moved everything too the root-folder again and was going to try things step by step and started with deleting .htaccess and then it worked π
I never had to do that before…
One thing though, I usually have to change all the permissions on files from 777 to 644 manually using my ftp… Is there a way to change all files at the same time?
Forum: Fixing WordPress
In reply to: the_permalink() is not workingThank you keesiemeijer, it works, I love you! π
You know, I got blind after a while…