Before you ask please READ THIS

No gallery shown in WP 4.5!

CFPCFP
in Photon Posts: 122
There are some issues with WP 4.5
I do not see any gallery!

Comments

  • AirAir
    Posts: 10,970
    Yeah, there is post just below yours about same thing. Let me work on it instead on replying to new messages.

    With kind regards.
  • AirAir
    Posts: 10,970
    Go to js/script.js line ~1137
    change
    var anchors = $('ul.top-menu').find('a[href*=#]').not('[href=#]').add('#to-top');
    to
    var anchors = $('ul.top-menu').find('a[href*="#"]').not('[href="#"]').add('#to-top');
    With kind regards.
  • CFPCFP
    Posts: 122
    Well done, works again like a charm, thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion