Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] There are two mistakes, one small, the second is more...

a. By pressing the text of category which has under categories there is a following:
- the list under categories is shown
- transition to category page
Most likely it is a plug-in bug, and it is necessary to clean opening under categories
Screens of actions:
Screen 1. by pressing category in which is under categories
Screen 2. after transition to category page
b. Put the iVanilla template and there was a badge under categories on the text. On other template everything is normal. How to correct badges under categories?
Thanks in advance for the answer. I will wait for a prompt reply.
Screen 3.
0
Comments
Hi Anarxist I didn't really understand, maybe if you post it in Russian, or other native language someone here will be able to translate.
grep is your friend.
For the first concern, I think he is saying that when he pressed a category with children, the list expands while the next page to that category is being loaded. In other words, he can't expand the category without following the hyperlink.
The second concern I think is related to categories with images in them. The images are showing through the background color or something.
a. Yes becuase these are categories too. You simply click on the arrow and not the link.
"badges under categories" what do you mean?
grep is your friend.
I think I see what he means... Look at screen 3
You see the name of the category, but the first letter of the name of the category is mixed with the image of the arrow that represents the 'expand button'..., so the arrow is mixed with the first letter of the category...
There was an error rendering this rich post.
Wouldnt that just be css issue, ul li ul li a margin-left
There was an error rendering this rich post.
not absolutely so
I want to pass to category (at which is under categories), to press the category name, not on a triangle (which the list under categories will open). But having thus passed to category, it will be correct if the list under categories in this category reveals.
Example:
1) this category has a list under categories: "Accessories" and "Laptops"
не совсем так
я хочу перейти в категорию (у которой есть под категории), именно нажать на название категории, не на треугольник (который раскроет список под категории). Но при этом перейдя в категорию, правильно будет если раскроется список под категорий в этой категории.
Пример:
нажимаю на название категории "Компьютеры"
1) у этой категории есть список под категорий: "Комплектующие" и "Ноутбуки"
Thats a whole different issue. You can use jquery to append active class to an element
http://stackoverflow.com/questions/4866284/jquery-add-class-active-on-menu
There was an error rendering this rich post.
how to do it ?
I am not a programmer, I just want to plug in a better use of
как это сделать??
я не программист, я всего лишь хочу, чтобы плагин стал лучше в использовании
I posted stackoverflow link
Another example http://stackoverflow.com/questions/2245934/jquery-add-remove-class
There was an error rendering this rich post.
Sorry, did not notice)
Specific to your needs.
http://stackoverflow.com/questions/11176742/jquery-accordion-add-arrow-only-if-has-child
Or http://jsfiddle.net/rq9UB/
There was an error rendering this rich post.
Thank you very much, but in which file to insert this code please tell me.
If you insert the code in the file of the plugin, as well as to the place where it is needed, and present me a link to download the file, I 'll be very grateful, and certainly not just me
Большое спасибо, но в какой файл вставить данный код подскажите пожалуйста.
Если вы вставите код в нужный файл этого плагина, а так же в то место где он необходим, и представите мне ссылку на скачивание файла, я буду вам очень благодарен, и наверно не только я.
Exactly!
Many thanks, I reconsidered CSS, and I will not understand where to correct a template.
Here the reference to the iVanilla template css files, help please.
https://dl.dropbox.com/u/39457425/css_iVanilla.rar
Большое спасибо, я пересмотрел CSS, и не пойму где исправить шаблон.
Вот ссылка на файлы css шаблона iVanilla, помогите пожалуйста.
https://dl.dropbox.com/u/39457425/css_iVanilla.rar
Have you got a link to live site ?
I havent the time to setup a forum just to test your setup. I am working thru the night finishing client website, aswell as waiting for 100m mens ( Olympics ) go the BOLT ! It is 2.00 am here
There was an error rendering this rich post.
link to the website - http://vamchavo.ru
ссылка на сайт - http://vamchavo.ru
Can at the developer of this plug-in there will be time, and it will correct it. Or who that still will help me with this question. Excuse me that took away from you a lot of time. Thanks for the help!
Может у разработчика этого плагина найдется время, и он исправит его. Или кто то еще поможет мне в этом вопросе. Извините меня за то, что отнял у вас много времени. Спасибо за помощь!
In your custom css find:
.PanelInfo li a {
float: left;
}
change to:
.PanelInfo li a {
float: left;
margin-left: 12px;
}
There was an error rendering this rich post.
here all that is in CSS connected with PanelInfo
вот все что есть в CSS связанное с PanelInfo
then ADD this
.PanelInfo li a { float: left; margin-left: 12px; }
There was an error rendering this rich post.
Earned!!!! Thank you very much!!!))
But only on the main page. And on internal pages remained ((
I apologize, everything works!
Maybe we can ask @x00 to make a new version, or wait with the new version until it's tested with Vanilla 2.1, but at least include 422's fixes in that version :-)
There was an error rendering this rich post.