- This topic has 11 replies, 3 voices, and was last updated 4 years, 6 months ago by
Support Team.
-
AuthorPosts
-
July 5, 2018 at 1:00 pm #7357
Rach
ParticipantHi, I share my problem with you on this topic: http://wptravel.io/support-forum/topic/slider/#post-7350
And your help solves the problem on the desktop. But on the mobile version, it looks bad. The size has the right size, but a huge grey screen is behind it… It’s really like the image size was not right and the slide screen is “incomplete”… It’s difficult to explain… So please take a look on a mobile: https://riodejaneirobycariocas.com.brCould you help me?
Thanks in advance! Rach
July 6, 2018 at 4:57 am #7361Support Team
KeymasterHello @rach,
To resolve the issue in responsive view you need to Replace the CSS that we have provided for desktop view in the ticket: http://wptravel.io/support-forum/topic/slider/#post-7350 which is :
#travel-log-front-page-slider-wrap #featured-slider .slick-track { height: 749px; }
With the CSS given below:
@media only screen and (min-width:769px){ #travel-log-front-page-slider-wrap #featured-slider .slick-track { height: 749px; } } @media only screen and (max-width:768px){ #travel-log-front-page-slider-wrap #featured-slider .slick-track { height: 200px; } }
Hope this helps.
Thank you.
Regards!!
July 6, 2018 at 4:57 pm #7381Rach
ParticipantIt works! Thanks a lot!
Just a few more questions…
1. Is there a way to translate the “read more” showing in posts of homepage section?
2. Is there a way to hide Category and Tags info at the end of each post?
3. Is there a way to hide Previous and Next posts at the end of each post?
Thanks again!
July 9, 2018 at 5:45 am #7384Support Team
KeymasterHello @rach,
Glad we could help you.
Now please find the detail about your query below:
1. Is there a way to translate the “read more” showing in posts of homepage section?
Response: All the string in the theme are already made translation ready so you can translate those string in your desired language.
As for the translation you can use the plugin like loco translation which actually provides the easy interface for translating the strings available in the theme.
Plugin link:
https://wordpress.org/plugins/loco-translate/
After this make sure to set the site language to your desired language by going to Admin Panel > Settings > General.
2. Is there a way to hide Category and Tags info at the end of each post?
Response: In order to hide the category and tags info from the single post page please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.single footer.entry-footer { display: none; }
3. Is there a way to hide Previous and Next posts at the end of each post?
Response: Now to hide the navigation button use below given CSS.
.single nav.navigation.post-navigation { display: none; }
Hope this helps.
Best Regards!!
July 10, 2018 at 11:37 am #7396Rach
ParticipantThanks! It helps a lot! =)
July 10, 2018 at 12:03 pm #7401Support Team
KeymasterHello @rach,
Glad we could help you 🙂 .
Any further issues are always welcome.
Also, we would really appreciate if you could help us by dropping some review to our plugin if you haven’t by following the link given below:
https://wordpress.org/support/plugin/wp-travel/reviews/
Thank you.
Have a great week 🙂 .
May 25, 2019 at 6:55 am #16240seal
ParticipantHello,
First of all, well done for the WP travel plugin and the support.
I have exactly the same problem.
This 1st code works :
#travel-log-front-page-slider-wrap #featured-slider .slick-track {
height: 749px;
}But then I get exactly the same :
in the mobile version, it looks bad. The size has the right size, but a huge grey screen is behind it.This code does not work :
@media only screen and (min-width:769px){
#travel-log-front-page-slider-wrap #featured-slider .slick-track {
height: 749px;
}
}@media only screen and (max-width:768px){
#travel-log-front-page-slider-wrap #featured-slider .slick-track {
height: 200px;
}
}May 27, 2019 at 6:13 am #16278Support Team
KeymasterHello @leisureandadventure,
When we inspected your site URL in responsive view, the slider seems to work fine.
Screenshot:
So can you please provide your screenshot so that we can inspect the issue further and help you.
Thank you.
June 13, 2019 at 12:02 pm #16812June 14, 2019 at 4:08 am #16839Support Team
KeymasterHello @leisureandadventure,
Thank you for the link.
Please add below given CSS to resolve the issue.
@media (max-width: 767px){ .slider-book-now { margin-top: 12px; } .featured-slider .featured-slider-contents { bottom: 10%; } }
Hope this helps.
If you have any issues further then kindly let us know.
Thank you.
June 14, 2019 at 7:29 am #16847seal
ParticipantWell done, it works perfectly
June 14, 2019 at 7:58 am #16850Support Team
KeymasterHello,
Glad we could help you.
If you have any issues further kindly let us know.
Also, we would really appreciate if you could help us by rating our plugin by following the link below:
https://wordpress.org/support/plugin/wp-travel/reviews/
Thank you.
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.