Discussion on Musisi - WordPress Themes for Musicians and Bands

Discussion on Musisi - WordPress Themes for Musicians and Bands

Cart 358 sales
Well Documented

themesawesome supports this item

Supported

This author's response time can be up to 1 business day.

56 comments found.

I cant figure out how you are doing the hover/text overlay on the gallery page. I want to fade the image and have the gallery name pop up on the photo when hover, but nothing is working.

On the example site “Gallery” page, you have 3 different gallery images posted with 3 different hover titles. How did you do this? There is not function for this that I’m finding. I had to create an image with the black gradient and text and set it as the background to display once hovered. This is a bit misleading as it informs the user that this function is available when it is not.

Hai there,

Once you created a gallery posts, you need to create a page that will show the galleries. Then set the page template to “Gallery Grid Template”. The title and hover should be automatically looks like our demo.

Cheers :)

Thanks!

I want to make the slider autoplay. But it does not work.

http://www.goggles.jp/

Hai there,

Can you please sent us a support request via support tab?

Thanks and Cheers :)

hi, I have a question to ask: can I disable, add or move a section of the home page? For example I do not need Member Section and I would like to move news in that position. It’s possible? Thank you

Hai there,

Since this theme using static template for homepage, you are unable to move or delete a section unless you change it from the php code.

We’ll guide you to remove or moving a section.

Cheers :)

Hi how do we only show upcoming gigs? And hide previous gigs?

Hai there,

You can use this statement, inside event loop while>

$date = date( “Ymd”, time() );

$true_date = str_replace(”/”,””,$event_date);

if($true_date < $date) { /your tr table/ }

Cheers :)

Hello, how can i add multilingual function? is this possible? Thank you

Hai there,

We are not tested multi languages for this theme yet. But this theme is translatable.

Cheers :)

Hello. Receiving a playback error when trying to play any YouTube videos. I’ve submitted a support email but have not heard back, please advise thanks.

Hai there,

Sorry for pending your ticket. I was replied it.

Cheers :)

Guys i need your Technical Expertise, I have MUSISI Themes, I’ve notice that after updating my WordPress and install some Plugins, now i did not receive any updates like new Plugins update, Can you please advice me how to fix my issue thanks in advance.

Hai there,

Other plugins will show their update nag in musisi theme if update available, we disable the ACF because the current version still compatible and we will update it as we update the theme.

If you want us to update your ACF, please sent a support request trough support tab with your site and credentials.

Cheers :)

i have a problem like i’m uploading 2 different music file for 1 discography page, but the players playing the same music. Actually in my computer yes it’s come true i can listen 2 different music but not in my phone. I just cleared the caches also but it’s the same. Is it possible? Did you see any problem like that before?

Hai there,

Can I see your site?

We also will try it on our demo and try it with mobile devices. To compare it with your site.

Cheers :)

Hi. I bought this beautiful template. when I go in the backpanel, I can not see the plugins. When i click in voice menù (plugins) the page jump at “Welcome to redux framework 3.6” and and from there does not move

Hi. I bought this beautiful template. when I go in the backpanel, I can not see the plugins. When i click in voice menù (plugins) the page jump at “Welcome to redux framework 3.6” and and from there does not move

Hai there,

Have you send us a support ticket trough support tab? Please attach your site url and login credentials so we can check it.

Thanks and Cheers :)

aw… forget it, now work properly. and I have no idea – why – !

Hello, from where can I get complete documentation of this theme?

Thanks author… Ambadnya

I read review and I see that members display cannot be turned off? Also, purchase ticket button cannot be removed?

Why I cannot do the following things: 1. See list of pages? 2. Show more than 4 members in home page? 3. Remove sold out or purchase ticket button?

Hi,

Because there is no function for that. Sorry. Your refund request accepted

Cheers

In that case I’ll give you 5 stars for the fair attitude with the customer.

Hello! How do I add custom audio for the audio player at the home screen?

Hello! Still waiting for the answer, also have been experiencing more bugs

Hai there,

did you mean from your local disk? just go to Discography post > select album review type to upload from local > add track (more than one and your album turn into playlist). Set one of your selected post as “Featured Album”.

We can recognize your account as buyer. If you facing some techincal bugs, please use your account who bought the item.

Cheers :)

I am about to purchase this theme maybe but I have some questions before:

Is it possible to block event link? (When you click on event, nothing happens) I do not need single event details page.

Hai there,

Please ask your question through support tab using your account who purchased this theme.

Cheers :)

Are you blind? Don’t you see that this is pre-purchase question?

Sorry my mistakes, really sorry for misunderstanding.

Yes you can do it, with removing the link to single event post, our support team will tell you how to do that.

Cheers :)

I purchased his Themes but Facebook Video is not supported, Its only Supported Youtube & Vimeo

replied to your ticket

Does your theme support WooCommerce?

Hai there,

Unfortunately not, this theme not support ecommerce.

Cheers :)

Will it be supported in future update releases?

Hi,

Sorry, no in the near future.

Cheers

Hello, query the discography page there is a maximum of albums? I have 7 albums and only see six. Thanks

Hai there,

You can set it by yourself. If you want to change album on homepage just go to page home editor, you’ll find “Discography Post Display”

Cheers :)

Hi, thanks for your response. I do not mean the item home Discography accessed by the menu. I can only see 6 albums, I have 8 in the backend http://preview.themeforest.net/item/wordpress-themes-for-musicians-bands-musisi/full_screen_preview/15492513?_ga=1.56788835.838328800.1473097581

Hai there,

What did you mean accessed by the menu? We are not providing any menu for discography item.

To avoid misunderstanding, please send me a login detail, I will set it for you. Send it to support tab.

Cheers :)

The slider will can change the effect? Thanks

Hai there,

You need to do it manually:

Go to theme folder > template > home-template.php go to line 24.

Find this:

Change the data-effect value. This theme has 3 different effect so you can try it by change the number.

Cheers :)

Hello how are you? Is there any way to stop the audio in the home and that the player will not see?

And found the solution….

Hai there,

The audio is not auto play, so it will not play before you click the play button. To hide it, the simpliest is “Don’t check the featured album box” in album post editor.

Or you can hide it using css.

Cheers :)

Hey, guys, how are you? Thanks for answering the other questions. I have another consultation there any way that the slider gallery random. Thanks

Hai there,

You can’t make it play randomly. But if you want to make it auto-play, it’s possible.

Cheers :)

Thanks !!! The code??? Cheers

Hai there,

Add this into your template/home-template.php file ine 53 below this script:
jQuery(document).ready(function(){
    jQuery( ".site-header" ).addClass( "transparent" );
});

Add this:

var interval = null;
jQuery(function(){
    interval = setInterval(callFunc, 4000);
    });
    function callFunc(){
    jQuery(".next").trigger("click");
}

Cheers :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey