Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author thaikolja

    (@thaikolja)

    The question: I’m just downloading the plugin and see what I can do. Where exactly is the problem?

    The suggestion: Good idea, but so far I haven’t found out how to change that. Apparently the WordPress admin interface doesn’t create the tabindex in HTML but in jQuery. But I’ll ask around.

    The bug: Has been fixed. Forgot to delete that line.

    Thread Starter master412160

    (@master412160)

    That the censor doesn’t censor the content inside the secondary title.

    Must be some filter code I need to add to functions.php of my theme file or you must make an extra hook to make your plugin work with that one if its present on the site your plugin is used.

    Plugin Author thaikolja

    (@thaikolja)

    Isn’t that plugin supposed to censor also the standard title? If yes, why not letting it apply to the secondary title, too?

    Thread Starter master412160

    (@master412160)

    Yeah well yes why not? Because the plugin doesn’t know your plugin exists I guess.

    Plugin Author thaikolja

    (@thaikolja)

    Oh I read wrong, sorry, I thought you meant it actually WAS censoring the secondary title and you want it to be opposite. Alright, I’ll have a look.

    Plugin Author thaikolja

    (@thaikolja)

    Just checked: When I use Word Filter Plus, it does change the content within the secondary title. Or am I mixing something up again? lol

    Thread Starter master412160

    (@master412160)

    Can you show me a live version or screenshot?

    Here’s my live version:

    https://ggn.miscy.net/220/nor-here/

    Plugin Author thaikolja

    (@thaikolja)

    There you go: https://drive.google.com/folderview?id=0B581Nph7ZvaQaVVTRTZDRGthVWM&usp=sharing

    By the way, I use the plugin in “Passive” mode.

    Thread Starter master412160

    (@master412160)

    Its probably because you are using the auto insert function.

    I’ve disabled that and added it manually in the template:

    <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> 
    
    <h3 class="secondary-title"><?php the_secondary_title(); ?></h3>

    Also passive mode doesn’t effect it working.

    Plugin Author thaikolja

    (@thaikolja)

    Makes sense. I’ll see what I can do. I keep you posted.

    Plugin Author thaikolja

    (@thaikolja)

    Done. Please update and let me know if everything works as it should.

    Thread Starter master412160

    (@master412160)

    It works! Good job!

    Hopefully you’ll be able to implement that suggestion to in future releases.

    Plugin Author thaikolja

    (@thaikolja)

    The tabindex issue? Is it that important?

    Please, please do not enforce tab ordering via tabindex. It causes massive problems for disabled users. We’re trying to rid of all of the tab-indexing in the WP admin area as it is.

    Thread Starter master412160

    (@master412160)

    No it is not but if it can be done some point in the future why not..

    Its one of those tiny details that doesn’t impact much but does save time if you use the tab to navigate.

    Ah okay sorry I didn’t know. You are everywhere. XDD

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘1 question and suggestion one bug’ is closed to new replies.