Coder Social home page Coder Social logo

Comments (12)

braginteractive avatar braginteractive commented on August 16, 2024

I replied to your email. I am going to close this if there is already an issue open..

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

from mdlwp.

braginteractive avatar braginteractive commented on August 16, 2024

Can you give me a little more detail? What browser, when you see the issue, etc?

from mdlwp.

braginteractive avatar braginteractive commented on August 16, 2024

In FF I am getting the following:

TypeError: n is null[Learn More] material.min.js:8:575
e/< http://storage.googleapis.com/code.getmdl.io/1.0.4/material.min.js:8:575

I am going to try and update the theme to the latest version of MDL to see if that fixes the issue.

It works in Chrome, but not in FF and Safari

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

in chrome :
tabs.js:131 Uncaught TypeError: Cannot read property 'classList' of null(…) .

this comes from misuse of mdl tabs. not critical. I think the same with TypeError: n is null
Browser: chrome, safari, mozilla doesnt matter. the same problem.
Lib mixitup. Think the problem is there. Will try to debug. takes time

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

mdlwp-portfolio/includes/js/mdlwp-portfolio.js

$('.tabs .categories-item a').click(function (e) {
e.preventDefault();
});
wrong selector

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024
  1. installed latest mixitup -3 from https://github.com/patrickkunka/mixitup
  2. /mdlwp-portfolio/includes/js/mdlwp-portfolio.js
    scripts enqueued in head
    wp_enqueue_script( 'mdlwp-portfolio-mixitup', $js_dir . 'mixitup.min.js', array('jquery'), 'false', false );
    wp_enqueue_script( 'mdlwp-portfolio', $js_dir . 'mdlwp-portfolio.js', array('jquery'), '1.0.0', false );
  3. /mdlwp-portfolio/archive-portfolio.php
  • change div#primary class portfolio to smth. diff. (foobar)
  • div.mdl-cell => remove 'all' from class name
  1. /mdlwp-portfolio/includes/js/mdlwp-portfolio.js
  • var mixer = $('.foobar').mixItUp();
  •   $('.portfolio').mixItUp(); => remove
    
  • $('.mdl-tabs a.categories-item').click(function (e) {
    e.preventDefault();
    }); => useless.

Worked for me

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

for mdl card images to be available change and minify the css file (new class foobar)

from mdlwp.

braginteractive avatar braginteractive commented on August 16, 2024

Nice work. Can you send me the files? I can also send you a refund for the plugin if you would like. Thanks

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

Sure. Will send files to your mail. No refund needed, customization made plugin more interesting. Global idea is great. Small implementation bugs.

from mdlwp.

braginteractive avatar braginteractive commented on August 16, 2024

Thank you.

from mdlwp.

zaiats85 avatar zaiats85 commented on August 16, 2024

from mdlwp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.