Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Alinks Replacement

    @knowaboa

    RE: CROSS-LINKER
    Thanks man, you’ve pointed me in a good direction for now – maybe even the ‘right’ direction – who knows 😉

    Somehow my aLinks has gone berserk, even tho I’ve got the ‘good’ 2.02 version (an unofficial mod – here)

    aLinks was better – I think – due to the ‘factories’ that allowed a bit more flexibility.

    However, Cross-Linker looks pretty good – but a techie interface will slow my learning-curve – as I need some quick solutions – WHICH IT HAS PROVIDED.

    I just think it’ll be a while til I get the time to play with all the bells and whistles.

    Thanks again,
    <oot>

    hi all, (my first post here on WP support forums)

    I’ve been doing my nut too on the ‘disappearance trick’ that IE7 has been doing, as detailed (more or less exactly) by monrealsm here.

    I finally tracked it down to a rogue post (one of my own) that had added over 400+ lines of code, all relating to MS Word functions, fontsets and such rubbish.

    Short sample excerpts:
    *****************
    <w :WordDocument>
    </w><w :View>Normal</w>
    <w :Zoom>0</w>
    <w :TrackMoves/>
    <w :TrackFormatting/>
    <w :PunctuationKerning/>
    <w :ValidateAgainstSchemas/>
    <w :SaveIfXMLInvalid>false</w>
    <w :IgnoreMixedContent>false</w>

    *****************

    <!–
    /* Font Definitions */
    @font-face
    {font-family:”Cambria Math”;
    panose-1:2 4 5 3 5 4 6 3 2 4;
    mso-font-charset:0;
    mso-generic-font-family:roman;
    mso-font-pitch:variable;
    mso-font-signature:-1610611985 1107304683 0 0 159 0;}
    @font-face

    *****************

    <w :LatentStyles DefLockedState=”false” DefUnhideWhenUsed=”true”
    DefSemiHidden=”true” DefQFormat=”false” DefPriority=”99″
    LatentStyleCount=”267″>
    <w :LsdException Locked=”false” Priority=”0″ SemiHidden=”false”
    UnhideWhenUsed=”false” QFormat=”true” Name=”Normal”/>
    <w :LsdException Locked=”false” Priority=”9″ SemiHidden=”false”
    UnhideWhenUsed=”false” QFormat=”true” Name=”heading 1″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 2″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 3″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 4″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 5″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 6″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 7″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 8″/>
    <w :LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 9″/>
    <w :LsdException Locked=”false” Priority=”39″ Name=”toc 1″/>

    *****************

    Once I’d found these, I deleted the whole post, and voila! everything is hunky-dory.

    I’m 90% sure I added this post with my browser-plugin (in Flock) – so watch out…?

    If you’re reading this in desperation, I suggest you trawl your (generated) page code looking for the obvious gaff, before tweaking the heck out of your poor old CSS and/or php files 😉

    Usually, I don’t have this kind of good luck 🙂
    I hope it helps someone else.

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