Liquidream
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Espied] “index.php” showing in Portfolio links?My bad – I realise this was a standard “Permalinks” issue.
Solved by going to: WP-ADMIN–>Settings–>Permalink
…and changing to “Post Name” (or whatever you prefer)Howdy Ales,
Yup, that seems to have done the trick (was on a VERY old version). 😅
Thanks for your help! 😁
Thank you (e-mail sent!) 😀
Forum: Themes and Templates
In reply to: [Sela] Sela Credit FooterThank you very much Kathryn – that’s perfect! :o)
Forum: Themes and Templates
In reply to: [Sela] Sela Credit FooterOk here you go Kathryn: Site link
(Please note: site is very much WIP, practically just started!)Forum: Themes and Templates
In reply to: [Sela] Sela Credit FooterOk, so how do you do this without adding to the height of the footer? :o/
(Doing sacredpath’s solution hides the original content, but it’s still there, taking up space)
ThxForum: Fixing WordPress
In reply to: v 4.2.3: linebrake behind CDATA lost, JavaScript not processingSame problem here, though the workaround I found was to change from using line comments “//” to comment block “/* */” and all is good.
e.g. OLD code
<script type="text/javascript">// <![CDATA[ myFunction(); // ]]></script>NEW code
<script type="text/javascript">/* <![CDATA[ */ myFunction(); /* ]]> */ </script>Thanks for the sarcasm Swanson. I don’t want this to turn this into a flaming war, so I’ll just let that one slide.
Unfortunately, it would appear that what I’m asking for is not currently available (for free at any rate: http://premium.wpmudev.org/project/quick-status).
So, unless anyone has any more “constructive” suggestions, I may look into writing something myself.
Cheers for that, much appreciated! Will have a play now! :o)
Ok thanks for letting me know. Will wait and see then! :o)