• Resolved Valmiki

    (@valmiki)


    Hello,
    when I use the code [music_store album=slug_name] the displayed image is a bit smaller and there are less info compare to the link that the title of the album leads to (the url mysite.com/ms_song=slug_name page).

    I would like to know if it is possible with shortcode to display directly the ms_song display. I hope it is clear, without images it is quite difficult to explain.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Valmiki

    (@valmiki)

    Sorry forgot to specify an important info.
    The solution would be simple: instead of using a shortcode I could use the ms_song page url.
    Unfortunately, my desired final result is to sell both the whole album (displayed above in the page) and each single truck (displayed underneath in a nice grid structure).
    How could I achive this result? I only I could modify the ms_song page I could add the single tracks underneath …

    Plugin Author codepeople

    (@codepeople)

    Hello @valmiki

    If you want to generate the store’s pages with the products in a grid, you should pass the number of columns through the shortcode: [music_store columns="3"]

    In the products’ pages, you can include related products configuring them from the store’s settings, specifically in the products’ settings section:

    https://musicstore.dwbooster.com/documentation#products-pages-settings

    There another alternative by using the products and products’ list shortcodes:

    https://musicstore.dwbooster.com/documentation#product-shortcode

    https://musicstore.dwbooster.com/documentation#products-list-shortcode

    Best regards.

    Thread Starter Valmiki

    (@valmiki)

    Thank you for your quick reply.
    Unfortunately none worked for me.

    I have changed Size of cover image from Medium to Full size but nothing happened. I have tried modifying the product to see if something could be updated like that but it didn’t work. I even checked “Include list of related products” (which I don’t need) but nothing happened on the page.
    Then I tried the shortcode method. I have used these below indicated in your links:

    [music_store_product id=”1254″]
    [music_store_product_list columns=”1″ number=”3″ type=”top_rated” album=”dreams-in-reality-whole-album”]

    Strangely enough they were displayed as normal text. Just for kicks I have tried also:
    [music_store id=”1254″]
    which displayed an empty space with the order-by filter
    I also tried to be creative and use:
    [music_store_product album=”dreams-in-reality-whole-album”]
    which doesn’t display at all.

    Any other ideas?

    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @valmiki

    Responding to your questions:

    The attribute: “Size of the cover image from Medium to Full size” in the store’s settings does not affect the width and height of the images on the page. The attribute allows selecting between different source images, the medium size image generated by WordPress, or the original image uploaded by the user.

    The shortcodes: [music_store_product] and [music_store_product_list] are available only in the professional version of the plugin.

    Finally, if you edit the attributes in the [music_store] shortcode, it is required to restart the browser because the previous settings are stored as session variables.

    If you want to increase the image’s size in the “dreams-in-reality” page, you can do it with CSS, entering the style definition below through the menu option: “Appearance > Customize > Additional CSS”:

    
    .music-store-song .song-cover{min-width:300px !important;min-height:300px !important;}
    

    Best regards.

    Thread Starter Valmiki

    (@valmiki)

    Hello,
    Thank you for explaining throughouly. I have tried the cover-size option coz it was explained in the link you sent me but in fact, I am not interested in that only but also on having more details. Also the layout is nicer like here:
    https://test.emyberti.com/?ms_song=dreams-in-reality-whole-album&_msr=1615823327
    It would be even nicer to add a few more details of course but already this result would be good.
    I have tried restarting the browser but I didn’t see any changes, probably because I already have cache turned off.
    Let me know if it is possible to obtain the
    https://test.emyberti.com/?ms_song=dreams-in-reality-whole-album&_msr=1615823327
    page style on the first part of the page with shortcodes and the rest leave it as it is. Otherwise if you let me know what file I can play with I could work a little bit on the php code.
    Thank you

    Plugin Author codepeople

    (@codepeople)

    Hello @valmiki

    In this case, you can use the shortcode for the product with the layout attribute:

    
     [music_store_product id="1254" layout="single"]
    

    However, to use the [music_store_product] shortcode you will need the professional version of the plugin. I recommend you to access our online demo:

    Public demo:
    https://demos.dwbooster.com/music-store/

    WordPress:
    https://demos.dwbooster.com/music-store/wp-login.php

    Best regards.

    Thread Starter Valmiki

    (@valmiki)

    This is exactly what I needed.
    Thank you so much.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Album Display’ is closed to new replies.