Welcome to AnWP Post Grid for Elementor Plugin Community
Join our community to ask questions , submit an idea , vote for the features you like or report a bug
Rules in short:
Ask questions politely. Respect other people and their opinions. Be courteous and respectful. No spam or advertising. All inappropriate posts will be removed.

z-index
Hello!
On my website the mobile menu is seen behind the slider.
I tried to change the z-index (of the slider and the menu), but it doesn't work. How can I solve that?
Thank you!

background color cat
I really enjoy using your plugin. I am building a foodblog with a selection of recipes using simple grid. Is it possible to make the category transparent so I can only see the texts_
Thanks

arrows not showing up on live site
When i turn on dots and arrows, shows up in the edit mode and the view mode inside elementor editor but on the live site the arrows are not visible only the dots.

Add a play/pause button on Slider
Dears,
For Web Accessibility Recognition, can you teach me to add a play or pause button, I found some code for your reference.
// Play/pause button on slider
jQuery( document ).ready(function($) {
var playButton = '.play-button';
var pauseButton = '.pause-button';
var current = '.current';
var sliderDiv = '#swiper-wrapper';
$(pauseButton).hide();
$(playButton).hide();
jQuery( sliderDiv ).mouseenter(function() {
jQuery(current).show();
jQuery(pauseButton).click(function() {
jQuery(this).hide().removeClass( "current" );
jQuery(playButton).show().addClass( "current" );
});
jQuery(playButton).click(function() {
jQuery(this).hide().removeClass( "current" );
jQuery(pauseButton).show().addClass( "current" );
});
});
jQuery( sliderDiv ).mouseleave(function() {
$(pauseButton).hide();
$(playButton).hide();
});
});

Is it possible to keep a post at the top for a designated amount of time in the Hero Block?
Client would like more important news posts to stay as the first story and not rotate while in the Latest Published setting in the Hero Block?

order by Date
Hi everyone
I would like to know how can i order the post by date?
for now i have a random order
thanks for your help

Photo Grid
I was wondering if it's possible to select Media as the source, instead of Posts? I would like to display the most viewed pictures or galleries.
Thank you

Post images
My website is in both English and Spanish, but the post pictures are only showing for the post grid in English. None of the posts have featured images and I already deactivated Jetpack. Any idea why this might be happening?
Thank you!

Most Popular Posts
Is there a way to display the most read/popular posts instead of showing the latest, oldest, or most commented ones?
Thank you

add links to images
Hi how can we make the images clickable and link to the post? Thanks!
https://inspiring-blackwell.185-108-112-177.plesk.page/news/
Customer support service by UserEcho