I have content template and custom post type named "XXX". There is several fields and one of those field are Image. Image is added to View loop and it work well in the content editor. But, inside web page, content is without images.
Background: When i create this content template with images work fine. Later we swapped images to different sizes and after that images are gone from page. We just upload those image to media library and then we change image link to the custom post type named "XXX".
you are right, the fault is in the wrong content template. Sorry for this.
******************
Another question.
Content that is created for using toolset content editor is not the same as content inside page. As you will see, button style inside template is ok, but inside page it is without style
The content of this example are inside frontpage.
Content template Template -> hidden link
template name: blocks-etusivu
And what we got on our page -> Page -> hidden link
So, the content inside page is not perfect, because buttons are not same look like than inside template.
I change link color transparency back to 1 (it was 0.99 before) and it look good after that. I think one way are add !important to CSS, because it seems that style is not 100% reliable all the time.
Usually it depends on the priority of the css.If the css isn't being overwritten by something else then your !important should always overwrite the existing css.