mvieiras
Forum Replies Created
-
Conor,
You can just put the entire path, like that:
‘http://www.yourwebsite.com/wp-content/themes/yourtheme/css/style.css’–
mvieirasForum: Installing WordPress
In reply to: Migration problemshernandezmarzal,
Let me see if I could understand it..
You’ll need to access your site-b mysql databse, and in the table wp_options you’ll see at the first line the option_name siteurl.
Now in that field you’ll have to change it from site-a to site-b.I hope that it was what you’re in need..
–
mvieirasForum: Hacks
In reply to: download link for audiojaja.px,
For the download link, you can just use an tag, like that:
Download NowNow for the duration, I guess you’ll have to write it on code.
Forum: Plugins
In reply to: Audio Bar LengthRob,
You can just put the [audio] inside one <div>, like that:
<div style=”width:150px;”>[audio]</div>
You also can set the height if you want to.
–
mvieirasForum: Fixing WordPress
In reply to: audio player play/pause button same brown color as playerSure you can Annis,
Just edit the css code on the mediaelement path:
wp-includes/js/mediaelement/wp-mediaelement.cssIn that file you’ll find the classes with respective colors, since you’ve changed it, it will apply for the native wordpress player.
–
mvieirasthank you so much!!!
you’re the best!