Confliction between joomla module and joomla plugin - joomla2.5

Hai I am using two extensions in the same article page of a joomla article,
1.Module-->image crawler for slideshow
2.plugin-->dynamic chart for content display.
The problem here is If I unpublished the either one among these two working fine but Both together cannot.
Please get me solution for this.
Thanks in advance

You've got a javascript conflict, I would guess that both extensions are loading a different version of jQuery. Instal jQuery Easy to remove the extra versions and that should fix your issue.

Related

Is it possible to use bootstrap themes on a Mezzanine/Cartridge website?

I am a newbie web developer tasked with creating a website for a client in the art industry. I've decided to roll with Mezzanine + Cartridge for the project as it seems like an accessible way to get started. I now have the server up and running with no issues, but obviously can't use the default Mezzanine theme for such a project.
I'm finding that theres a highly limited amount of themes available online for Mezzanine, and that there are a lot more Bootstrap themes available floating around. Is there a way I could use the two together? Ie the UI/front end being a Bootstrap theme while still maintaining the functionality of Mezz/Cartridge?
If so, how would I go about doing this? Not expecting a step by step guide, but any advice/guidance would be highly appreciated. Like I said, I'm incredibly new to this (first website ever!) so if I'm misunderstanding something, please let me know. Thank you for your time.
You'll override the base template as the starting point for customizing the look of everything. In there you'll find the stylesheets for bootstrap used, which you can modify/replace/etc.
https://github.com/stephenmcd/mezzanine/blob/32dc38778d296f508a23b729de04a02075994df5/mezzanine/core/templates/base.html#L18-L32

Django CMS - Aldryn Bootstrap broken grid system

I have recently started to develop a website using Django CMS. Everything is going perfectly fine apart from the broken grid system whilst using Alrdyn Bootstrap.
All other components seem to be working fine, but the grid system will not comply with the settings I am inputting within the CMS, for example.
If I state col-lg-4 col-xs-6 within a class, the component will comply with the first class only, and will not shrink when in mobile.
If anyone has any insight I'd very much appreciate it.
We have never experienced issues with the class output. It might be a misconfiguration on the frontend setup eventually.
Is it working when you try to mock the markup in your project rather than using the addon?
thanks for your feedback. It was actually an error on my part. I was not up to date with the new Bootstrap 4 CSS. col-xs-x is now not part of their styling, it is now just col-x

Can I use an OpenCart 1.5.x theme on OpenCart version 2.x?

I got a beautiful opencart theme for opencart version 1.5.6.x. But I like the new opencart version 2.3.x. I want to know if there is a way I can use the theme on the new opencart? I installed it but got some errors.
Thank you.
If you're able, do it by hand. Copy the needed elements from the stylesheet and add the class calls into the template.
Not impossible, but would take some time.
I'm finding OpenCart to be extremely inflexible between versions; even many 2.3.0.2 mods won't work on 2.3.0.2_rc (technically the same version, but one is meant for 'testing' / bug spotting).
So installing a theme or mod from a major version change would not be worth the effort troubleshooting the errors.
Start fresh, do it by hand if you're really into the theme.

Convert Joomla 2.5 template to 3.0

I have a custom joomla 2.5 template and I wish to convert it to Joomla 3.0. Currently the only method I found is how to convert a Joomla 1.5 to 2.5. Please guide me here because I have spent almost a month on this. I found a method http://docs.joomla.org/J3.1:Converting_A_Previous_Joomla!_Version_Template but I do not understand how to go about it. If you could also give a clear procedure on how to implement the steps in the link I have posted this would help me alot.
This answer may not be in a detail manner but here you go with some steps:
Identify plain HTML from Joomla 2.5 template. Keep it in separate
file for a moment.
There are many functions, constants that are deprecated in Joomla
3.x e.g. DS constant which is used to provide "/" in Joomla 2.5. You need to replace it with "/".
Common functions like getting sitename, logo etc. will need a code
change. You can take a reference from Protostar template. You can
see how they have retrieved value of sitename from the code. It
seems to be hard at first but when you go ahead gradually, you will
get familiar with Joomla 3 template engine.
Once everything is done, you can go ahead and edit XML file. You can copy and paste templateDetails.xml from Protostar template. Make sure to change important elements like filename, folder etc.
Zip the whole template folder and install it on your website make it default. If you find any errors then go ahead and turn on error reporting in PHP. Resolve those errors and make your template work on Joomla 3
This is not the absolute guide I can offer you, but here are the basic steps:
it really depends if it's a basic template or if it's based on a template framework like RocketTheme or YOOtheme
check the default template in Joomla, it's called Protostar. Have a close look at it and understand what is he doing
check you manifest file (compare it to Protostar)
maybe not so important, but check also the Potential backward compatibility issues in Joomla 3.0 and Joomla Platform 12.1
if you have issues at installing the template / using it, please post specific problems

Joomla - mod_articles_latest not showing latest

I've tried searching around on the site and google with no luck so here goes;
In joomla, using the module mod_articles_latest, what could be the reason for it not showing the latest news? I get 4 news as i requested and i told it to choose by dated published yet it seems that it doesn't update when i add a new article to the category i told it to use.
I'm thinking cache might be the reason but i i have it turned off for the module.
Using joomla 2.5.
Thanks in advance for your suggestions!
First Make sure you haven't modify any files of mod_articles_latest. If you have modified then revert it n check. Second Check the list of articles & their published date. Even if it doesn't work then there are lots of free module which shows the list of latest articles on Joomla extension site. If you have half an hour & you know how to built Joomla module, you can proceed. At the end mod_articles_latest modules works perfectly for me. Thanks