Okay
  Public Ticket #3488939
Customizing theme & shopping cart
Closed

Comments

  • Marcus started the conversation

    1. I purchased a Lifetime Membership for the theme, but I’m a little confused about how to set up the WooCommerce portion to sell one CD with 8 tracks.

    2. How do I edit the colors and fonts on this screen?  It’s the screen that pops up from the bottom in Music Player in the Footer.

    Attached files:  Footer Player Screenshot.png

  •  1,103
    Max replied

    Hi,

    1) You can simply add a new product (WP-Admin > Product > Add New), and add your virtual files there.

    By publishing your product, you will get a unique URL for that product.

    Then add  new playlist in WP-Admin > Playlist > Add New, and add your tracks, then add a call-to-action button such as Buy Now, and use the product link to redirect people to your product page.


    2) the colors of the tracklist are automatically set based on the color of the sticky player. see screenshot https://drops.sonaar.io/i/DI7bIY

    if you want to edit a specific color for this popups, you will need to use custom CSS to customize it to your needs.

    Thanks,


    Max from the Sonaar.io Crew

  • Marcus replied

    Hi Max,

    Thanks for the instructions and the screen shot.  
    I don't see any controls for the for the player that pops up when you click on the on the playlist control at the bottom of the screen. Please see attached screenshot.  

    Thanks

    Attached files:  Image 10-2-23 at 2.10 PM.jpg

  •  1,103
    Max replied

    There is no setting for that. 

    The white fonts are the same color as the buttons in the sticky. 

    The red is the featured color. 

    The blurry black background is the background color of your sticky sert with an opacity. 

    Thanks,


    Max from the Sonaar.io Crew

  • Marcus replied

    Thanks Max.  
    It would be nice to have the option to update those independently.  


    How do I edit the WooCommerce "cart" and "checkout" pages?  
    https://thebhscollective.com/cart/
    https://thebhscollective.com/checkout/

    I have text and buttons that are not visible and I'm too sure what settings to use to correct the issues.  

    UPDATE:  I found the settings to update the text color for the Checkout Page Section Headings and form headings.  

    I'm still having trouble finding the settings for the text inside the tables "Cart totals" "Coupon Code" and "Your order."


    UPDATE: I was able to find the place to update the settings.  

    I do have question concerning my purchase.  I purchased the Lifetime Membership for the theme.  Does that option include MP3 Audio Player Pro?  When I contacted pre-sales support via Facebook I was told that I didn't need to purchase any additional plugin.  When I installed the MP3 Player Pro there are options that are greyed out.  
    `

    Attached files:  Screenshot 2023-10-04 at 2.12.09 PM.png
      Screenshot 2023-10-04 at 3.18.13 PM.png

  •  647
    Alexandre replied

    Hi Marcus, 

    It would be nice to have the option to update those independently.  

    You still can use custom css code. Please go to wp-admin>theme options>custom css/js And add  those code in the custom css field. 

     /*Sticky player tracklist*/ 
    #sonaar-player.srt_sticky-player .playlist .tracklist li {
    color: #00ff00;
    }

    /*Sticky player tracklist playlist title*/
    #sonaar-player.srt_sticky-player .playlist .playlist-title {
    color: blue;
    }

    /*Sticky player tracklist play button*/
    #sonaar-player.srt_sticky-player .playlist button.play{
    Color: #ffffff;
    Background-color: #00ff00;
    }

    How do I edit the WooCommerce "cart" and "checkout" pages?  

    Those pages use a woocommerce template. Few options are available through wp-admin>appearance>customize>woocommerce but customization is very limited. May I ask what you are trying to do?

    I do have question concerning my purchase.  I purchased the Lifetime Membership for the theme.  Does that option include MP3 Audio Player Pro?  When I contacted pre-sales support via Facebook I was told that I didn't need to purchase any additional plugin.  When I installed the MP3 Player Pro there are options that are greyed out.  

    No the MP3 audio Player Pro is not included. The Sonaar theme and the MP3 player plugin are two differents products. The Sonaar theme has its own mp3 player. All demos you see on this page https://sonaar.io/wordpress-themes/ use the native player from the Sonaar theme.

    However, the MP3 player plugin works well with our theme because our theme has ajax navigation which allows the sticky player to always play without stopping when navigating through the site

    Thanks,


    Alexandre from the Sonaar.io Crew