Home › Forums › Pro Themes › Travel Ultimate Pro › Prices, Dates and Related Trips
- This topic has 66 replies, 2 voices, and was last updated 3 years, 9 months ago by style-travel-bg.
-
AuthorPosts
-
May 29, 2020 at 6:30 am #124547wensolutionsKeymaster
Hello,
Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the date form the related trips section
.single .wp-travel-itinerary-items .wp-travel-post-content .trip-duration{ display: none; }
Please let us know which section doesn’t require dates so that we can fix the sections too.
Hope this helps.
If you have further queries, kindly let us know.
May 29, 2020 at 6:49 am #124549style-travel-bgParticipantHello again,
1. How can the published date be removed? – section EVENT
Thank you in advance.
May 29, 2020 at 7:44 am #124558wensolutionsKeymasterHello,
Please provide us the screenshots so that we can be clear and help you with precise fixes.
Regards.
May 29, 2020 at 7:55 am #124560style-travel-bgParticipantHello again,
1. How can the published date be removed? – section EVENT
http://blog.styletravelbg.com/wp-content/uploads/дати.jpg
Thank you in advance.
June 1, 2020 at 3:04 am #124902wensolutionsKeymasterHello,
Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the date form the event section.
.home .wrapper .posts-slider .slick-track .entry-date{ display: none!important; }
Hope this helps.
If you have further queries, kindly let us know.
Regards.
June 1, 2020 at 4:20 am #124905style-travel-bgParticipantHello again,
Is it possible to change the size of the pictures in the slider on the homepage?
http://test2.styletravelbg.com/wp-content/uploads/Слайдер.jpg
Thank you in advance.
June 1, 2020 at 6:45 am #124910style-travel-bgParticipantHello again,
In the About Us section, the links are not working. How can I repair them? They were supposed to work yesterday?
They are not active.http://test2.styletravelbg.com/wp-content/uploads/destination.jpg
Thank you in advance.
June 2, 2020 at 10:37 am #124976style-travel-bgParticipantHello again,
Is it possible to change the size of the pictures in the slider on the homepage?
http://test2.styletravelbg.com/wp-content/uploads/Слайдер.jpg
June 3, 2020 at 12:52 am #125021wensolutionsKeymasterHello,
Regarding your query related to the about us section link, everything is working fine as you can refer to the screen record given below.
https://www.loom.com/share/54e90b71e8fc4607898eeceec322081c
Further, regarding the query related to the image size, the gapping on both the side of the image is equal as you can see in the screenshot given below.
The feature is managed by the theme itself, if you extend the image the design will be destroyed and it will require hardcore customization to manage this.
So, you can consider hiring a freelancer or a professional developer.
https://themepalace.com/hire-a-customizer/
Regards.
June 3, 2020 at 2:54 am #125024style-travel-bgParticipantHello again,
Is it possible that the buttons in Event section to be disabled?http://test2.styletravelbg.com/wp-content/uploads/Event.jpg
Thank you in advance.
June 3, 2020 at 5:51 am #125027wensolutionsKeymasterHello,
Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the button form the event section.
.home .slick-track .post-categories{ display: none; }
Hope this helps.
Regards.
June 5, 2020 at 5:04 am #125168style-travel-bgParticipantHello,
I have the following queries:
1. Can some of the sections of the home page of the theme be placed on other pages on the site?
http://test2.styletravelbg.com/wp-content/uploads/1.jpg2. When you enter somewhere on the site there is a large image. Can it not be displayed?
http://test2.styletravelbg.com/wp-content/uploads/2.jpg3. How can I remove the text from a photo?
http://test2.styletravelbg.com/wp-content/uploads/3.jpgThank you in advance.
June 5, 2020 at 6:42 am #125170wensolutionsKeymasterHello,
Please find the answers to your queries below.
Query 1. Can some of the sections of the home page of the theme be placed on other pages on the site?
Response: Regarding your query, this feature is not available in the theme and it requires coding so you can consider hiring a freelancer or our professional developer.
Query 2. When you enter somewhere on the site there is a large image. Can it not be displayed?
Response: Regarding your query, please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the featured image from the archive pages.
.archive #page-site-header{
display: none;
}Query 3. How can I remove the text from a photo?
Response: Please add the below-given code in the child theme’s function.php file.
add_filter('get_the_archive_title', function ($title) { return preg_replace('/^\w+: /', '', $title); });
Further, you can make changes or customization in the child theme, and to create a child theme, you can refer to the documentation link on how to create a child theme.
https://wptravel.io/how-to-create-a-child-theme/
Hope this helps.
If you have further queries, kindly let us know.
Regards.
June 5, 2020 at 7:12 am #125173style-travel-bgParticipantHello again,
Is it possible to remove the serch engine from the following photo?
http://test2.styletravelbg.com/wp-content/uploads/5.jpgThank you in advance.
June 8, 2020 at 8:16 am #125528style-travel-bgParticipantHello,
Is it possible to remove the serch engine from the following photo?
http://test2.styletravelbg.com/wp-content/uploads/5.jpgThank you in advance.
-
AuthorPosts
- You must be logged in to reply to this topic.