If you are searching Lucille – Music WordPress Theme for free download, nulled and updated on 16 January 20 you can download from our website for free. Lucille – Music WordPress Theme is one of most popular wordpress templates from Entertainment category in the last 30 days by our internal search.
Download Lucille – Music WordPress Theme for free
Below this text you will find link to download nulled Lucille – Music WordPress Theme wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Lucille – Music WordPress Theme WordPress template.
Lucille – Music WordPress Theme Nulled [Latest Version]
Instead of paying for $64 to SmartWPress and giving 50% of their earnings to Envato. We are giving you for free Lucille – Music WordPress Theme working latest version.
About Lucille – Music WordPress Theme
Lucille is a beautifully designed WordPress theme, suitable for musicians, artists, music bands, producers or anyone working in the music industry.
Lucille theme is extremely flexible, intuitive and easy to use, packed with premium features and plugins, making it a powerful and complete solution for the music industry.
The standard license includes free lifetime updates for the theme, 6 months of professional support, child theme on demand and bundle license for the… Read More
eladtal6
Hi, I’m trying to modify the views/archive/events_list.php template file. I don’t need the single event page at all, but the upcoming events list links to it automatically. I can disable it with css but then the ticket purchase button still leads to it if I click on it with ‘open in a new tab’. And when I’m trying to modify the events_list.php file from cpanel it just not getting updated in the site.
Thanks
SmartWPress Author
Hi, The place where ticket purchase points can be edited from event settings. Also, if you make changes over the theme files, please make sure that you are using a child theme. If you don’t have one, just let me know and I will send you an empty child theme based on Lucille. If you need more details on how to make this template change in the child theme I can also help with details.
eladtal6
Hi, Thanks for your response. I’m not working on a child theme, would love if you can send me an empty one, thanks (but anyway if I made some changes in the theme directly it should work, no?). As for the event’s link, the ‘buy tickets’ button is set in the event’s settings, and it works when I click on it. But if I’m clicking to open in in a new tab, it goes to the event single page. maybe it will be fixed when I’ll modify the template through the child theme.
Thanks
SmartWPress Author
eladtal6
Hi, ok thanks for your help with the child theme. As for events link, can I email you an access to the site?
SmartWPress Author
Yes, please send me the credentials and URL via email. Thanks!
eladtal6
Hi, I’m trying to make some changes in the upcoming events template (changing the order), but the changes are not happening. I have the child theme, I copied to it the upcoming events template and made the small change in there. Any idea what can go wrong in here? Thanks
SmartWPress Author
No worries, I will help you. First, please tell what is the file name that you want to change? Also, please make sure that you are using the events template and not the events page builder element.
eladtal6
Thank you. I want to modify the wpbakery element ‘next event’, I use it twice, for upcoming and past events. As I understand the template file for that would be one of the ‘template-events-upcoming.php’ or ‘template-events-past.php’, right?
SmartWPress Author
Depending on the structure of your page, you should change the shortcode definition or the events templates definition. This depends on what you used for that page (WPBakery element or directly the page templates).
If you make changes on the theme code, to change one of the events related page templates that you mentioned above, please use a child theme for this. Are you familiar with the process of extending a theme through a child theme? If need, I can offer more details about this.
If you want to make changes on the shortcode definition, knowing that there is no child mechanism for plugins, you should create a new plugin, where you can create a new shorcode and WPBakery element based on the default one, and in this place you should add your changes. I can also provide more details.
It is not a good idea to make code changes directly on the theme/plugin, because you will loose your changes after a theme update. That is why we need to use a child theme or in case of a plugin, we need to create a new one with a new shortcode and WPBakery element.
eladtal6
I’m using a child theme and familiar with that. I’m using the WPBakery element in a normal page, not in a template page. Actually I just want to change the events order from ‘DESC’ to ‘ASC’. Does it mean I’ll have to create a plugin for that? Isn’t there a more simple way for doing so?
SmartWPress Author
If you are using the page builder element, then you need to make changes in shortcode definition. But using this approach, your changes will be overwritten by the next theme update (the plugins that are coming with the theme will be updated as well). That is why, I recommend creating a new shortcode that will be mapped to a new WPBakery element in a new plugin. Regarding the events order, the events are sorted according to the type of events you are showing: upcoming events are sorted ASC, starting with the very next element, while past events are sorted DESC. You can change the elements order by simply changing what kind of events that you are showing. Let me know if you need more help.
SmartWPress Author
You can also add the shortcode definition in your child theme. This is not a standard WordPress approach, but it should work. So you can simply copy the shortcode definition and add it to your child functions.php, then you need to change the shortcode name. Then, get the vc_map call (map the shortcode to a WPBakery element) for the event shortcode and paste it to the child, while changing the shortcode name with your new shortcode. I hope this will help you.
lewbean
Hi there, I am looking to add social icons to my clients site, I have added them for the desktop menu however need them for the mobile menu. Is there certain code that I need to add to the theme code? Many thanks, Lovely theme so far and has been a pleasure to work with!
Website link is: https://lucyshawmusic.com
SmartWPress Author
Hi and congrats for your nice looking website. The social icons are hidden for small mobile devices because in case you are using a lot of social profiles, there is not enough room for them. But if you want to make them visible, please go to Appearance – Customize – Additional CSS and add the code below:
@media only screen and (max-width: 480px) { .mobile_menu_icon.lc_social_icon { display: inline-block; } } Please let me know if you need more help.lewbean
Thank you very much, your responses have been very prompt, something I have rarely come across with theme support. I see what you mean that there are too many socials, it has now gone over the logo in the middle of the site. is there any way I can remove the search bar on mobile and only select three of the four social icons to display?
Many thanks for your response!
lewbean
Sorry for the many messages but I removed the css coding for the search button, just wondering if theres any way to only show three icons on mobile, thanks again!
SmartWPress Author
Yes, there are several solutions. One would be to decrease the distance between social icons on mobile view, the other would be to show only some of the icons in small mobile devices. Let me know what is best for you.
SmartWPress Author
Please replace the CSS code above, with the one below:
@media only screen and (max-width: 480px) { .mobile_menu_icon.lc_social_icon { display: inline-block; } .creative_header_icon.lc_social_icon { margin-right: 20px; } }SmartWPress Author
Hi, did the code above work? Let me know if you need more help.
SmartWPress Author
Changelog for the current Lucille version: 2.0.9.8.2 – 16 January 2020:
-- v2.0.9.8.2---- - update Slider Revolution to the latest version (6.1.6) - update WPBakery Page Builder to the latest version (6.1) - add new event option to choose the currency sign for the ticket price - add new option to the event list page builder element to filter by event categoriesstaciekuulei
I thought that Lucille included a registered Slider Revolution? However when I look at the settings, it says it is not activated? Can you please tell me how I can activate it and get updates?
Thank you!
SmartWPress Author
Hi,
Since you are an indirect purchaser of the premium plugin, you cannot receive and license key for the plugin itself. These are the rules on Envato, is not something that we can change.
You have the full right to use the premium plugin (we’ve already paid for this) and you can update it with the theme. Each new theme version come with upgraded version of Slider Revolution that you can update from Appearance – Install Lucille Plugins.
Please let me know if something is not clear or if you have more questions!
velvetropemusic
Hi, I’m trying to update the latest Lucille template but this happens: “The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.”
Please help.
SmartWPress Author
Hi, please check the following tutorial regarding Lucille theme update.
https://docs.smartwpress.com/how-to-update-lucille-wordpress-theme/I guess you are trying to install (not update) the entire download package downloaded from Envato, that is why you are getting that error message. For installation, you need to use only the theme installer zip file, not the entire package that contains other files.
Also, please update the theme, don’t try to install it again. You can automatically update it from your WordPress Dashboard, using Envato Market plugin.
Let me know if you get stuck.