Discussion on Vice: Underground Music Elementor WordPress Theme

Discussion on Vice: Underground Music Elementor WordPress Theme

Cart 3,461 sales
Well Documented

QantumThemes supports this item

Supported

This author's response time can be up to 2 business days.

732 comments found.

Hello.

When i disable background music sound then enable again is not working. And Release section you know any way to change the box size or make it more better? Because now you can click on it with chrome but any other browser not. can we make it better looking as well ?

Hello, support is given only in the support forum. Anyway 1). about the music, what do you mean as “background music”? 2) Release section: you can change whatever you need by adding CSS in the style.css of the child theme. We can’t provide customizations for this. If there is an issue on that i’d like to fix it but can’t really understand what you mean, if you can provide a screenshot would be very useful. Please keep on with the conversation on the forum and not here as is impossible to post codes and attachments… thanks!

How do i change the text color on the artists page from white to black, so I can use the photo I have with a background photo which is white?

Hello, you can’t change template color for single pages actually, i’m sorry. The color is global for the entire site. Only the modules can be switched dark or light singularly.

Hi there, for some reason the social links Instagram icon (qticon-instagram) is broken for me on the new build. I’ve tested, and all the others show up, except Instagram. It just shows a square (with EO2A in it). Any thoughts? Thanks.

Hi, I just took a screenshot from the current latest version (the one uploaded on themeforest) and it seems instagram works fine in both places:

http://imgur.com/ZuI4X5A

This code should show the icon, i’m replacing html bracets with []:

If for you it doesn’t work, please be sure to have the correct file versions on your server. You can try reuploading the files via FTP: sometimes the ftp clients may skip some files.

It did start working, thanks.

Hi there, when i publish an event with a gallery, the text of the event is after the gallery on the event page. Is there any way to change the order… I want the text first and then the gallery… Thanks in advance.

Hi there. Yes, I’m using the last theme version but the gallery doesn’t appears where i put it as you can see in the following links: 01.- BACK END http://www.womenbeat.es/support/01.jpg 02.- FRONT END http://www.womenbeat.es/support/02.jpg Any clue to fix this? Thanks in advance.
Hi, sorry I didn’t get the issue correctly, i was checking the data table but was the textual content too. We already updated this in next theme version. You can download the file in advance here: https://www.dropbox.com/s/70rifovdkczyr4r/gallery.php?dl=0 It goes in the theme’s subfolder custom-types/qt-gallery

Great, thank you very much.

I need help with the Genre Tags in a release. Look this link: http://melodicsoundsnetwork.com/release/tacacho-ft-cider-sky-paradise-original-mix/ in the genre tag down the release image you can see “Future House” if you click it it takes you to /project/future-house-1 and same happends with ALL the genre tags. I need help so when you click the genre tag it takes you to /genre/futurehouse help?

Hello! Just update the permalinks cache: go in settings->permalinks and save. If not enough, set permalinks as / category / postname / and save again Please write us using the support forum for further requests, so other users can find the solution to similar questions. Thanks!

As one of the reputed best buyers on Envato, I requested refunds from this marketplace when I ran into scripting issues with many authors. There are many authors here whose primary concern is to make money who are not concerned about the end users. These authors create very unprofessional themes, and when you need assistance from them, they rarely reply one’s messages. Unlike many other authors here, the QuantumTheme is professionally designed to suit those who are into entertainment. The theme is packed with variations. What made me fell in love with this Quantumtheme is the professionalism displayed by their support team. The support theme is ready to guide you, help you to the very end and they are very patient too. So, if you are planning to buy a theme, Please buy from them. They are the best. It does not matter how many themes people authored, what matters is how good a theme is designed and the ability of the authors to help out.

Emma ( CEO) CastleHill Studios, New York

Thank you!

Is the bandsintown integration already in the theme?

Hello, no is not sorry. Nice suggestion will work on it for next version of theme!

It would be great if we could add our own icons or perhaps you can offer some icon packs :) i mean icons for buttons

Hello! You can add icon plugins (there are many) which can add great choice of icons to the site, perhalps more “flexible” in this way so you can find the plugin that you find more interesting for your scope. Which icons are missing for you? We can look anyway to add them in next version. thanks!

Hi Igor, Please add 500px icon and it will be great if we can arrange/sort social icons on top of the page.

Thanks for the suggestion is a nice site, we will add it in the next theme version in a couple of weeks. About sorting, that function is a bit too heavy and actually can’t be integrated directly, but you can copy in your child theme the file

part-social.php

Then, delete or comment the line sort($social);

and in the list above, you can sort the social as you like.

Hello some pre-sales questions. I want to use my Radionomy station in the player, is that possible? I want to have a recently played song list showing from my Radionomy station, is that possible? Is the player sticky so it plays no matter what page a visitor is on? Thanks !

Hello, to integrate the player, you need to have an mp3 stream url. In our theme you can have more infos about the radio integration:

http://qantumthemes.com/manuals/vice/#section391

About recently played tracks, there is no function for that, but if your streaming provider gives you a javascript for achieving this, we can help you with the implementation by the technical point of view. Thanks!

Hi there. Is there any way to change the events order? I want to show newest events first in the Events Module list (at the right side of the module) in the modular page. Thanks in advance.

Hello! The module shows the upcoming events ordered by the event date, like the first upcoming event first. If you want to change this query, you can copy the file modules-events_carousel.php

$args  = array(
    'post_type' => 'event',
    'post_status' => 'publish',
    'meta_key' => EVENT_PREFIX.'date',
    'orderby' => 'meta_value',
    'posts_per_page'   => 32,
    'order' => 'ASC',
    'suppress_filters' => false
);
if($hidepast == 1){
    $args['meta_query'] = array(
    array(
        'key' => 'eventdate',
        'value' => date('Y-m-d'),
        'compare' => '>=',
        'type' => 'date'
         )
   );
}

