Discussion on Jango | Drupal 10 9 8 7 Multipurpose Commerce Theme

Discussion on Jango | Drupal 10 9 8 7 Multipurpose Commerce Theme

Cart 1,667 sales
Well Documented

NikaDevs supports this item

Supported

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

357 comments found.

I have a problem with your latest Jango release on my local development system running on W10 (XAMPP 8.2.12). Everything installed as per your instructions, but any attempt to open website ends with this error message:

The website encountered an unexpected error. Please try again later.

Drupal\Component\Plugin\Exception\PluginNotFoundException: The ”” plugin does not exist. Valid plugin IDs for Drupal\Core\ImageToolkit\ImageToolkitManager are: gd in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core\lib\Drupal\Component\Plugin\Discovery\DiscoveryTrait.php).

Can you help, please?

Hi. Please how do I make the checkout page to look exactly like the demo theme. Thanks

I am interested in the theme. I am using the default language switcher and language switcher, I wonder wether I need to code to switch to your bootstrap hover dropdown. Thank you!

Hi. Our language switcher is working with default Drupal language switch functionality, so you don’t need to write extra code. Thanks.

NikaDevs, thank you for your promote replay. What about the Currency Switcher?

To implement the currency switcher you need to add some extra code to the header template.

Unable to upload images in webp format. When I upload images in webp format using Shortcode image upload, only files with the following extensions are allowed: jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp.

How to Upload .webp Images using Shortcode image upload

Best Regards

I still need updated jango_cms module. Please monitor support area.

Hi. I’ve answered your ticket and provided updated module. It also always availabe here, just download the latest theme version. Thanks

Do you have an ETA on when Bootstrap5 will be supported?

I am trying to get support for module and theme updates for Drupal 10 but no response at https://nikadevs.ticksy.com/

I have posted another response. You need to monitor your Support Area.

Thanks for the updates. I still need updated jango_cms module please.

Hi. I’ve answered your ticket and provided updated module. It also always availabe here, just download the latest theme version. Thanks

Why are all the tables collated “utf8mb4_0900_ai_ci?” We are unable to import the DB because of this. ”#1273 – Unknown collation: ‘utf8mb4_0900_ai_ci’”

Thansk

Looks like you didn’t run “composer install” command. Please open our documentation and follow it. Also there is a helpful video about installation process.

There are bug file_create_url, drupal_get_path, etc deprecated, for Drupal 10

Hi. Please post the error code and page url on our support forum https://nikadevs.ticksy.com/ Thanks

Hello, can you please provide the most accurate Drupal 10 compatible version, with all fixes released since Sept 12, 2023? It looks that originally posted Drupal 10 compatible release have number of issues and makes installation a bit problematic.Thank you.

Are you going to upload revised package without further delay?

Hi. I’ve just submited update, and soon it will be available on the ThemeForest. It will include all latest bug fixes and improvements. Thanks

Hello,

Is there any help on how to use the visual shortcode module? What is the purpose of the different parameters and what do the different elements you can create correspond to?

Hi. Can you please be more specific? Our theme contain a lot of shortcodes and each of it has it’s own parameters. They all can be configured from Visual Shortcodes module and you can see their names and options, also their labels can explain their functionality. Thanks.

Hello, I purchased your theme, and I must say it’s amazing. I appreciate that it can be managed through composer. I’ve successfully installed it on a brand new Drupal 10 site by following the provided steps.

However, I’m currently facing a single issue that I can’t seem to resolve. It’s related to the main menu, as it only displays first and second-level items, and not the third level. I’ve already checked the settings in admin/structure/menu/manage/main and admin/structure/tb-megamenu Could you please advise on what I might have missed or what steps I should take to resolve this issue?

Thank in advance!

Hi. I’ve uploaded the latest theme version which includes these fixes. Thanks!

I recently purchased your beautiful theme. You have done a great job on it and I appreciate the file structure so that it can be updated via composer. This was a welcome addition. Regarding your attempt to update the theme to Drupal 10 I found several issues so far here are a few:

undefined function /web/modules/custom/jango_shortcodes/src/Plugin/Shortcode/BlockShortcode.php line 34

Fix:

replace line 34

$block = render($block);

with

$block = \Drupal::service('renderer')->render($block);

undefined function /web/modules/custom/jango_cms/src/Plugin/Field/FieldFormatter/NDJangoImageHover2IconsFormatter.php line 137

Fix:

replace line 137

$url = file_create_url($file->getFileUri());

with

$path = $file->createFileUrl($file->getFileUri());

After doing this you will need to enable the “Jango Main Features” module then install the Olivero and Claro themes. Seems to work ok but there is still an issue with saving the shortcodes.

It seems you still have some work to do but I will try to post what I find. Thanks for your efforts.

Hi. I’ve submitted a latest version of the theme and it will be available soon. It contain these and all other issues which were found. Thanks.

Any plans for upgrading this theme to use Bootstrap 5? I have a client interested in this theme but they prefer the most updated version of Bootstrap.

Hi. Yes, I have such plans in my ToDo list, but currently I’m very busy with migrating my Stability theme to Drupal 10 :( Thanks

Hello Roman, Two weeks ago I submitted 7 questions to you on the support platform, 5 of which are necessary for the correct installation of Jango. Are you busy fixing the template? What is your schedule?

Hi. Sorry( I’ve just answered on your ticket. Thanks

For Drupal 10, installed theme is Olivero 10.1.5 (default theme) and Jango 2.0 requires the base theme stable to operate correctly. Does updating the jango.info.yml file the problem can be solved?

Will you ever change this theme to be able to install in the root directory? We love this theme but refuse to use it because of how you force us to use a non-standard installation directory. It’s a shame that we cannot use your well-designed theme for this reason!

Clearly, based on lots of comments, others have a lot of trouble installing your theme.

1. This is the official Drupal installation instruction: https://www.drupal.org/docs/getting-started/installing-drupal 2. The 3rd step is “Install dependencies with Composer” 3. Now check the official article about the folder structure while using the Composer: https://www.drupal.org/docs/understanding-drupal/directory-structure : “When using composer to download and manage your Drupal project, Drupal core and base level directories will be adjacent to a vendor directory. /vendor – Various external composer php packages /web – parent directory for the above base-level and core directories” 4. This means that any way you will install Drupal, you will have the same /web folder. 5. I know using composer is not as easy as just upload and extract zip archive, but this is the correct and recommended way to install and update drupal 10. Also you can find many articles about how to easily change your server root directory and how install drupal 10 to required directory in your server.

Appreciate your response, but we’ve purchased more than 50 Drupal themes from TF, and this is the only one we’ve found to have this folder structure. It’s annoying enough that even though we love the theme, we have opted not to use it purely due to installation difficulties.

Very hard way to installer , i could not instal after a long day ! how can I install theme?

Thanks I try installing to way but not success

Hi. I can install the theme on your server, please send me a message from my profile page https://themeforest.net/user/nikadevs and we will discuss this. Thanks.

I’m k thank you so much

Another question… After activating the Jango theme:

“Call to undefined function drupal_set_message() in jango_form_system_theme_settings_alter() (line 38 of themes/custom/jango/jango.theme)”

I couldn’t find a definition for drupal_set_message -> drupal_set_message(‘Enable NikaDevs CMS module to use layout builder.’);

Hi. Please post the support ticket https://nikadevs.ticksy.com/ So I will be able to deep into your problem and send you updated theme. Thanks. Best Regards.

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