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

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

Cart 1,660 sales
Well Documented

NikaDevs supports this item

Supported

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

356 comments found.

Is there a chance of getting the theme for Drupal 11 too?

prosinc

prosinc Purchased

Hi

We want to do some design changes on the website not sure if our current version supports these features. We are on Drupal 9.5.11. Here are the new design changes we want to implement on our site https://www.baker-electric.com/ :

1. We want to redesign our homepage based on the template https://jango.nikadevs.com/demos/corporate_1/index.html

2. And new one page landing pages: https://jango.nikadevs.com/demos/agency_1/index.html

3. We want to add the header from jango homepage option 13 https://jango.nikadevs.com/demos/default/home-13.html

4. Also want to change Footer style to: https://jango.nikadevs.com/demos/default/footer-1.html#footer

5. And the last but highest priority one: Trying to find component services. Demo page may have been deleted: https://jango.nikadevs.com/demos/default/component-services.html .

https://www.baker-electric.com/component-services is not there in draft. We usually look at jango site for feature we like and go to the demo page in backend and grab whatever code we need. Same with video slide show.

Please respond ASAP. Make this URGENT – HIGHEST PRIORITY

fpau

fpau Purchased

No funciona el responsive del slider en mi instalación, porque puede pasar esto?

4 days and no response in the support forum or to comments here… it’s the same exact issue as this theme had years ago. It doesn’t even install correctly.

Hi, please enable php error reporting on your server and copy the error that you see on the screen. Also describe which installation are you using? Please sent this information through the form here: https://themeforest.net/user/nikadevs Thanks

I just purchased this theme again since I’m finally seeing that some movement has happened with the development of it… but I’ve attempted a fresh installation and still get an error message “Internal Server Error”... I’ve posted in the support forum but I’m seeing no responses there on other tickets. Is this being managed? I’ll just request a refund if no one is managing this like before… I can’t wait weeks on end for a response.

Anyone having issues related to saving and transactions that saves to temporary, the packaged copy had removed the temporary file type originally set in the settings.php. Just copy and reinstate the original code and set your preferred tmp directory and location. May be useful in troubleshooting when you know where and how things get saved temporarily. /** * Temporary file path: * * A local file system path where temporary files will be stored. This directory * must be absolute, outside of the Drupal installation directory and not * accessible over the web. * * If this is not set, the default for the operating system will be used. * * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory() */ $settings[‘file_temp_path’] = ’/tmp’;

Able to install this latest updated installer for D10, however, support developer should fix all necessary errors and warnings found in the reports /admin/reports/status. There are a lot that needs to be fixed and updated.

For those who are following the change of web/ root directory, after the November update 2024, running composer update via SSH will fix the site not working error. Additionally, running chmod u+w sites/default will also fix any permission-denied errors. And probably run all necessary cache clearing, e.g. drush cache:rebuild if supported. FYI. Hope this helps.

Support should include this in the documentation.

Can’t download Drupal 9 version, in general download tells to download Drupal 8 through link, however when using Drupal 8 files and run update.php it tells that custom modules are not compatible with Drupal 9. How can I download Drupal 9 version for the product I purchased?

Thank you very much for the update.

Fix error: #1273 – Unknown collation: ‘utf8mb4_0900_ai_ci’, using Drupal 10 installer.

https://www.drupal.org/project/backup_migrate/issues/3264580

Just uploaded new version of theme with this issue fixed

Thanks, checking this out.

Hi Guys, Is this theme active? Do you Still provide support ?

Hello. Please sent me a message from the form on this page https://themeforest.net/user/nikadevs Thanks.

I have submitted a ticket through your support system more than 30 days, and you have not reply to me back

I have requested support through your ticket system 5 days ago, and I have not gotten any response yet

any update ?

Hello. Please sent me a message from the form on this page https://themeforest.net/user/nikadevs Thanks.

Hi, what changes from version 2.5 to 2.6? Could you please update the changelog and provide guidance how to upgrade from 2.5 to 2.6? Thanks

Hello. The best way is to update core and modules from composer on your server, and replace only modules/custom and themes/custom folder. Please sent me a message from the form on this page https://themeforest.net/user/nikadevs if you have more questionsThanks.

very bad theme no support and the theme not working

Hello. I’ve just released a new update of the theme – updated to the latest Drupal 10.3.5 version and all required modules. Please update it. Thanks.

Hello,

I just purchased and installed the Jango theme. It’s missing the Home page Version 13 and 14.

Is there any way I can have them?

Thank you

I’ve created a ticket two weeks ago in Support portal, no response yet!

Drupal is moving faster, version 11.0.0-rc1 was release on 2024-Jul-11, are you planning to upgrade to version 11.x ?

does your theme suport the latest drupal 10.3.1 and PHP 8.2 or 8.3?

Hi, Yes it supports these versions. Thanks.

Hey,

On a mobile display, the menu is not working properly. On menus with links, the first click expands the menu then displays the child items, you click again on the parent link and the menu closes. It’s impossible to click and navigate on a link that has submenus.

Hello, D10 and only in admin panel when I am saving anything, I get this error: Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it.

Here is the answer: suppose your domain name is DomainName.tld and Drupal main directory is at web directory then:

1- create .htaccess at the root of webserver and paste this: RewriteEngine on RewriteCond %{HTTP_HOST} ?DomainName.tld$ RewriteCond %{REQUEST_URI} !/web/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /web/$1 RewriteCond %{HTTP_HOST} ^(www.)?DomainName.tld$ RewriteRule ^(/)?$ web/index.html [L]

2- in /web .htaccess line 110 do: RewriteBase /web

3- in settings.php add this at the bottom: if (isset($GLOBALS[‘request’]) and ’/web/index.php’ === $GLOBALS[‘request’]>server>get(‘SCRIPT_NAME’)) { $GLOBALS[‘request’]>server>set(‘SCRIPT_NAME’, ’/index.php’); }

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?

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