erasing a sentene

Posted in: Newspaper
Post count: 45

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

Post count: 6600

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

Post count: 45

thank you, i tried what you said and i realised that it is about visual composer. when i deactivate visual composer, the sentence is disappering. However, i have to use visual composer. do you have any idea to fix this

Post count: 6600

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

Post count: 45

i tried css codes but it is not working. also i tried something from Vc settings, i disabled everything but the sentence still exist

Post count: 7909

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!

Post count: 45

it is still the same :/, the sentence is there

Post count: 7909

Hi,

I see that you managed to solve the issue: http://screencast.com/t/GoO0QcNbQ

Thanks!

Post count: 45

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,

Post count: 45

thanks! i solved it.

Post count: 45

http://screencast.com/t/GoO0QcNbQ

but, i can not remove that post

Post count: 45

i realised that, when i add a new article the numbers of posts are incrasing in this area, and than i realised that my homepage shows every article.

here is my site url: guncelpsikoloji.net

i added two more article and the numbers of posts increased

Post count: 6600

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

Post count: 45

Thank you Lucian, this way worked !

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.