category pages – showing pinit on page 2, archives
-
Hello,
I found that on page 2, etc. of categories, the pinit image stopped showing. To solve for this:/jquery-pin-it-button-for-images.php
line 144
else if ( is_category() ) return $advanced_settings['on_category'] == "1";
change to:
else if ( is_category() || is_archive() ) return $advanced_settings['on_category'] == "1";
Possible for this edit to be included in future versions? Or if all types could be accounted for in checkboxes?
Thanks so much for all your wonderful work!
https://www.ads-software.com/extend/plugins/jquery-pin-it-button-for-images/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘category pages – showing pinit on page 2, archives’ is closed to new replies.