ka81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexabout removing title – you mean just simply delete the line <!– <h2><?php echo apply_filters( ‘the_title’ , $title ); ?></h2> –>
??
if yes, then of course i’ll do it.
i don’t like those titles – they are duplicating the name of a page, which is already we can see in navbar ??Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexttfgen – is plugin that transsform simple text to PNGs with assigned mine font.
as you can see here – /wp-admin/options-general.php?page=ttfgen.php class x-filesaz using x-files font.
so, i’d like to assign $navi to that class.
in final – there must be the same alphabet (inline with separators) and every letter should be PNGs x-filesaz..
i hope i explain my self at least a little bit clearly (again sorry for my english).well, all should be like now escept letters in alphabet should look like in x-files font (that is x-filesaz class).
if you’ll replace like that: <div class=”x-filesaz”>
<?php echo $navi ;?>
</div>
you’ll see it’s not working for some unknown for me reason.Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexthat’s just great!!
thank you very much!!!
i’ve changed a little bit:<!-- <h2><?php echo apply_filters( 'the_title' , $title ); ?></h2> --> <div class="azindex"> <?php echo $navi ;?> </div> <span class="tagindex"> <?php echo ( !empty( $to_show ) ) ? implode( $tag_sep , $to_show ) : ''; ?> </span> </div> <?php get_footer(); ?>
+
.content .tagindex a {color:#344342; text-decoration:none;} .content .azindex a {color:#344342; font-size: 12px; text-decoration:none;}
the only thing I maybe would like to try is to assign class=”x-filesaz” (instead of azindex) to <?php echo $navi ;?>
but, after doing it i can’t make letters be shown correctly.. ??
x-filesaz – is a class of TTFGen plugin (https://www.ads-software.com/extend/plugins/wp-ttfgen/).
just can’t find out how to deal in style.css with .x-filesaz after assigning it to $navi.Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexwaiting with patience….
??Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexthank you a lot!!!!!
P.S. on the https://x-files.net.ua/?page_id=1266 still all the tags..
hoping for your help. ??Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag index1) exclusion is working
2) https://x-files.net.ua/?page_id=1266 – still all the tags.
and instead of alphabet there’s a word “No tags”
2) a) cause no alphabet – can’t check it.
3) cause no alphabet – can’t check it.Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag index3) is it possible to show in alphabet only those letter which tags are exist?
if there’s no tags starting with Y – so no letter Y in alphabet.
when tag with Y appears – so and the letter automaticaly appears.P.S. sorry for my english…
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag index2) about showing:
only letters and numbers.P.S. when i clicked on any letter, after opening new page we can see a link Show all.
I’d like to remove it.Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag index1)
exclude=16,58,59,60,61,62,63,64,65,66,67,68,69,70,72,71,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,90,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,213,354,355,380,381
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexok well.
so (the firsts and most important in my mind are):
1) the most important:
is it possible to get an exclision in your code for some tags by id?2) https://x-files.net.ua/?page_id=1266 – on that page i’d like to be shown only alphabet (without a list of all tags)
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexTHANK YOU!!!!!!!!!!!!!!
and about second problem – is it possible to get an exclision in your code for some tags by id? it’s very important for me to make exclusions there, so it wouldn’t show some tags.. ??
P.S.wouldn’t it be difficult to you if i’ll ask for some template-editing help?
P.P.S. i alwaya monitor threads a lot of time per day ?? ??
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexi send an e-mail to [moderated]
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexwell, I deactivated all my active (21) plugins.
waited a little bit, cleared a cache in browser, got to https://x-files.net.ua/?page_id=1266 , clicked on letter P (and any other).
and no result, https://x-files.net.ua/?page_id=1266?tags=p – shows all tags, not only started with letter P.
??Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexPHP5 the latest.
about turning off plugins – will try.P.S. again:
i can give you the full access to my blog if you wish, so you could look through what is wrong.
Please, very need your code to be working ??
Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexthe same thing with default theme. ??
i can give you the full access to my blog if you wish, so you could look through what is wrong.Please, very need your code to be working ??