Home › Support › Themes Forum › Services Boxes vacation Lite theme
Tagged: servicebox, vacation lite
- This topic has 7 replies, 2 voices, and was last updated 7 years, 8 months ago by Anonymous.
-
AuthorPosts
-
February 22, 2017 at 7:09 pm #7112AnonymousInactive
Hi there,
I am new to WordPress and just created a website using on of your themes wich is almost ready.
I’d like to know how I can change the service boxes, they are showing too many info of the pages. ( Also HTML codes )
When looking at the pro template this is very different and just how I want it.
(Below “places you have to see”)Untill I got enough visitors I’d like to stick with the free template.
Also, when in mobile mode, the boxes wont appear next to each other when the screen width becomes to small (have to turn my phone for landscape mode, then it shows fine.)
And is there anyway to attach a link to the whole box, instead of only the text “check availability”.?
I hope you guys understand me 😊
Further more I wanted to say that I really love the design and functionality of this theme, keep up the good work !
Kind regards,
Theo Mast
February 22, 2017 at 7:31 pm #7113AnonymousInactiveOh forgot to mention my website:
http://www.espanaholidays.es/Sorry ☺
February 23, 2017 at 3:33 am #7116Chitra B.ParticipantI have been using vacation pro theme for my site Evergreen Tours
To change contents on service you can go
Appearance > Theme Option > Section Click on sections in which you want to change and details open. You can put contents. If you want to hide one of section than you can click hide section.
To put contents on these area you can edit or put code in section content area.
Thats what I am doing.
If you are considering to promote trip beyond Himalayas including Nepal, Bhutan, Tibet and India than just visit us.
February 23, 2017 at 5:48 am #7117AnonymousInactiveChitra B. Thanks for you reply.
I´m using the Vacation Lite template, this is what I see:
In Appearance > Customize > I only got “Welcome Section”.
This gives me the choice if I want to use Sliders, like your website, or use the Service Boxes.I want to keep it plain and simple so the service boxes is all I need. I only have the option to choose wich page goes into the service box, this will simply copy all info on that page in the box and doesn´t look very neat.
Is there a way to insert a css or php code to achieve all this? or do I have to get the pro template?
February 23, 2017 at 7:58 am #7118Chitra B.ParticipantYou click on service boxes and change the content. or you can follow the documentation of the theme.
http://flythemesdemo.net/documentation/vacation-doc/#service-sec
February 23, 2017 at 10:14 am #7120AnonymousInactiveIt seems like I dont have the ¨Theme option¨ menu showed on my sidebar in WordPress.
Is this option disabled in the free theme?
I´m using wordpress.org with siteground to host my website.February 24, 2017 at 3:45 pm #7132AnonymousInactiveSo I inserted some extra CSS codes for service boxes, wich are:
#services-box p{text-indent:-9999px;
line-height:0;}#services-box p:after{text-indent:0;
content:’ClickHere!’;
display:block;
Line-height:initial;This fixes my problem with changing the content, but it shows everything I type 3 times…
I hope someone with experience could help me out.If I cant find answers ill just insert Display:None..
February 24, 2017 at 4:30 pm #7133AnonymousInactive#services-box p{display:none}
#services-box h2:before{
content: ‘apartment:’;
display: block;
color:darkblue;}#services-box h3:before{
content:’Click on ¨CHECK AVAILABILITY¨ below to see prices.’;
color:black;
text-size: 1px;
Display: block}final code… seems like it worked XD
-
AuthorPosts
- You must be logged in to reply to this topic.