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?

Same text format
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Same text format
#14448
Same text format 13 Years ago Karma: 0
Hello,

I'm using two of your modules - image slider & the carousel.
They work very nice.

However, both are using different text formats.
Is there a way to use the same format on both modules.
Preferable the carousel format.

If you want to know how it currently looks, please go to:
62.163.204.71/maasshuttles
In top, you will see the image slider and carousel in action.


Grtz - Will
Last Edit: 2011/05/06 20:00 By NogNeetMachinaal.Reason: Removed some typo's
The administrator has disabled public write access.
 
#14449
Re:Same text format 13 Years ago Karma: 748
Hello,

Could you explain in more details what do you mean under "text formats"?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14450
Re:Same text format 13 Years ago Karma: 0
Mmm - I will try.

If you go to '62.163.204.71/maasshuttles', you will see area's right below the dark grey menu area in the top. Four of these are image slider modules. And one is the carousel module.

The carousel has his text above the images. While the others are putting the text below.
Moreover, as seen in the 2-nd area from the left, during a short period of time, there a black box. The text of the carousel does not.
And finally, I found an article in the forum which shows the CSS-code for removing the shadow. If I do that for one module, all shadows are removed. The code is:

.ari-image-slider-wrapper .nivoSlider
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

Ideally, I would like to have:
1. All text above or below the image.
2. No black box
3. Let the CSS-code affect only the specified module.

Does this help?


Grtz - Will
The administrator has disabled public write access.
 
#14451
Re:Same text format 13 Years ago Karma: 748
1. Try to use the next CSS rules:

Code:


DIV.ari-cloud-carousel-wrapper
{
  padding-top: 50px;
}

DIV.ari-cloud-carousel-wrapper .ari-cloud-carousel
{
 top: -100px;
}

DIV.ari-cloud-carousel-wrapper .ari-cloud-carousel-caption
{
  top: auto;
  bottom: 50px;
}



2. Add the next CSS rule:

Code:


DIV.ari-image-slider .nivo-caption P
{
 opacity: 1 !important;
 filter: alpha(opacity=100) !important;
 -ms-filter: "alpha(opacity=100)" !important;
}



3. Predefined {$id} variable can be used in "CSS Styles" parameter in module settings. It contains ID of container element. Sample of usage can be found here.

Regards,
ARI Soft
Last Edit: 2011/05/07 07:46 By admin.
The administrator has disabled public write access.
 
#14453
Re:Same text format 13 Years ago Karma: 0
Many thanks - we are getting there!!!

1. After applying the suggested CSS rules, there is a white area below all images. Any idea where that comes from? And how to remove it?

2. Solved -

3. I guess the 'here' was supposed to be a link? Where does it point to?

4. Then something else that I didn't notice before:
Below the carousel on the right side (below the red block), there is a small grey area that keeps on moving from left to right and back. Any idea where that comes from? And how to remove it?
The administrator has disabled public write access.
 
#14454
Re:Same text format 13 Years ago Karma: 748
1. If you want to transparent background of image caption, you can play with opacity parameter in CSS rule.

3. Fixed.

4. Provide screenshot please where we can see what you mean.

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