Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hello,
1- I am looking for a way to introduce a quantity price. Example, with the purchase of 5 photos and more 50% discount or with the purchase of 5 photos and more digital file is at such price.
With package I can make a price for 5, but the 6th come back at the regular price.
2- And is there a way to introduce the packages into the shopping cart instead of having the option separately at the top of the page?
3- Is there a way to center the text in footers?
Have a smaller space between my two lines of text?
4- Same thing with my text at the top of the page the word: welcome, can it be aligned with the photos?
http://www.audreymartinphotographe.com
Last edited by amp (2017-06-08 03:10:30)
Offline
3- Is there a way to center the text in footers?
Have a smaller space between my two lines of text?
you'll need to use custom css.
To center:
.copyright p{
text-align: center;
line-height: 12px;
}
more on line-height: https://www.w3schools.com/cssref/pr_dim_line-height.asp
(also, the upcoming 1.2 version of Backlight will have a center alignment option for the footer built in the designer.)
4- Same thing with my text at the top of the page the word: welcome, can it be aligned with the photos?
are you centering it or trying to align differently.
To center, you can use a custom class or inline css.
inline:
<h2 style="text-align:center;>Welcome</h2>
If it's something you might want to do regularly, you can assign a custom class to the heading element or you could change the alignment of all heading elements in custom css.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline