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?

Arrows gone with template change
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Arrows gone with template change
#13040
Arrows gone with template change 13 Years ago Karma: 0
Hi!

I just switched templates and my large left/right arrows are gone when the user mouses over that edges of the pages...it was working with a RocketTheme template, but now is not with a YooTheme template, Vanilla.

www.funphonics.com/index.php/books/book-01-jan-and-pam/flipbook

I tried changing the ZIndex to 1000, and that didn't help.

I turned off caching, and that didn't help either.
The administrator has disabled public write access.
 
#13052
Re:Arrows gone with template change 13 Years ago Karma: 747
Hello,

This is not a problem with "z-index" property. This problem with "overflow: hidden" property in site template. The problem can be fixed if add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


body DIV.wrapper
{
 width: 1100px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13083
Re:Arrows gone with template change 13 Years ago Karma: 0
Thanks...that worked!
The administrator has disabled public write access.
 
#18484
Re:Arrows gone with template change 12 Years, 8 Months ago Karma: 0
I cant seem to get the arrows to appear on my (custom) template. Any suggestions.

ecotampa.com/ten

Thanks
The administrator has disabled public write access.
 
#18487
Re:Arrows gone with template change 12 Years, 8 Months ago Karma: 747
Hello,

This problem with site template styles. Add the next CSS rules that fix the problem:

Code:


#social_media .nivo-directionNav a 
{
 display: block;
 float: none;
 margin: 0;
 width: 32px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18488
Re:Arrows gone with template change 12 Years, 8 Months ago Karma: 0
Thank You!!
The administrator has disabled public write access.
 
Go to topPage: 1