Home Forums WoodMart support forum Issue with templates library

Issue with templates library

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #95040

    Blaq
    Participant

    Hey Elise just updated to 3.3 and i love all the changes… I also love the templates library… I was looking to edit a page with it but it doesn’t seem to work… Well when i press the (+) add button the element or block isn’t added it just loads and loads and loads… Is there something wrong on my side? Graciäs 😊

    #95055

    Hello,

    Please update your Woodmart Core plugin. If it has been updated, please provide your site admin access and FTP

    Best Regards

    #95087

    Blaq
    Participant

    Hey Elise… Seems it’s up to date

    Maybe we can try your way? I’ve linked my site admin details below….

    #95095

    Hello,

    I have tried to insert a template and it works https://gyazo.com/a169faad9d546e4b8f4a7d048d1aca5c

    Please clarify the problem, what steps I should take to reproduce the problem

    Best Regards

    #95383

    Blaq
    Participant

    Thanks Elise, i think i was trying to update via the frontend plus my internet was super slow… Following your way it works perfectly.

    I just had a few last CSS questions….

    1. How can i reduce the font-size of the prices on the sidebar cart… http://prntscr.com/lthji6

    2. While on there how can i reduce the font size and change font for the title (shopping cart & close)… http://prntscr.com/lthl6c

    3. Can you help me reduce the font size for the titles on the mobile menu… http://prntscr.com/lthmy9

    4. Also the ‘YOU MAY ALSO LIKE…’ can you help me reduce the font size for that also? 🙂 http://prntscr.com/ltho7b

    5. Lastly i’d like to reduce prices on the cart page … http://prntscr.com/lthp6s

    I know there’s an option to tweak this under advanced typography – custom element but i wouldn’t even know how to describe the section i’d want to change… Is there a tutorial on just that?

    Kind regards
    Elise

    And again thank you… You guys have so much messages come in but you still go extra and reply to each one patiently and conclusively. Much love to you and your team 🙂

    #95562

    Hello,

    Add this code to the Theme Settings > custom CSS

    body .widget_shopping_cart .quantity .amount {
        font-size: 13px;
    }
    /*sidebar title*/
    .cart-widget-side .widget-heading .widget-title {  
        font-size: 20px;
    }
    
    body .widget-heading .close-side-widget {  
        font-size: 20px;
    }
    /*mbile menu*/
    body .mobile-nav-tabs .mobile-tab-title {  
        font-size: 20px;
    }
    /*shopping cart*/
    td.product-subtotal span {
        font-size: 16px;
    }
    tr.order-total strong .amount {
        font-size: 22px;
    }

    Change the font-size as per your needs and provide the product URL with “You may also like”

    Best Regards

    #95665

    Blaq
    Participant

    Thanks Elise… They worked perfectly Gracias.

    I would love the CSS for these last three elements, i forgot to mention before:

    Reduce font size of the subtotal and price on the cart – http://prntscr.com/lu08c9

    Reduce font size of names of products on order totals – http://prntscr.com/lu09np

    And the code to change the price on the cart and checkout pages – http://prntscr.com/lu0cne …and… http://prntscr.com/lu0dar

    Lastly the product URL you had asked for – https://betaversion101.thefindclub.com/product/st-ives-gentle-smoothing-face-scrub-and-mask-oatmeal/

    Quick question can you change the icon type of the X i’d like to make it bigger? This one – http://prntscr.com/lu0f01

    I apologise for all the questions,,, these are my last ones, i’m done 🙂

    Kind regards

    #95726

    Hello,

    If you want to reduce the font-size thought the site you should do it in the Theme Settings > Typography http://prntscr.com/lu6wk0

    Or read and follow the instructions for Advanced typography most texts are listed in the drop-down list https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Finally, you have an opportunity to set the fonts by custom selector: you need hover the text, make a right click, chose the “inspect element” and you will see the class https://gyazo.com/6013e3229c28588df3b1b8a5e115247f you have class .slider-title add body before the class. You will get body .slider-title

    That sign will be changed as soon as you increase the test http://prntscr.com/lu792l

    Best Regards

    #96004

    Blaq
    Participant

    Thank you Elise, I tried your strategy and it worked perfectly

    Thank you so much, it has helped a lot 🙂

    #96057

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)