Mr Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Start in expanded mode in a certain pagehttps://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#expanded
Add
expanded="true"
Forum: Plugins
In reply to: [Collapse-O-Matic] Compatible with WP 3.6?Yep. I have run it on two completely different themes without a problem.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important codeI’m thinking I might need some direction. I have just realised that something else I’m trying to implement is needing javascript to run in the post. It has the same problem as Collapse-O-Matic where it works fine by itself, just not when it’s being delivered by ajax.
Dylan.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important codeI found the problem.
It turns out, after solving all the jQuery problems (thanks Baden :), as the posts are being delivered by ajax and javascript, the content isn’t referencing the jQuery. That is why it works when showing just a single post, it loads the content and jQuery as one.
Dylan.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important codeI am very thankful of your time Baden.
I would post a link, but it isn’t physically possible. It is a LAN only site.
I put wp_head() in the header this afternoon (I’m in Australia), and found it was still inserting 1.4.1. I ended up working on something else and stumbled into functions.php (in the theme). It turns out there was a line in there that was putting in 1.4.1. I deleted that section of code and it started inserting the correct jQuery version. I then did some testing and found that viewing the post by itself, everything worked fine.
I will keep testing tomorrow as I just thought of something to try.
No need to reply, I will mark as resolved when I work it out.
Thanks.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important code(When I said 1.10.3 I meant 1.10.2)
I tried
<?php wp_head(); ?>
, it put in 1.4.1.I tried 1.10.2 again, no luck.
I tried 1.8.3, no luck.I also tried viewing just the post on it’s own. It is hidden as it should be; the arrow changes on click, but the content never shows. (Both views are using single.php with the same header scripts)
Dylan.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important code3.6
I will be able to make those changes in the next couple of hours.
Dylan.
Forum: Plugins
In reply to: [Collapse-O-Matic] Barebones theme missing important codeI originally put
wp_head()
in to check what was being added. It put in 1.4.1 (not sure why). I did try 1.10.3 and it only gave me a hover effect on the title text.As it’s the weekend I won’t be able try it again. I will however post my results as soon as I can.
Thanks Baden.
Dylan.