Home Forums WoodMart support forum Всплывающее окно при наведении на боковое меню/Popup when hovering over sidebar

Всплывающее окно при наведении на боковое меню/Popup when hovering over sidebar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #229181

    detroyt86
    Participant

    Good afternoon!
    An unexpected problem has occurred.
    When you hover over the side menu items, a pop-up window appears.
    It takes up a lot of screen space and disturbs the user
    Link for verification http://beta.aquaworks.com.ua/oformleniye-pruda/
    Animation https://gyazo.com/7a8a6076b5e2b05c5448911b7c5ec84a
    How can this large window be removed?

    Добрый день!
    Возникла неожиданная проблема.
    При наведении курсора на пункты бокового меню появляется всплывающее окно.
    Оно занимает много места на экране и мешает пользователю
    Ссылка для проверки http://beta.aquaworks.com.ua/oformleniye-pruda/
    Анимация https://gyazo.com/7a8a6076b5e2b05c5448911b7c5ec84a
    Как это можно это большое окно убрать?

    #229195

    Hello,

    You have added the long description to links of these category’s links. https://prnt.sc/uovl4u

    Please send us an updated site admin access to the private area. I will check where it is added.

    Best Regards

    #229278

    detroyt86
    Participant

    Thanks! Here is the access

    Спасибо! Вот доступ

    #229365

    Hello,

    Please make the full backup of your site and update the theme and all the plugins.

    Then check the issue on the parent theme. I do not see you have added this information somewhere in the category. I think it is customization.

    Best Regards

    #230272

    detroyt86
    Participant

    Hello!

    On your advice, I’ve updated the WordPress version and Woodmart theme.
    Failed to update only WPBakery Page Builder Here is the error http://joxi.ru/52avBNkhEQJnjA

    About customization. There are only one changes in the Wodmart Child file http://joxi.ru/823zvnku9Q7Oem I made them according to the advice https://xtemos.com/forums/topic/changing-the-caption-in-the-header-%d0%b8 % d0% b7% d0% bc% d0% b5% d0% bd% d0% b5% d0% bd% d0% b8% d0% b5-% d0% bd% d0% b0% d0% b4% d0% bf% d0% b8% d1% 81% d0% b8-% d0% b2-% d1% 85% d0% b5% d0% b4% d0% b5% d1% 80% d0% b5-% d0% b7% d0% b0 % d0% bf / # post-227295
    I tried deleting this entry and clearing the cache – the problem remained. So it’s not her.
    Tell me what other options are there for solving the problem?

    Здравствуйте!

    По вашему совету я обновил версию Вордпрес и тему Вудмарт.
    Не удалось обновить только WPBakery Page Builder Вот какая ошибка http://joxi.ru/52avBNkhEQJnjA

    Насчет кастомизации. Есть только одни изменения в файле Wodmart Child http://joxi.ru/823zvnku9Q7Oem Я внес их согласно совету https://xtemos.com/forums/topic/changing-the-caption-in-the-header-%d0%b8%d0%b7%d0%bc%d0%b5%d0%bd%d0%b5%d0%bd%d0%b8%d0%b5-%d0%bd%d0%b0%d0%b4%d0%bf%d0%b8%d1%81%d0%b8-%d0%b2-%d1%85%d0%b5%d0%b4%d0%b5%d1%80%d0%b5-%d0%b7%d0%b0%d0%bf/#post-227295
    Я пробовал удалять эту запись и чистить кэш – проблема осталась. Значит дело не в ней.
    Подскажите какие еще есть варианты решения проблемы?

    #230453

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'widget_categories_args', function($args){
    	$args['use_desc_for_title'] = false;
    	return $args;
    } ); 

    Best Regards

    #230646

    detroyt86
    Participant

    Thanks! You helped me a lot – your solution works!

    Спасибо! Вы мне очень помогли – ваше решение работает!

    #230655

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)