Okay
  Public Ticket #2579331
Artist Page Layout
Closed

Comments

  • Rohit Sahai started the conversation

    How can we get the https://demo.sonaar.io/symphony-elementor/artist/raymayor/ layout for any artist from the artists list.

    for example if we click any artist from the https://demo.sonaar.io/symphony-elementor/artists-grid/ we should get the above layout.

    Thanks in advance

  •  1,103
    Max replied

    Hi,

    The Raymayor page is an artist post type with a blank layout and its content is built with Elementor Page builder.

    you can duplicate Raymayor post and swap the content for your new artist.


    Thanks,


    Max from the Sonaar.io Crew

  • Rohit Sahai replied

    In that case I'll have to create a separate page per artist. That's not what I want to do. 

    May be create a new page template in Elementor.

    If I wish to create/modify single-artist.php on my own, how can I override this in child theme? A quick guidance will be appreciated. Because if i do the same in main theme, it will be overridden. as per my research, I can copy the template in child theme folder and customise it. What do you say

    I used the raymayor content, however if I wish to use the field in the Artists Post type, the Social Links are coming behind the page banner (kind of invisible). Now that is not getting moved or edited in elementor. If I use full width banner, social links hide behind. If I don't stretch the section then the banner remains towards right

    Kindly assist

     

  •  1,103
    Max replied

    Option 1: You can design your own artist single template with Elementor Pro if you'd like. You cant use the raymayor elementor page layout with the custom fields. You must use Elementor Pro and build your own dynamic page template and then, CF will be available to use with Elementor Pro.

    Option 2: The hardest way would be to override our single-artist.php with a child theme. If you dont know how child theme works, I strongly recommend option 1.

    Altering the single templates to customize your website is a bit beyond the scope of our free support.


    Thanks,


    Max from the Sonaar.io Crew

  • Rohit Sahai replied

    I did a bit of both. 

    Overrided main template in ccgikd, commented the default social icon. 

    Use raymayor layout as Elementor template n created manually created each page per artist as number is less. 

    Though, I can use the same template for all Artists Posts now, wanted to try this first, now will generalise. 

    One simple query, which class should I use to make Artists Social Icons to display as horizontal in line than the existing default 

  •  1,103
    Max replied

    Hi,

    Please note that providing custom CSS to customize your website to your needs, is beyond the scope of our free support..but I will do an exception for this time:

    You can use this custom code in your custom CSS:

    .artist_sidebar .social_icon {
        display: inline-block;
        margin-right: 30px;
    }

    If you have custom personalization to do in your templates, we offer a service for this. you can learn more here: https://sonaar.io/service/website-customization-service/


    Thanks,


    Max from the Sonaar.io Crew

  • Rohit Sahai replied

    Hello Maxime 

    Thanks for the same. However, I wasn't asking for custom CSS. I was asking for built-in CSS of the theme. I was hoping that the Theme Styles would have some class which would be able to do it. I could have searched thru the same which would mean I have to go thru the entire CSS, however, you guys would know the suitable ones. 


  •  1,103
    Max replied

    No worry,

    have a great day 

    Thanks,


    Max from the Sonaar.io Crew