Joomla 3 slider - joomla

I have put an image slider in Joomla 3.0 that is ARI image slider, it was the best reveiwed slider in all I found for Joomla 3.
That slider is working well in Joomla 2.5 as I tested it there as well but when I use it in Joomla 3 the slider has a dotted panel above it. Also the slider closes after the first slideshow and the panel remains. I am attaching the screen shot:
http://imgur.com/4Qq9iki
I'm including the template in the command by:
<jdoc:include type="modules" name="position-9" />
Is there any other slider that will work well for Joomla 3.0?

I just used anythingslider and inserted the <ul id="slider"></ul> in the default.php in my own custom component /com_slider/views/sliders/tmpl/default.php
wrapped in <?php if($this->items) : ?>
seems to work ok.

Related

Hikashop Add a shoping cart icon on navbar

I'm working on website using Hikashop on Joomla.
how can i display a cart icon in main navbar, with notification of products added in it?
You can use the hikashop cart module and use the mini cart option. After that make a new position inside your joomla template file next to your navbar. If this doesn't work you can use css to position it next to the navbar.

Image slider issue with Prestashop

I am new to Prestashop. I am using using Prestashop and have installed a theme which comes with a slider on the homepage.
The theme-slider disables the default Prestashop slider. The issue is, I would like to disable the theme-slider and put the default slider on the homepage.
I have disabled the theme-slider, but I am not able to put the default slider on the homepage.
You just need to reset module called "Image slider for your homepage"
Hope this works for you ;)

Joomla 1.5 - Displaying an content in a modal popup?

I would like to place a link to an article that contains some HTML and have that appear in a modal popup.
Modal pop-ups are maybe not already enabled on my web site. How I can enable them?
SOLVED:
Many JOOMLA templates turn the modal behavior ON. If not add this to main index <head></head>
<?php JHTML::_('behavior.modal'); ?>
On an article (HTML editor) use class="modal". Format your link like:
<a class="modal" href="terms/tou.html" rel="{handler:'iframe',size:{x:700,y:600}}">TOU</a>

Change images folder for slider automatically depending on page loaded on Joomla 2.5

I'm doing a site and i have the following issue:
I have to show a lot of products, and in each page for each product i have an slider, this slider must have diferent images for every product. The thing is, as i'm using an slider component/module for joomla 2.5, i need to duplicate it for every product (at least for the little i know of joomla).
There is no other way to chance the images for the slider automatically, without duplicaiting the module/component?
You can use plugins to create image sliders easily inside articles.Nice Slide Show is a paid extension that will serve your purpose.
The Simple Image Slider is a free plugin but couldn't find its 2.5 version.
Also check this plugin:Sliding Image Links
Hope it helps

joomla 2.5 - removing frontpage content block for joomlaxtc website

I have tried to look around all over the place to edit the joomla frontpage. Im using a template from joomlaxtc which is another reason why I believe im having trouble as the coding is a little different.
What I'm trying to achieve is remove the component or article area for my Joomla 2.5 front page.
here is the website
http://colmandesigns.123abc.co.nz/tyrelink/
as you can see the 'coming soon' white text box I want to remove however I only want to remove it for the front page not the rest of the pages.
I can't get your site to come up, but the home page of a joomla site is generally determined by the default item on your main menu.
From the admin Control Panel:
Choose Menu->Main Menu
Locate the menu item on the list that has a star in the "Home" column
Click on the menu item, and from what you see, determine what the article is
Go to that article, and edit there.
This presumes that your home page is an article, as is the case in a standard Joomla site, and doesn't account for anything your template may do in terms of features or settings,
Simply go to the template manager and go to the advanced parameters and see the show component on home page and select NONE
If you want to remove the "coming soon" bit, then go to the module that holds the "coming soon" bit. On the left, you should see "Module assignment." Click that, and choose "no" for Home Page: assign to.
This video may also be helpful.
Your template may have configuration to hide main content block from frontpage but if not then it can be hidden by using code block below on index.php or your php file which will define template layout.
<?php if (JRequest::getVar('view') != 'featured'): ?>
<div id="maincontentdiv"><jdoc:include type="component" /></div>
<?php endif; ?>

Resources