Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Batlhazar

    (@batlhazar)

    Nevermind, 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
    Dwayne

    Thread Starter Batlhazar

    (@batlhazar)

    Hey 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?

    Thread Starter Batlhazar

    (@batlhazar)

    Hey 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
    Dwayne

    Thread Starter Batlhazar

    (@batlhazar)

    Hmmm 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
    D

    Thread Starter Batlhazar

    (@batlhazar)

    I literally just found that -_-

    Thanks man

    D

Viewing 5 replies - 1 through 5 (of 5 total)