Hello,

I'm having an issue with The Ambient template. I have upgraded to J4 on a couple Ambient templates without complication, however, there are 2 issues that I cannot figure out.

On a blog page, there are a list of articles, under that list it is suppose to show more pages (1,2,3,4, etc) and the arrow to navigate to the next, or last page. Example would on this page - https://blackanvilcs.com/bacs-blog.

The 2nd issue is that there white box that appears and disappears in the middle of each page when you navigate to another page. It happens quickly. I almost don't want to bother with it, but its not right,.

I have sent an invitation to the server to Saguaros. If there is another email address that needs to be sent, please let me know.

Thank you, I will send admin access in a separate secure post.

    This message is visible to Moderators only
    hidden content

    webcentric

    Update: I have another Ambient website that isn't displaying the white box that comes and goes when you change pages.

    www.thecheflaurenexperience.com

    Also, when the article number count is set for 10 and article count is under 10, there is no issue with
    the page count feature working correctly:

    Example: https://www.thecheflaurenexperience.com/my-experiences

    However when the article count is over 10 (11 as I filled in sample articles) There is a page count issue being
    scrambled.

    Example: https://www.thecheflaurenexperience.com/resume

    I compared plug ins for each site and I can seem to find a difference.

      webcentric

      You can try using this custom css:

      .com-content-category__navigation .com-content-category__counter.counter{
          text-align: center;
          padding-top: 30px;
      }
      
      .com-content-category.category-list .pagination__wrapper ul {
          display: flex;
          justify-content: center;
          gap: 12px;
          padding: 0;
      }
      
      .com-content-category.category-list .pagination__wrapper li {
          list-style-type: none;
      }

      add to this file: root/templates/ambient/css/custom.css

        For the whitebox, it's S5 Box module, you can disable this module in backend 🙂

          Write a Reply...
          You need to Login to view replies.