Batlhazar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Kimili plugin Flash working, but cant find external ,xmlNevermind, I figured it out!
The SWF will look for the XML path relative to the page it’s posted on, not where the SWF is stored.
So when I put my .xml at the root path of the site, it found it. A quick update on the flash side…
var wordPressPath:String = "wp-content/uploads/2013/06/"; var xmlName:String = wordPressPath + "animals.xml";(yes i know hard-coding is bad, but ah well)
Then pasted the .xml into the /06/ folder, next to my .swf file and it works a treat 🙂
Cheers
DwayneForum: Fixing WordPress
In reply to: Removing sidebar from Liqourice themeHey Seacoast Web Design
I’ve got my Child theme up and running, and there was an update for the theme so i applied it, so now the content has reverted to the original theme style and I have to port my changes over again, all good, I will applie them to the child now.
My style.css in liquorice-child currently has :
/* Theme Name: Liquorice_Child Theme URI: http://www.nudgedesign.ca/wordpress-themes/liquorice Description: Child theme for the Liquorice theme Author: Dwayne Schick Author URI: http://www.calligraphers-synonymous.com/ Template: liquorice Version: 0.1.0 */ @import url("../liquorice/style.css");I’m thinking I need to take individual tags from the parent version of style.css and paste them into my child version, and then modify them there right?
Forum: Fixing WordPress
In reply to: Removing sidebar from Liqourice themeHey dood,
Thanks for the advice!
I’m just in the process of creating a Child theme now actually, saw someone else suggest it in another post and thought I better get on it 🙂
But yea, I’m a Flash coder first and foremost, my CSS experience is lacking :/
Cheers
DwayneForum: Fixing WordPress
In reply to: Shifting a sites contentsHmmm I wanted to move the contents to a new path, such as http://www.calligraphers-synonymous.com/ChinaBlog
But that seems to be problematic at best…
Can I instead have a subdomain? such as http://ChinaBlog.calligraphers-synonymous.com?
Cheers
DForum: Fixing WordPress
In reply to: Shifting a sites contentsI literally just found that -_-
Thanks man
D