Okay
  Public Ticket #3136827
Blog Pages
Closed

Comments

  •  2
    kchenault1 started the conversation

    We updated from Salient 10.4 and everything went smoothly, except for our blog pages. What we see in the WP Bakery Edit page (Masonry no sidebar) doesn't show on the live page. The live page doesn't appear to bring any styles over.
    We've cleared caches on browsers and servers, nothing is working. We've tried different versions of PHP. Nothing. 

    So at the moment it's running:
    WP Engine is the host
    PHP 7.4

    WP 6.0.2
    Salient 15.0.4
    WP Bakery 6.9.1

    We are running no other cacheing plugins. The other plugins we're running are: 
    CF7
    GravityForms
    WooCommerce (although we don't use it)
    WP Mail SMTP
    Yoast Duplicate Post
    Yoast SEO
    ManageWP Worker
    Classic Editor

    All Salient plugins that came with this new version are running as well. 

  •  8,839
    Tahir replied

    Heykchenault1 ,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks


    ThemeNectar Support Team 

  •   kchenault1 replied privately
  •  1,877
    Judith replied

    Hi There,

    Try checking whether this is an issue of third party plugins conflict by deactivating the third party plugins then reactivate them back one by one to see the one that causes issues.

    Thanks.

  •   kchenault1 replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Just added in the Blog Page Element instead of the Shortcode. Please check now: 

    5855316486.pngClick on Image to View Larger

    Thanks 


    ThemeNectar Support Team 

  •  2
    kchenault1 replied

    We're almost there!!!

    In mobile the dates are not displayed in the layout. They used to be. 

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta {
            opacity: 1;
            display: block !important;
            border: none !important;
            position: relative !important;
        }
        .post.masonry-blog-item .post-meta .nectar-love-wrap {
            opacity: 0;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    kchenault1 replied

    OK, I think we've got it. Thank you so much for your help! 

  •   kchenault1 replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Please check now, have adjusted the settings in here: 

    7106316573.pngClick on Image to View Larger

    Thanks 


    ThemeNectar Support Team 

  •  2
    kchenault1 replied

    OK. looks good! Thank you!