Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024111
    ahmedfouadkhalil
    Participant

    I use ethos stack, and all posts not shown in archive pages

    Example : try news page from main menu
    The site is Engineerstack.com

    #1024338
    ahmedfouadkhalil
    Participant
    This reply has been marked as private.
    #1024343
    ahmedfouadkhalil
    Participant
    This reply has been marked as private.
    #1024590
    Nabeel A
    Moderator

    Hi 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!

    #1025027
    ahmedfouadkhalil
    Participant

    It 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.

    #1025424
    Rue Nel
    Moderator

    Hello 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.

    http://prntscr.com/bc6m10

    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.

  • <script> jQuery(function($){ $("#no-reply-1024111 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>