Notifications
Clear all

Advanced Likers - Can't close popup window after clicking "View All"

5 Posts
2 Users
0 Reactions
1,060 Views
Posts: 5
Topic starter
(@tnocs)
Active Member
Joined: 3 years ago

Hello,

We're using the Advanced Likers plugin with good user feedback. 

When hovering over the upvote count, a small popup has a "View All" option. When this is clicked, it shows a larger popup to view all. We can't seem to find a way to close this window. Any suggestions?  Thank you.

 Example at  https://www.tnocs.com/the-greatest-tv-game-show-ever/

2455 window

 

4 Replies
Astghik
Posts: 6152
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

Hi @tnocs,

This is just a CSS conflict with the theme or other plugins, please use the CSS code below to fix it. 

.wv-view-all {
     z-index: 9999 !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Reply
1 Reply
(@tnocs)
Joined: 3 years ago

Active Member
Posts: 5

@astgh 

Thank you. This works but when trying to scroll, it closes the window when clicking, so if there are more than a few likers in the popup. Perhaps this is another theme conflict. (I'm usin the Fox theme from Withemes.)

Actually preferred would be to just eliminate the "View more", and just show all the names. Is this possible?

image

https://www.tnocs.com/the-greatest-tv-game-show-ever/

 

Reply
Posts: 5
Topic starter
(@tnocs)
Active Member
Joined: 3 years ago

Update: I was able to accomplish this via commenting out this line of code in the plugin

class.WpdiscuzVoters.php  :

/*

{
$html .= "<span class='wv-view-all-button-" . $typeVote . " wv-view-all-button'>" . esc_html__($this->settings->wvPhrases["wv_view_all"], "wpdiscuz_likers") . "</span>";
}

*/

Not sure if this is the best solution, but it seems to be working on both desktop and mobile.

Reply
1 Reply
Astghik
Admin
(@astgh)
Joined: 7 years ago

Illustrious Member
Posts: 6152

@tnocs,

You can disable the "View all" option and right configure the "Max number of likers on quick pop-up window" option. 

Reply
Share:
Scroll to top