Thema problems with my site - by muhsinbalcioglu

This topic has 7 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: muhsinbalcioglu
    muhsinbalcioglu
    Participant
    September 29, 2017 at 10:40

    Hi, eveybody.

    I bought this theme amd apllied to my site but I have some issues and questions about this, I hope support me about this. My site is http://demo.weezygo.com/ – please lookup first

    1. Firstly and big problem is Jquery version incompatiblity. I must use older (1.8.2) jquery version because of simple part plugin (autocomplete) of search box. I couldnt find anything to work together. If I use only older version, main navigation menu not showing correcty this time. If I use only new Jquery version autocomplete not working this time. How can I fix this problem? is it possible to use two version on same page without problem?

    Note: Now, only older version is loaded to page and menu not working correct!

    2. I used Tabs on my product page. I want to open a tab and focus their content from a button (not tabbed ul button) How can I open and focus to tab content from a simple button? How can I call this event?

    3. End finally, I have a lof of popup on my site. I need to reach some codes when popup opened in some pages. For example for classic Bootstrap Modal

    $(‘#myModal’).on(‘show.bs.modal’, function () {
    …..
    })

    I need like this for our popup. How can grab popup event from Javascript?

    Best regards, Muhsin Balcıoğlu

    6 Answers
    Avatar: muhsinbalcioglu
    muhsinbalcioglu
    Participant
    September 29, 2017 at 21:26

    I solved first problem, 🙂 2 and 3 are waiting your supports,

    Thanks..

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2017 at 13:13

    Hello,

    2. You may try something like following:

    $('#yourbuttonid').on('click',function(){
        $('.tab-switcher').eq(1).trigger('click');
    });

    where eq(1)– index of your tab.
    3. what exactly popup do you mean? Please provide screenshot for better understanding.

    Regards

    Avatar: muhsinbalcioglu
    muhsinbalcioglu
    Participant
    October 3, 2017 at 13:57

    2. I added the script but it not working. Please look at the page (http://demo.weezygo.com/p/mega-joint-30-tablet) at “1 yorum” link.

    3. Page is http://demo.weezygo.com/s/ at “Şifre Hatırlat” link

    4. Image Zoom is not working in mobile screens

    5. Tabs dropdown menu opening but working in mobile screens

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2017 at 15:25

    2. Please check screenshot https://prnt.sc/gsqity and make sure that you added the code correctly, for example, https://prnt.sc/gsql07.
    3. We do not have such event in our theme.
    4. You may see the same situation on our demo.
    5. I do not see the problem. Could you provide a screenshot?

    Regards

    Avatar: muhsinbalcioglu
    muhsinbalcioglu
    Participant
    October 3, 2017 at 16:28

    2. OK
    3. it must be. Javascript can do that. But Popup screen’s trigger will be define. but how?
    4. Yes zoom is working on demo. I distrubt it
    5. I tested it again. incase, it works but not closing self dropdown after selected. Because of this, I supposed to not working. is it poosible to close self after selected?
    6. How can I define the zoom level of the zoomed image? is it possible? Because they are showing bigger than original big sized images.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2017 at 09:11

    Hello,

    3. js/global.js http://prntscr.com/gthsdi trigger for popup.
    4. I’ve checked your site on mobile and do not see the problem.
    5. You can use LightShot program to provide us with screenshots.
    Here is link: https://app.prntscr.com/en/index.html
    6. http://prntscr.com/gthooy css/style.css.

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.