Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1544850
Category Widget
Closed

Comments

  • kecster2 started the conversation

    I have added the Category Widget to my sidebar but when i click on an item on the drop down nothing happens.

  • [deleted] replied

    Hi,

    We know about this problem an will try to fix in next theme update. If you don't want wait please share ftp access.

  •   kecster2 replied privately
  • [deleted] replied

    Please check category widget.

    1. You need to install child theme, copy content-page.php template from main theme to child, open this file for edit and move this code:

                        <?php
                            if ( comments_open() || get_comments_number() ) {
                            comments_template();
                            }
                        ?>
    before this line:

                        <?php if (get_post_type() == 'post' && !thegem_get_option('blog_hide_realted')) { thegem_related_posts(); } ?>

    2. Please give some screenshots with your problem.

  •   kecster2 replied privately
  • [deleted] replied

    Try to add next code custom  css in theme options:

    .gallery-icon img {
        max-width: 100%;
        height: auto;
    }

  • kecster2 replied

    nothing =(

  • [deleted] replied

    Try clear browser cash. I see that images in gallery are responsive now.

  • kecster2 replied

    Thank you yes it is working now. The only thing I am seeing wrong is that the categories is not working on mobile devices.

  • [deleted] replied

    I checked widget in android and iphone devices. Widget works without any problems.