JQuery conflicting with another plugin - by fairplay

This topic has 11 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: fairplay
    fairplay
    Participant
    August 24, 2015 at 21:16

    Hello,

    i installed some plugin recently and it is not working properly. They said is because of jQuery problem.

    They said i need to find this line in function.php or header.php and disable it:
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) . “://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”, false, null);

    but i can’t find it. Can you tell me where i can find this?

    Regards,Simon

    10 Answers
    Avatar: fairplay
    fairplay
    Participant
    August 24, 2015 at 22:22

    One more question. When i try to change typography of menu fonts i can’t change it from overline into normal font without any decorations, when i for example try and change font size, it does it without any problem but when i try to change anything else of the main font it doesnt work.

    Regards,S

    Please, contact administrator
    for this information.
    Avatar: fairplay
    fairplay
    Participant
    August 25, 2015 at 07:41

    Here is the error that appears in the logs:

    http://screencast.com/t/rca5SsFhkf

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 25, 2015 at 07:46

    Hello,

    There is no such code in the theme files.
    Please take our apologies but we don’t guarantee full compatibility of 3rd-party plugins with the theme.

    Please clarify the issue with fonts with more details. What are you trying to change?

    Best regards,
    Jack Richardson.

    Avatar: fairplay
    fairplay
    Participant
    August 25, 2015 at 15:33

    I know you dont guarantee. They said their plugin is made in regards of standard procedures of WordPress and i should change something in jQuery. I can see those files inside my cPanel but dont know which ones are right to change them, please help me with this. Plugin is called Thrive Leads.

    When i go into typography and try to change main font, the main font doesnt change. I now have overline set and i want to have just normal without anything but it doesnt want to change me the font back from overline.

    Avatar: stan
    Stan Russell
    Participant
    August 26, 2015 at 08:48

    Hello fairplay,

    please show us on screenshot what font on your site has overline right now because we do not see it.

    Regards,
    Stan Russell.

    Avatar: fairplay
    fairplay
    Participant
    August 27, 2015 at 08:23

    If you go on my homepage in top menu you can see when you click on some menu it has overline and when you hover over it has underline:
    http://i57.tinypic.com/21mcdi9.jpg

    I dont know how i managed to do that, is it possible to just make without any lines and when you hover over it higlights in color without lines? That font is used now in lots of places not just top menu, so somewhere i probably have had to select what font should be there.

    Avatar: fairplay
    fairplay
    Participant
    August 27, 2015 at 08:28

    Can you please tell me do you have any plugin that is not conflicting with theme and its function is to bring popups, slidein forms to signup people on newletters and so on?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 27, 2015 at 13:40

    Hello,

    Please add this code in custom.css file:

    .header-type-3 .main-nav .menu > li.current-menu-item > a, .header-type-3 .main-nav .menu > li > a:hover {
        text-decoration: none !important;
    }

    How to create custom.css you can watch in this tutorial.

    To create Newsletter popup you can use MailChimp plugin https://wordpress.org/plugins/mailchimp-for-wp/ .

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    September 3, 2015 at 09:36

    Hello,

    that custom CSS code worked is working ok now. But about mailchimp. I am using another mailing system that is from my country and which is working very good many years for me, but they dont have any popups or forms in their system so i have to buy additional plugin. Can you please tell me if i can try any other plugin?

    And also i have on the top of the page “Cart option” which i already disabled that it doesnt show but that thing is still showing. How can i disable it? With option that i enable it anytime in future.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 13:26

    Hello,

    Sorry but we can’t suggest you any 3rd-party plugins as we didn’t test them with the theme. You have to look for it yourself.
    Add this code in custom.css to hide cart link in the top bar:

    .header-type-3 .shopping-cart-link { 
       display: none;
    }

    Regards,
    Eva Kemp.

  • Viewing 11 results - 1 through 11 (of 11 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.