zerodotnine
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Show AnswerSo ‘hint’ functionality is working, which uses JS,and works pretty much exactly the same way… so why doesn’t ‘show/hide answer’ work????
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Show AnswerSo i’ve upgraded, and tried the version off Git hub, which appears to be the same as the upgrade… Same issue…. reverted all my plugins.. Same issue. I’ve now wasted an entire day on this, a feature that should be working. Please help!
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Show AnswerSo I appear to be talking to myself, but it appears that the JS is not firing on the show/hide functionality, any assistance would be super handy please!!
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Show AnswerHi,
An answer would be hugely appreciated as we have A LOT of quizzes already loaded into the system and are making use of the polls aswell.
I have checked the ‘show answer’ functionality on another install and it also appears to not be working. Please help!
Its ok, I switched over to Breadcrumb NAVXT and it had all the functionality I required straight out the box. Thank you for your time developing this plugin though ??
Forum: Fixing WordPress
In reply to: Custom Post Taxonomiesok, that makes a lot more sense, I’ll give that a go, thanks for the advice, this is new to me and I really appreciate the help!
Forum: Fixing WordPress
In reply to: Custom Post TaxonomiesThank you for the reply ??
So instead of
$categories=get_categories($args);
I would use
$categories=get_terms( $taxonomies, $args );
The following items use get_term_link so these should then work?
get_term_link( $cat->term_id )
Forum: Fixing WordPress
In reply to: Custom Post TaxonomiesHi, does anyone have any advice on this, otherwise I might just create a new custom section for the news articles and leave the products in the posts area as the code seems to work for that. Is that a bad idea?
Forum: Plugins
In reply to: [Auto ThickBox Plus] [Plugin: Auto ThickBox Plus] Plugin not firingIn console I have one unrelated error, ‘prettyPrint is not defined’ relating to a 404 of js file prettify.js?ver=3.3.1. This is also a error on the main theme website.
No other errors.Forum: Plugins
In reply to: [Auto ThickBox Plus] [Plugin: Auto ThickBox Plus] Plugin not firingI added the thickbox class:
<div id="foo" style="visibility: hidden;"> <div>Here is inline content.</div> </div> <a class="thickbox" title="bar" href="#TB_inline?inlineId=foo">Anchor</a>
In the source I have:
<link rel='stylesheet' id='thickbox-css' href='https://www.customerattuned.com/wp-content/plugins/auto-thickbox-plus/thickbox.min.css?ver=0.9' type='text/css' media='all' />
But NOT the javascript calls for thickbox