Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • I think lbossi may be part of the same (large – transnational) network of teachers that I also belong to, and I think this may be related. When we try to validate the html of our websites we get an invalid markup error because <script> is not correctly written as <script type=’text/javascript’> except for one occurence. We usually just add it and re-upload wp-accessibility.php but it would be more convenient if we didn’t have to ?? Thanks for your attention!
    Claudia

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    Yes, everything is up to date. Anyway, now i know it will not work in FF I’ll remove the option, I thought it was something that could be solved. Thanks for a quick reply and happy new year!

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    If you write to me: claudia dot cantaluppi at setificio dot gov dot it
    I can send it to you. To replace the new version with the old one, I deactivated the plugin, manually deleted the folder via ftp, uploaded (still using ftp) the old one and reactivated it. I’m not sure it’s necessary to deactivate it but I think it’s safer to. Claudia

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    I don’t used custom format, though I can’t find where I made the choice on which predefined format to use (I can see a choice only inside the auto shortcodes area, which I have disabled).
    As for now, 1.9.4.5 without auto shortcodes is working fine so I’m not too bothered ??
    Claudia

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    I can tell you that before I updated the other day I had auto shortcode enabled and the option “auto/manual” too.
    After the update, ALL attachments disappeared, whether they had been addedd manually (before I activated auto shortcode) or automatically.
    I reverted to the previous version, they reappeared; I tried the update again, they disappeared, went back to the old one again and only the ones added manually reappeared. (This last bit is very puzzling, but I am just an English teacher who takes care of her school’s website…)
    I have also tried deactivating the auto shortcodes and tried the update again (all shotcodes are manually added to my pages now) but no way, attachments disappear. Back to 1.9.4.5 ….
    Thanks for your attention
    Claudia

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    I’m not an expert and I’m not sure this is what you want, but this is the shortcode of a page [attachments orderby=”id ASC” docid=”1690,1689,1688″] where I attached documents manually.
    But the problem seems to be auto-attachments (where there is no shortcode), and the strange thing is that, on going back and forth between versions (I’m now back at 1.9.4.5)they don’t work anymore even though the settings are fine. I have decided to disable them and I might try upgrading again …
    I have noticed (but it might not be significant) that in eg-attachments-config.inc.php (which in the community we were taught to configure to have an h3 title to our attachments)the line ‘shortcode_auto’ => 0, even when autoshortcodes are activated.

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    This confirms it must be a problem with auto attachments, I will try disabling them before trying another update! ?? I agree that it is a very nice plugin.

    It might also be of interest to know that TinyMCE Advanced generates the name attribute instead of the id one, so that needs to be corrected manually in the code .
    Anyway thanks, Joe, for pointing out the problem, this has saved me and the rest of the network of teachers a lot of headaches!

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    Ok, I solved it by very very closely looking at the theme file rightsidebar.php .

    In the original we had

    <?php
    	if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : endif;
    }
    if (is_page () and !is_front_page ()){
    	$post->ID=$IdPagina;
    	$post->post_title=$TitoloPagina;
    	if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : endif;
    }
    if (is_category ()||is_archive () || is_page() ) {

    Trying a few times I ended up with

    <?php 
    
    }
    if (is_page () and !is_front_page ()){
    	$post->ID=$IdPagina;
    	$post->post_title=$TitoloPagina;
    
    }
    if (is_category ()||is_archive () || is_page()|| is_singular() ) {
    	if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : endif;

    It works, though I’m not sure about braces…

    Thread Starter ClaudiaCantaluppi

    (@claudiacantaluppi)

    Thanks. I forgot to say I have practically no php, but I will try and check!

    Currently the page with internal links is this one https://www.claudiacantaluppi.net/setificio_wp/amministrazione-trasparente/

    The website is currently under construction and will eventually be my school’s one; for the moment i’m working on it in a subfolder on my own website. The page I linked is generated by a plugin but I tried putting anchors on another page too and they don’t work either. The theme is the same used by Alberto, who started this thread, as it’s the one created for a network of schools in northern Italy, custom made to suit both legal and accessibility requirements. I know I’m not the only one in the network who noticed this problem, which is why one of us suggested using the older version of the plugin.

    I hope this is enough information, thanks for your interest!

    I am new to this plugin but I have exactly the same issue: when wp_accessibility is activated, internal links do not work. I have the latest version (1.2.4.1) and WordPress is updated too (3.5.2).
    I have been told older versions of the plugin work ; I tried an old one (1.2.2) that I was given by a colleague and anchors did work, but I couldn’t access the settings page on the claim “I didn’t have permissions”. All very puzzling for a non-expert.
    Any suggestions?
    Thanks anyway! Claudia

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