Home › Forums › All Other Themes › Adventure Theme Pages list
- This topic has 39 replies, 2 voices, and was last updated 2 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
April 25, 2022 at 12:12 pm #192812
https://expedition-japan.com/
April 26, 2022 at 12:01 pm #192843Hi,
Given website URL isn’t clickable. Therefore we are unable to check the issue.
Regards,
ChrisMay 9, 2022 at 10:54 am #193328Hello, for the adventure theme, I would like to create a booking form just like the demo (https://sktperfectdemo.com/demos/adventure/booking/) however, I cannot find the template for this. Is there an option of a template? Or Likewise, how can I incorporate it into my site?
May 10, 2022 at 5:51 pm #193393Hi,
How to setup Book Your Adventure Form On Booking page? Follow these steps.
1. Go to Admin -> Contact
https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img6.jpg2. Edit or add form fields, and copy contact form shortcode
https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img7.jpg
https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img8.jpg3. Add form shrotcode in Booking page
https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img9.jpgThis is Book Your Adventure Contact Form 7 Shortcode.
<label>Name* [text* your-name] </label> <label>Email* [email* your-email] </label> <label>Phone Number* [text* your-number] </label> <label> Adventure Tour* [select* your-tour "Mountain Climbing Tour" "Mountain Hiking Tour" "Mountain Biking Trip" "Wildlife Adventure" "Yatch Sailing Tour" "Polar Tour"] </label> <label> Adventure Destination [select your-destination "Aquatica" "Atlantis" "Colorado" "France" "Himalaya" "Maldives"] </label> <label> Date of Tour [date date-73] </label> <label>Message (optional) [textarea your-message] </label> [submit "Submit"]
Regards,
ChrisMay 11, 2022 at 7:15 am #193407Thank you very much.
One other thing is that I am currently trying to put in my logo. However, when I do so, it changes the aspect ratio of my image. When I insert my png as the same size as the sample provided, it makes the image really small and provides too much border. I would like to keep the box as the same size, however reduce the border so that the image takes up more of the space. How can this be done?
May 11, 2022 at 7:27 am #193408Sorry, Actually i figured that out but was wondering how I could do the Custom CSs to make the logo sit half way between the header bar and the top slide? Like an overlapping effect. Is this possible?
May 11, 2022 at 7:39 am #193409This is my website URL (expedition-japan.com) and I would like to keep the logo the size and position it is now, but bring the header back to where it was flush with the other buttons, and then have the logo overlap the slider images
May 11, 2022 at 7:17 pm #193436Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo img { height: 130px; width: 130px;} .logo { margin-bottom:-85px;}
Regards,
ChrisMay 13, 2022 at 6:13 am #193483Thank you so much! For the same page, is there a way to bring the slide text down so that it doesn’t overlap with the Logo now?
Thank youMay 13, 2022 at 6:47 pm #193508Hi,
Kindly use this CSS to fix text overlapping.
.nivo-caption { top:35%;}
Regards,
ChrisMay 16, 2022 at 12:13 pm #193538Thank you very much! I am very satisfied with the changes!
The next issue I have is making it mobile and tablet friendly. The menu and such becomes giant and the logo will not match the size of the screen correctly… I would like the mobile and tablet versions to be more or less the same as the desktop format. How can this be done?
May 16, 2022 at 12:56 pm #193552Also additionally, is there a way to change the back header image for each individual tour instead of just one top back image for them all?
May 16, 2022 at 4:47 pm #193626Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .header { position:relative;} .logo { max-width:110px;} .logo img { margin-top:10px; margin-bottom:0;} } @media screen and (min-width:768px) and (max-width:1023px) { .logo { width:130px;} .logo img { margin-top:10px;} .nivo-caption.nivo-caption { top:32%;} }
Regards,
ChrisMay 18, 2022 at 8:37 am #193697Unfortunately, that did not fix the issue. The proportions are still off and the seven sections that serve as buttons for each of the prefectures are still aligned vertically on mobile, while on the website they are horizontally on the desktop. I would also like them horizontal on the mobile Just like on the mobile
May 18, 2022 at 11:39 am #193715Hi,
Okay, Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.