i want to erase this thing ( the sentence in te picture means that there is nothing to show)
http://i.hizliresim.com/YM3kzz.png
thanks
Hi,
I believe that this message: http://screencast.com/t/peTzFpj2 is the result of an query set which doesn’t return any post based on the parameters you’ve set. The theme doesn’t return such a message so I believe this comes from a plugin. I suggest you go over your page settings and try to figure this out based on the configuration you’ve made below the video player or disable all plugins then enable them one by one to see which adds it.
Thanks
Hi,
That means that is coming from an VC element which you have added to your page. You need to check your page configuration/settings to find the cause of it.
You can also hide it via custom css: http://screencast.com/t/Zs1dTIWM
Use this css code in theme panel > custom css filed:
.home .no-results {
display: none
}
Thanks
Hi,
Please use !important to the custom css that Lucian provided to you. Use this css in Theme Panel > Csutom Css: http://screencast.com/t/8YB9WaW25
.home .no-results{
display: none !important;
}
Thanks!
yes it is appeared but when i look at the edit page, that post should not be in there
http://i.hizliresim.com/6QXdBP.png, look, there is no cause to be there,
http://screencast.com/t/GoO0QcNbQ
but, i can not remove that post
Hi,
I have inspected your site an noticed that you use the homepage with articles list template and this section: http://screencast.com/t/kFU8WQzW0Zt represent’s the latest articles section which you can remove by changing the page template from homepage + latest articles list to the default page template: http://screencast.com/t/HMe3nE9Nra
Hope this helps!
Thanks