ka81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Alphabet for Tagshttps://www.ads-software.com/support/topic/346157?replies=11#post-1342416
tanx.
hope to get your help there.Forum: Fixing WordPress
In reply to: How to have an multipage alphabetical Tag indexThanx for code!!!!
but, a few questions!
page – komandai’m using a https://www.ads-software.com/extend/plugins/template-tag-shortcodes/ plugin.
/wp-admin/page.php?action=edit&post=1266[wp_tag_cloud smallest=8 largest=10 number=10000 order=ASC 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]
1) the footer is missed ??
i just can’t understand what to change in your code.
2) when click (fo example) on letter E – tags=e we don’t get a page with only E-tags.. ??
3) the list of tags is not exluding what i need to exclude. ??Please, help with that..
Forum: Fixing WordPress
In reply to: Upload media – errorthanx for – https://profiles.www.ads-software.com/sergeybiryukov/
/wp-admin/includes/file.php on line 238
was:
if ( isset( $file[‘error’] ) && !ctype_digit( $file[‘error’] ) && $file[‘error’] )should be:
if ( isset( $file[‘error’] ) && !is_numeric( $file[‘error’] ) && $file[‘error’] )that’s all!
Forum: Plugins
In reply to: [Plugin: List category posts] most posts are not shown under version 0.71) https://foro.picandocodigo.net/viewtopic.php?p=1081#p1081
2) solution for now is:/wp-content/plugins/list-category-posts/list_cat_posts.php
make ‘offset’ => ‘0’,Forum: Plugins
In reply to: [Plugin: Ozh’ Click Counter] hits not shownI meant showing numbers in popup title
Forum: Fixing WordPress
In reply to: LINK: whitespace between desciption and imagehelp please..
Forum: Plugins
In reply to: [Plugin: Really Simple CAPTCHA] background transparent for imagewell, the generated image with text – is PNG, so i guess transparent may be possible somehow?…
Forum: Fixing WordPress
In reply to: LINK: whitespace between desciption and imageif you please, one more question:
concerning codes are:.content .linkcat {width:520px;list-style-type: none; padding: 0; margin:0;} .content .linkcat li a img {border: 0; padding: 0; margin:0 0 0 10px; vertical-align: middle;} .content .linkcat li {list-style-type: none; font-size: 12px;padding: 0; margin: 0;} .content .linkcat ul {list-style-type: none; padding: 0; margin: 0;} .content .linkcat h2 {display: none;}
all texts are by default starting aligned to left side.
i want images to be aligned to right side of linkcat block.
i tried to use float:right for li a img but result is ugly. would you please help with that?Forum: Fixing WordPress
In reply to: LINK: whitespace between desciption and imagei’m sorry, just can’t get it:
how, using this template code in my page (text area) a i can get showing on www-page:
desription – image
?
like now it is.Forum: Fixing WordPress
In reply to: LINK: whitespace between desciption and imagethanx a lot!!
P.S. aboutchanging core – how else could i replace image and description?..
Forum: Themes and Templates
In reply to: images – displaying inlinebut if i want to place a few similiar thumbnails UNDER already existed (on the next line under) – i CAN’T do it, they placed next to existed.
Forum: Themes and Templates
In reply to: images – displaying inlineclass=”alignleft” – didn’t help.
[caption id="attachment_1048" align="alignnone" width="100" caption="Перший сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=109" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s1_poster_ukr.jpg" alt="Перший сезон" title="Перший сезон" width="100" height="138" class="size-full wp-image-1048" /></a>[/caption] [caption id="attachment_1049" align="alignnone" width="100" caption="Другий сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=110" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s2_poster_ukr.jpg" alt="Другий сезон" title="Другий сезон" width="100" height="138" class="size-full wp-image-1049" /></a>[/caption]
+ in style.css i added .wp-caption {float: left;}
and it’s worked!
Forum: Themes and Templates
In reply to: images – displaying inlinethe problem is with [caption]!!!
when i remove all about [caption] – then all IMGs inline, but i need those captions..
still don’t know what to do.Forum: Themes and Templates
In reply to: images – displaying inline[caption id="attachment_1048" align="alignleft" width="100" caption="Перший сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=109" target="_blank"><img class="size-full wp-image-1048 " title="Перший сезон" src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s1_poster_ukr.jpg" alt="Перший сезон" width="100" height="138" /></a>[/caption] [caption id="attachment_1049" align="alignleft" width="100" caption="Другий сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=110" target="_blank"><img class="size-full wp-image-1049 " title="Другий сезон" src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s2_poster_ukr.jpg" alt="Другий сезон" width="100" height="138" /></a>[/caption]
no result.
Forum: Themes and Templates
In reply to: images – displaying inline