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

    Hello there,

    Hope you are well. If you check the Private Content area, you can login to the website in question and get a better idea of what I am trying to accomplish. I need to move the pricing information on the Product List over to the left, so that things that are on sale can be seen (the sale price). Take a look at the screenshot, and notice how sale pricing gets cut off. This may have to do with a piece of code that is causing it to do so, which was generously provided in the past by an Enfold supporter. I’ve gone ahead and included the quick CSS code that I have in case you guys can identify the problem straight away.

    Product Slider

    Also is there any way to ghetto rig pagination without page reloading in Enfold? IIRC, Enfold does not support this directly, but there has got to be a way. On the What’s New page, if you click on page 2, 3, etc. the page reloads and then goes back up to the top of the big list which frustrated customers who lose their place on the page. Is there any way to have the pagination work without the page reloading?

    #avia-menu .avia-menu-text { font-family: "microgramma_dbold_extended" !important; }
    
    .av-catalogue-content {
    display: none;
    }
    
    /*fix pricing overlap problem on whats new page*/
    .av-catalogue-title {
        padding-right: 80px;
        font-size:16px;
    }
    .av-catalogue-price.av-cart-update-price>span.woocommerce-Price-amount.amount {
      font-size: 16px;
    }
    #top #wrap_all ins:before {
        padding: 0px 4px 0 3px;
    }
    .av-catalogue-price {
        width: 75px;
    }
    
    /*Shrink logo on mobile so search icon is visible*/
    @media only screen and (max-width: 450px) {
    
    .responsive .logo img {
    
    width: 75%;
    
    }
    
    }
    
    .page-id-5978 .av-catalogue-title {
    color: black;
    }
    #947077

    Hey sdsitetechdotcom,

    Thank you for using Enfold.

    Use this css code to adjust the position of the product price.

    .av-catalogue-price {
        position: absolute;
        right: auto;
        top: 0;
        left: 0;
    }
    
    .av-catalogue-title {
        padding-right: 80px;
        padding-left: 100px;
    }

    Where can we find the pagination?

    Best regards,
    Ismael

    #947082

    Hi Ismael,

    Thank you for providing me with that. I’ll try it out as soon as I’m on the computer next.

    The pagination is on the What’s New page, it’s the pagination for the element “Product List”. There are multiple paginations on that page, and I’d like to have the pagination not reload the page.

    Thanks very much!

    #948214

    Hi,

    Let us know if it worked out and then we can check what else you need.
    One by one for better managment of the tickets please.

    Best regards,
    Basilis

    #948477

    Thanks for the reply and followup. Sorry about the tickets, I’ll keep one request within one ticket from now on.

    I like how the pricing is now displayed on the left, and followed by the title. The sale price still gets cut off though, if you take a look at the screenshot in the Private Content you’ll see what I mean. Is it going to another line? What do you guys think the best solution would be to not have the sale price be cut off?

    #949362

    Hi,

    Thank you for the update. Look for this css modification.

    .av-catalogue-price {
        width: 75px;
    }

    Adjust the width value.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.