Okay
  Public Ticket #1666435
Tab sub page error
Closed

Comments

  • quasar99 started the conversation

    Hello,  there.

    I tried to make sub calendars which is showed by tabs

    Under tab page, the event calendars is not working.

    How can I do ? 

    Please, let me know how I should do.

    Thank you.

  •  94
    Valentin replied
    Hello,

    Go to Dashboard -> St. Event Calendar -> General -> Misc and on the bottom you will see this:

    Select Yes and save the settings. Let me know if everything work now.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • quasar99 replied

    It works well.

    Thank you.

  • quasar99 replied

    Hello,

    Under the tabs, the calendars  is showed well,

    But, top menu is different. 

    In term of menu UI and font size, First page is working well. but Second and more page are working like mobile view.

    You can my website ( http://cyjung80.cafe24.com/ ).

    In General Settings, all calendar have same setting.

    Of course, I use just simple shortcut like '[stachethemes_ec cal=xxxx]'

    Do you know why this is happened? Please, let me the solution.

    Thank you for your support in advance.

  •  94
    Valentin replied

    Interesting let me check.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  •  94
    Valentin replied

    Lets try this. 

    Paste this code on the bottom of your theme functions.php file and let me know if the problem persist

    add_action('wp_footer', function() {
        ?>
        <script type="text/javascript">         (function ($) {
                
                if (typeof $ === 'undefined' || $('.stec').length <= 0) {
                    return;
                }             $('li[role="presentation"]').on('click', function () {
                    setTimeout(function () {
                        $(window).trigger('resize');
                    }, 250);
                });
            })(jQuery);
        </script>
        <?php });

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • quasar99 replied

    I add the code in 'functions.php' in my theme.

    But, unfortunately nothing is changed...


  •  94
    Valentin replied

    Are you sure is not a browser cache because I see it's working for me. See attachment.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • quasar99 replied

    Thank you for your real-time support.

    I check your video.

    In my PC, I tried other web browser like chrome, firefox , ie.

    Sometimes it works or not.

    I will check more.

    Thank you very much.


  •  94
    Valentin replied

    Just tested on other browser and work the same.

    Try to clean your browser cache or ask someone to open the website on their computer and see if it's working for them.


    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review