Tagged: x
-
AuthorPosts
-
June 3, 2016 at 7:47 am #1024111
ahmedfouadkhalilParticipantI use ethos stack, and all posts not shown in archive pages
Example : try news page from main menu
The site is Engineerstack.comJune 3, 2016 at 10:10 am #1024338
ahmedfouadkhalilParticipantThis reply has been marked as private.June 3, 2016 at 10:12 am #1024343
ahmedfouadkhalilParticipantThis reply has been marked as private.June 3, 2016 at 1:41 pm #1024590
Nabeel AModeratorHi Ahmed,
Thanks for writing in! Try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how this goes!
June 3, 2016 at 8:11 pm #1025027
ahmedfouadkhalilParticipantIt is the plugin post type builder, I already discuss with them and below their response :
1. This appears to be an issue with the theme, it’s settings height: 0 on the post container (see: https://snag.gy/GTeNDQ.jpg) which is hiding the posts. You can add this custom CSS code to your website:
.archive.category div#x-iso-container {
height: auto !important;
}
To force adjusting the height, however I would recommend to contact the theme authors and seek their advise.2. The theme is settings 400% font size for h1 tags and that’s why the title is getting huge, you can use:
@media (max-width: 1200px) {
h1.ptb_post_title {
font-size: 200%;
}
}
So now on small screen sizes the text gets small also, although again, this is the theme-related and so I would recommend to seek their advise on this as well to see what’s the best way to change this.June 4, 2016 at 3:55 am #1025424
Rue NelModeratorHello There,
After further investigation, it turns out that there is a script blocking the isotope.js to kick in on the said page. I would recommend that you go to the customizer, Appearance > Customize > Blog and set the Archive layout from Masonry to Standard layout instead.
For the font size, you can apply the responsive text and manage it in Settings > Responsive Text. To know more about responsive text, please check it here: https://community.theme.co/kb/shortcode-walkthrough-responsive-text/
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1024111 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
