Cmsplugin-Nivoslider plugin for Django-CMS - django

I am new to Django-CMS, I have successfully installed Django-CMS on my Ubuntu 12.04 (64-bit OS). I want to add Nivo Slider on my web page using Cmsplugin-Nivoslider. After following steps mention in https://bitbucket.org/bercab/cmsplugin-nivoslider/overview, I am able to install cmsplugin-nivoslider on my Django-CMS. After syncdb, migrate and collectstatic commands, I am able to see nivo folder with js, theme and css files in my static folder, but I am not able to see anything on my Admin Panel related to Nivo Slider. Please tell me, do I need to do any further steps to use nivo-slider, How can I put that slider on my page ? Please guide me..
Thanks in Advance.

From the Admin interface, Add or edit a Page, you should have available a plugin for slider if the chosen template has a block &/or placeholder tag. Configure gallery from there.

Related

Designing Django admin panel by tailwind

I hope you are fine.
I want to customize my django admin panel by tailwind. I know how to use tailwind in the templates of my django apps but unfortunately I am not able to use tailwind in the admin template and I have also tried multiple ways to solve this such as putting cdn in the admin base.hml or installing django-tailwind but all of them hasn’t worked for me yet.
I will thank if anyone who has experience about this matter give me a piece of guidance.
The django-tailwind package is not for django admin customisation. The first step could be this package django-admin-tailwind from here, you can add some more code to the package to suit your needs, probably make a PR as well. Happy coding!

Django-autocomplete-light does not show search box for selecting OneToOneField

I am trying to use autocomplete in admin page to auto select a field(OneToOneField) before saving, I am following the tutorial to add a field in admin.
I am not able to see the search box to type in my selections. I tried replicating the select2_one_to_one app from the test project: https://github.com/yourlabs/django-autocomplete-light/tree/master/test_project
I am see the same issue for this app as well. Attaching a screeshot of the issue
Screen shot of the select2_one_to_one app
After trying different things for couple of days. In Inspect I figured that the static files were not being loaded same as the demo project in the documentation (http://dal-yourlabs.rhcloud.com/admin/)
I had to update the STATIC_ROOT(Location used while running 'python manage.py collectstatic') folder and run the collectstatic command. The static files for autocomplete_light were copied to STATICFILES_DIRS. After this the autocomplete started working.
Documentation mentions we need to understand handling static files. So this is what they might have been referring to.

Error installing new theme in opencart 2

I am new to opencart and I am using opencart version 2.3.0.2 and working on xampp localhost.
I tried to install new theme (simplica free theme) by copying the theme files(catalog, system ) to my project folder which already have those 4 folders(admin,catalog,image,system). So it merges with those 2 folders.
When I go back to my backend extensions>extensions and select modules, I can't see any new module. Under extension>extension>themes, I can only see my default theme. also under system>setting>mystore, I can only see default store theme under theme option.
Did I do anything wrong? or what should I do to install a new theme?
Please help. Thanks in advance
I found the solution, hope this may help someone with similar problem.
I had to go to extensions>extensions then select themes then had click edit button of the default store theme. Under general> theme directory, I was able to select my theme.

Opencart filemanager doesn't work

Opencart 2.0.1.1
Standart Image Manager isn't working.
When I choose some picture, it just opens in the browser, in console I have no errors. Any suggestions?(other functions don't work either, for example reload open image manager without css)
Please someone help)
My js in .tpl doesn't work because my hosting turned on some plugin pagespeed that off scripts in views -_-
Solution:
Add this pagespeed_no_defer="" to script and it will work.

How to edit an existing theme with dugway

I have dugway installed, but I do not want to create a new theme but edit an existing theme. How would I go about doing this.
Thanks
David Wright
You can download any existing Big Cartel theme and use it locally with Dugway right here: https://github.com/bigcartel-themes
Just click the 'Clone to desktop' button on any of the repositories, or use the GitHub app / command line to clone them on your computer. From there you can make changes to the theme and edit it to your liking, just keep in mind that Dugway does have limitations (like being able to edit theme settings, modifying javascript, and more): https://github.com/bigcartel/dugway#known-issues--limitations