nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
392 stars 192 forks source link

Blog Content not loading properly on click 'read more >>' #678

Open srinivas-kini opened 3 years ago

srinivas-kini commented 3 years ago

Description

Steps to reproduce

Versions

djangocms-blog==1.2.3

Expected behaviour

The content of the blogs should be loaded properly.

Additional information

Screenshots image image

settings.py

PARLER_LANGUAGES = {
    1: (
        {'code': 'en-us'},
    ),
    'default': {
        'fallbacks': ['en-us'],
    }
}

BLOG_AUTHOR_DEFAULT = True
BLOG_AUTO_NAMESPACE = 'Blog'
BLOG_CATEGORY_PLUGIN_NAME = 'Categories'
BLOG_DEFAULT_OBJECT_NAME = 'Article'

META_USE_TWITTER_PROPERTIES = True
META_USE_GOOGLEPLUS_PROPERTIES = True  # django-meta 1.x+
META_USE_SCHEMAORG_PROPERTIES = True  # django-meta 2.x+
nubenum commented 2 years ago

Most likely the same problem as in #52 and #85 and #636 and #354 and #270 and #524 and...

To recap:

Default configuration (BLOG_USE_PLACEHOLDER = True, BLOG_USE_ABSTRACT = True):

Simplified configuration (BLOG_USE_PLACEHOLDER = False, BLOG_USE_ABSTRACT = False):