[Support request] Can someone help

Home Forums Support [Support request] Can someone help

Home Forums Support Can someone help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1418614
    Ashok

    This is the old page
    https://thedatingadvise.com/reviews/
    i have made a static page using elementor
    https://thedatingadvise.com/reviews2222/

    Problem is how can i replace the new one with old.
    I have tried deleting old one but cant take the same slug “/reviews”

    Any solution would be appericated.

    Thanks

    #1418648
    David
    Staff
    Customer Support

    Hi there,

    we had a reported issue that Elementors post navigation is not working with WP 5.5.
    I just tested your elementor page – when i click Next it loads the current page.

    If you want i can help you achieve a similar look using GP and some CSS?

    Let me know

    #1419637
    Ashok

    Please help me

    #1420126
    David
    Staff
    Customer Support

    OK go to Customizer > Layout > Blog:

    https://docs.generatepress.com/article/using-columns-in-the-blog/

    And select Display Posts in Columns

    Then change your featured images like so:

    https://docs.generatepress.com/article/adjusting-the-featured-images/

    Set the Featured Images Location to Above Title.
    Select a Media Attachment size > Medium
    Remove the Width and Height Dimensions.

    Once you have that done – let me know and ill provide some CSS for styling.

    #1421141
    Ashok

    done

    #1421564
    David
    Staff
    Customer Support

    In Customizer > Layout > Blog –> featured images archives – uncheck Display Padding around Images.

    Then go to Customizer > Layout > Container – here you can :

    1. Increase – Separating space – the gap between posts.
    2. Decrease – Content Separateor – the space between Image > Title > Content

    Then add this CSS:

    body:not(.single) .post .inside-article {
        border: 1px solid #222;
        border-radius: 10px;
        padding: 0 20px 10px 20px;
    }
    
    body:not(.single) .post .post-image img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.