Great. Thank you.

I’m also interested in the Woocommerce compatability :)

Looks like a great theme :)

Thanks, some people uses woocommerce, but Ajax loading must be disabled.

Wow…I’m surprised with as many features this theme has, that it’s not woocommerce compatible?! I ALMOST purchased it too…lol I noticed though in the demo, when you scroll down internal pages like the releases, events, etc…there’s something going on with the coding because the mouse wheel does not scroll down the page. Only on internal pages though…might want to look into that.

Hello! Yes is woocommerce compatible even if is better to not use the ajax page loading until we make these 2 plugins work together soon. The scrolling has 2 different ways: FullPage.js and normal. The Fullpage scrolling needs to scroll clicking on the side menu as is more like separated pages instead of a single page.

This can be disabled to behave like a normal page with a checkbox in the page settings. If you have further questions we are here, thanks!

The listing on themeforest says it’s only compatible with Bootstrap 3.x Are you 100% sure it’s compatible with woocommerce? I have to ask because not even your demo has any ecommerce examples anywhere it it…other than to link songs/albums to 3rd party sites like iTunes, Amazon music, etc..

And what 2 plugins are you trying to get to work together??

Hello, we will make a new demo soon. There are customers using it with woocommerce for sure, anyway the Ajax page loading is not compatible with woocommerce so this function for sure should be disabled. I can provide via email a demo theme copy to test: info@qantumthemes.com

I’ve installed woocommerce plugin. Looks like the design is completely destroyed. I need a support of woocommerce. Please provide this in the next version.

Hello! Is very strange that this happened to you. Maybe you have the ajax enabled. You can use woocommerce by disabling Ajax in Appearance->customize. Many people are using woocommerce with vice with this setting. We are going to make them work together very soon. Thanks!

Hello ! Excellent theme, however, I noticed a slight problem with the Revolution slider plugin, when I insert an icon (example: < i class = “fa-icon-facebook”> ) The icon appears well in the overview but is not visible when the slider is inserted in a page

(I tried to let the same slider with a different theme and the icon appears good, but I have not found where the problem could come)

Thank you very much ! Great work !

Hello! Actually you can’t anymore do this in the slider, is better to use an image in PNG instead. Is something related with ajax loading, in case you can disable it and should all work fine. Let me know if this suggestion works, thanks!

Hello, thank you for your answer !

Disable ajax loading does not work, but no problem for now I will use PNG images ! :)

Hi,

I want to add a instagram icon on the social links at the top how can I do that??

Thanks in advance!

Hello, we just added it, will be published in couple of days with the new theme version, thanks!

Can you tell us where the music and videos in the theme comes from please? Thanks.

hello! I don’t remember is some random video from youtube, if you look for hd stopmotion or something it will come out. Cheers

Hello, I’ve some questions.

1 – It’s possible to add a plugin like “photo album” or other for example. If it’s possible , he will be launch in same configuration that the content of the theme ? (fade apparition, music not cut during the loading etc … )

2 – For events, it’s possible to add a description ?

3 – He’s compatible with a pluging like “REST API” ?

4 – Visual composer is compatible ?

Thank you for your reply.

PS. in the new theme version the gallery will have a faster fade, anyway the “music not cut during the loading” I don’t think I understand correctly, please get in touch for more infos, thanks!

Okay , thank you very much for your fast reply ;) For your “Ps” don’t worry, I would like just to know if any plug is compatible and when it is launched the music is not cut . Because I think buy and add a plugin “gallery photos” with categories and more options. Thanks and nice christmas you too.

If you want to just stop the music when the gallery opens, this is easy to do by a simple code change, did you mean this?

Hi! After the last update the theme, open a blank page: ALL EVENTS? and a few mistakes wrote to tech support..))) Help…)))

Hello, it shows a page with no contents inside… all seems working fine… Sorry for late reply we were in xmas holidays. Please write by email or forum if you still have problems. Thanks!

Hi! 1) No event information: http://clip2net.com/s/3stNahG on your website displays events: http://qantumthemes.xyz/vice/event/ on our site events are not displayed: http://eqx.me/event/ 2) Buttons do not work: http://clip2net.com/s/3stNO0Q Help..)))))))))

Hi, we made couple new fixes too for new version and I don’t know what is happening in your site but probably it can be one of these things: 1. When updating some files got corrupted in ftp transfer (can happen easily depending on connection) a reupload should fix 2. Some plugin is messing up with queries, so if you recently modified or added plugins try deactivating them 3. permalinks need a refresh: visit Settings->Permalinks and just save

BUTTONS: This you are right: we made important fixes on the body classes in latest versions and these buttons have been “broken”. New theme version is fixed, sorry for the issue.

I’m uploading for you the latest beta of version 1.3.4 so you reupload directly the new version, even if events archives have not been changed, so is not an updated related to this.

Please send me an email to info@qantumthemes.com so I send you a dropbox link to download immediately. Thanks!

it is possible podcast auto side?

Hello! Your player works like a charm in safari… and the site is very cool, congrats! Please check this: http://i.imgur.com/vXYHgmg.jpg

If you still experience any issue please give me more info like safari version, computer version and operative system, thank you!

it is possible podcast auto slide?

Hello, sorry is not possible as the framework is made in a way that this will affect all the other components so as everybody was complaining about this, we removed the sutoslide for all. thanks!

is the video included or some idea where to get it?? Per the splash page?

Hello! Is a public youtube video we don’t own it, is just a demo.

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