joaolindoso
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesSorry my english… rsrsrsrsrsrs…
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesEUREKA. The relative path of a plugin (fancy box) was causing conflict with the plugin wp-accessibility. Fix the path and the wp-accessibility plugin work on single.php archive normally.
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesMy single.php:
<?php get_header() ?>
<div class=”row”>
<section class=”col-md-9″>
<?php
while (have_posts()) {
the_post();
?><article id=”post-<?php the_ID() ?>” <?php post_class() ?> itemscope itemtype=”https://schema.org/Article”>
<header>
<div class=”hidden-print” style=”font-size: 0.8em; margin-bottom: 1%;”><?php if (function_exists(‘dimox_breadcrumbs’)) dimox_breadcrumbs(); ?></div>
<div style=”font-size: 0.8em; color: #7e0b44;”><?php the_time(‘j F, Y g:iA’) ?></div>
<h3 itemprop=”name headline”><?php the_title() ?></h3>
</header><div id=”conteudo” itemprop=”articleBody”>
<?php the_content() ?>
</div><div class=”row hidden-print”><hr />
<div class=”col-md-6″ id=”botoes_esq” style=”margin-bottom: 5%;”>
<span class=”glyphicon glyphicon-circle-arrow-left”></span> Voltar
<span class=”glyphicon glyphicon-print”></span> Imprimir
<span class=”glyphicon glyphicon-home”></span> Página Inicial
</div><div class=”col-md-6 hidden-print” style=”z-index: 99;”>
<?php
echo do_shortcode(‘[really_simple_share]’);
?></div>
</div>
<div class=”hidden-print”>
<?php
wp_related_posts()
?></div>
</article>
<?php } ?>
</section>
<div class=”col-md-3 hidden-print”>
<?php get_sidebar(); ?>
</div></div>
<?php get_footer() ?>
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesThe code in my header.php:
<script type=’text/javascript’ src=’https://localhost/wordpress/wp-content/plugins/wp-accessibility/toolbar/js/jquery.scrollto.min.js?ver=1.4.5′></script>
<script type=’text/javascript’>
/* <![CDATA[ */
var a11y_stylesheet_path = “http:\/\/localhost\/wordpress\/wp-content\/plugins\/wp-accessibility\/toolbar\/css\/a11y-contrast.css”;
/* ]]> */
</script>
<script type=’text/javascript’ src=’https://localhost/wordpress/wp-content/plugins/wp-accessibility/toolbar/js/a11y.js?ver=1.0′></script>
<script type=’text/javascript’ src=’https://localhost/wordpress/wp-content/plugins/wp-accessibility/js/longdesc.button.js?ver=1.0′></script>Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesI disabled all plugins (except wp-acessibility), but the problem continues.
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesI checked through the source code, that the tag <body> presents the class = contrast on home page, but does not show this class in the pages of posts.
Forum: Plugins
In reply to: [WP Accessibility] The contrast button toggle don't work when I pass pagesThe same thing is happening to me. The plugins that I use are: Cool video gallery; Display Posts Shortcode; Really Simple Share; Regenerate Thumbnails; WordPress Related Posts and WP Bannerize.
The plugin WP-Accessibility works only in home page.
Infelizmente, estou tendo o mesmo problema!