cjd
Forum Replies Created
-
yes you are right i disabled all plugins and then ran the player again and it worked it saved my playlist and also the button to paste it into a page/post worked too. However i would not play any of them when i viewed the post but i think that is another problem altogether.
I reactivated them one by one and edited the playlist and wiped the playlist when i reactivated them, if it is any help to you the plugins that are causing this are the free rockettheme plugins for wordpress
hi,
Thanks for your reply clearing my browser cache did not sort the problem, i have tried it in both firefox and chrome and the same thing happens in both.
im 100% sure i am doing everything correctly as i have tried on your demo site in the back end and everything worked (on the demo site) but i noticed that the demo site is 3.7.1 and i am running 3.8.1?
Forum: Plugins
In reply to: playlist not saving & unable to embed the playeradmin pls delete this topic i posted it in the wrong place, thanks
Forum: Plugins
In reply to: [Anti-block] bugs and not working properlyI am also having the exact same problems im using wordpress 3.8.1, tested it in both firefox and chrome just incase it was how the browser handled it however the outcome is the same in both browsers
Forum: Fixing WordPress
In reply to: How do you move the navigation bar to the right? (Thistle Theme)ok i have sorted this now i found the code i needed to edit ??
if anyone else needs to do this then the line of code you need to find is
#wrap {
position: relative;
width: 850px;
text-align: left;
background: #bda6e2 url(‘images/bg_wrap.gif’) left top repeat-x;
margin: auto;
padding: 0 25px;
}and you need to change that to
#wrap {
position: relative;
width: 850px;
text-align: left;
background: #bda6e2 url(‘images/bg_wrap.gif’) left top repeat-x;
margin: auto;
padding: 1 25px;
}hope this helps someone else ??