Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Not showing with Modules Anywhere
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Not showing with Modules Anywhere
#13441
Not showing with Modules Anywhere 13 Years, 3 Months ago Karma: 1
Hi there,

I checked ARI Image Slider on a local Joomla installation and I like it. I want to use it in combination with Modules Anywhere, made by NoNumber. Of course I checked the combination on my local installation and everything was running fine.

Then I installed ARI Image Slider on the live site, where Modules Anywhere was already up and running with some other modules. All other modules are shown ok (they were for months already), but not ARI Image Slider...

Please look here for a page on the live site where I tested it. It should be at the bottom of the page but it isn't.

I hope you can help,

Cheers, Frits
The administrator has disabled public write access.
 
#13445
Re:Not showing with Modules Anywhere 13 Years, 3 Months ago Karma: 748
Hello,

We can investigate described problem if you provide temporary access to your Joomla! backend by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13493
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 1
Thanks, it is working now. Except... it seems that both the captions of the images (div.nivo-caption) and the navigation (div.nivo-directionNav) are put on top of the images. Which results in a very dark image and elements in the wrong place. See picture below. Maybe I'll have to change the css somehow?

Oh, I moved the test to a different page.

Frits

Last Edit: 2011/04/08 12:39 By oorzaak.
The administrator has disabled public write access.
 
#13494
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 748
Provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13495
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 1
Just edited my message above.
The administrator has disabled public write access.
 
#13496
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 748
This is the problem with the next CSS rule which is defined in template.css file of your site template:

Code:


div {
position:relative;
padding:0;
margin: 0;
left:0;
top:0;
overflow:hidden;
z-index:1;
}



It is not good idea to use these specific CSS properties for all DIV elements. Add the next CSS rule that fix problem with caption:

Code:


DIV.nivo-caption
{
 top: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12