dudaster / ele-custom-skin

Create a skin for Elementor Pro Post and Post Archive widgets using Elementor templates
GNU General Public License v3.0
59 stars 10 forks source link

Archive - No results, Nothing Found Message not appearing #14

Open nmadams3 opened 5 years ago

nmadams3 commented 5 years ago

After creating a loop template and applying the custom skin/template to the archives, everything works as it should when searching except when there are no results. No message appears despite Elementor's Advanced > No Message Found area having content. If I change the skin to cards or classic, the message will appear.

artneo7 commented 5 years ago

I'm looking for this feature too. Any plan to implement it? Thanks!

bmarsilio commented 5 years ago

I don't know if it is right, but works :)

https://wordpress.org/support/topic/dont-show-nothing-found-message/

formulaclick commented 4 years ago

Same problem here. If I use Classic Skin, then "Nothing found" message is shown, but if I use a custom skin, then nothing is rendered when there are no posts. This a bug and should be fixed! Thanks @dudaster

formulaclick commented 4 years ago

@dudaster Any news on this? As Pro user this should be fixed. I think it is not complicated to solve! Thanks

dudaster commented 4 years ago

Next week I’ll release an update.

acarravedo commented 4 years ago

@dudaster Hi, excuse me, how is this update?

dudaster commented 4 years ago

It should have the stuff. Have you tried it?

acarravedo commented 4 years ago

@dudaster Yes, sorry, we had not seen the last update of the plugin, we have them disabled ... all OK. Thank you very much.

graphicfixations commented 4 years ago

Hi, I updated but still experiencing this same issue. Nothing shows up at all if there are no matches if I am using a custom skin. Please help!

dudaster commented 4 years ago

Does it show with classic skin?

capstonedesign commented 2 years ago

Hello. Was anything done to fix this since then? I am not seeing any message when there are no posts to show from the query.

MayurAtThem commented 2 years ago

SOLUTION: Add the "post-archive-no-records-msg" class to the post archive widget and below CSS should add the no records found message.

.post-archive-no-records-msg .elementor-posts-nothing-found:before { content: "No records found"; color: #474B55; font-size: 14px; }