Home › Forums › Pro Themes › Travel Insight Pro › Cambiare la visuale del sito da mobile
- This topic has 31 replies, 5 voices, and was last updated 5 months, 1 week ago by Psink.
-
AuthorPosts
-
February 13, 2020 at 12:51 pm #116416Gabriella PorzioParticipant
Hello,
with this CSS below, I remove the date only from one article, I want to remove it everywhere.
#pompeii-sorrento-positano .tab-slider time {
display: none;
}Also, nothing found with this istructions:
“For the different pictures for every single article, you can add a different image as the featured images for every article. Make sure you add an image which will display the image on your homepage in the article section.”
Can you be more specific?February 13, 2020 at 11:47 pm #116434wensolutionsKeymasterHello,
Below given CSS will help you remove the date from each article, use the CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.tab-content-wrapper .tab-slider time { display: none; }
Regarding your query about the article, we would like to apologize for the confusion. About the article section, you cannot change the image differently for different articles. But you can change the default image to another image of your choice.
Hope this helps.
If you have further queries, let us know.
Thank you.
February 20, 2020 at 8:48 am #116818Gianluca MaraucciParticipantHello,
I want to recude space betweeen Popolar destinations and articles in my homepage.
This is my website url: http://www.wantours.com.
Waiting yours,
Kind regardsFebruary 23, 2020 at 11:17 pm #116954wensolutionsKeymasterHello,
To reduce the space between Popular destinations and articles, add CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.home .page-section { padding-bottom: 0px; }
Regards.
June 19, 2020 at 2:57 pm #126730Gianluca MaraucciParticipantHi,
I want to change the icon of tripadvisor in my homepage.
If you take a look now, below the logo you can see an icon of a chain. This is the link of my tripadvisor account, but I want the right icon, as for facebook and instagram for example.
Please can you help me?
This is my website url:
http://www.wantours.com
Also I want to adapt my website on mobile device.
How can I do?
waiting for your reply,
best regards,
GabriellaJune 21, 2020 at 11:59 pm #126867wensolutionsKeymasterHello,
Regarding your query related to the social menu icon, you can follow the path Admin Panel > Appearance > Customize > Menus > Social Menus and social link to display a social icon in the header section. You can refer to the screen record given below for detailed assistance.
https://www.loom.com/share/3a469ddae12c4a7cb33da8a1ffef5ca5
Also, regarding your query about the site on a mobile device, the theme is mobile compatible and you can use the site on mobile devices too. In case you found some layout issues, please let us know so that we can fix the issues likewise.
Hope this helps.
Regards.
June 22, 2020 at 3:19 am #126881Gianluca MaraucciParticipantHello,
thank you for your reply.
I have some questions that I list below:1) Unfortunately I continue to see the chain as icon of tripadvisor.
Please can you tell me how can I solve this problem? The link of my website is:
https://wantours.com/?v=e4187bfd8f922) Regarding the mobile device, I want to adapt the vision from PC.
So I’d like to have the same vision of PC, when I browse from the mobile device. For example, pictures on top are cut from mobile device, different from PC.
Also the plugin for searching is in vertical, from pc is horizontal.3) I’d like to change the color of text in this area of my website. Now it’s grey, I’d like to change it in black. Also I want to remove numbers befor title.
4) If you take a look on my website, the section search have a part ” EX trekking” and I want to change it cause I don’t have any tour for trekking.
Please, can you answer to all my questions?
Waiting for your reply,
Kind regards,
GabriellaJune 22, 2020 at 5:13 am #126894wensolutionsKeymasterHello,
Please find answers to your queries below:
Query 1: Unfortunately I continue to see the chain as an icon of Tripadvisor. Please can you tell me how can I solve this problem? The link of my website is: https://wantours.com/?v=e4187bfd8f92
Response: Make sure you add the correct site URL in the custom link as shown in the screen record below. Once please verify by repeating the process of previous screen record. Also, if issue persists, please provide us the screen record on how you have been doing the process.
Query 2: Regarding the mobile device, I want to adapt the vision from the PC.So I’d like to have the same vision of PC when I browse from the mobile device. For example, pictures on top are cut from a mobile device, different from PC. Also, the plugin for searching is in vertical, from pc is horizontal.
Response: Regarding your query, the images and content adjust its size as per the screen as the font size and images everything looks small in the mobile devices. But you can hire a customizer and make the design look as per your requirement as it requires hardcore coding.
Query 3: I’d like to change the color of the text in this area of my website. Now it’s grey, I’d like to change it in black. Also, I want to remove numbers before the title.
Response: To change the color of the text you can add the below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.home #adventure .tab-content-wrapper .entry-content p {
color: #1d1b1b;
}Another query to remove the numbers before the title is the feature given by the theme and there is no way to remove it by the CSS.
Query 4: If you take a look at my website, the section search has a part ” EX trekking” and I want to change it cause I don’t have any tour for trekking.
Response: Regarding your query, you can add the below-given code in the child theme’s function.php file. You should not make any modification directly in your parent theme as all of the customizations will be lost upon update to the latest version of the plugin. So please go through the child theme for the changes.
You can refer to the below link on how to create a child theme.
wptravel.io/how-to-create-a-child-theme/
function customized_placeholder_strings( $placeholder ) { $placeholder = __( 'Your text', 'wp-travel' ); return $placeholder; } add_filter( 'wp_travel_search_placeholder', 'customized_placeholder_strings' );
Hope this helps.
If you have further queries, let us know.
Regards.
June 22, 2020 at 9:09 am #126922Gianluca MaraucciParticipantHello.
Thank you for your help.
Regarding your answer about mobile device, I’d like to send you a screen of this visual. Can you tell me how can I do?
Also I have problems with installation of child theme.
Whene I create a child theme with plugin, my website come to the original and I lost every modify.
How can I do to avoid this problem?June 23, 2020 at 12:04 am #126964wensolutionsKeymasterHello,
Please find answers to your queries below:
Query 1: Regarding your answer about the mobile device, I’d like to send you a screen of this visual. Can you tell me how can I do?
Response: You can hire a customizer and make the design look as per your requirement as it requires hardcore coding and it is not possible with few CSS.
https://themepalace.com/hire-a-customizer/
Query 2:Also I have problems with the installation of a child theme. When I create a child theme with a plugin, my website come to the original and I lost every modify. How can I do to avoid this problem?
Response: Actually, you create a child theme to secure the customizations you made. If you make changes in parent theme then while updating you will lose all the customizations. So, after creating a child theme, you have to shift all the customizations made on parent theme to child theme’s function.php. Child theme is the fresh setup you make ready to secure the customization.
Hope this helps.
If you have further queries, let us know.
Regards.
June 23, 2020 at 4:06 am #126981Gianluca MaraucciParticipantHi,
about your last reply I want to inform you that the code you gave me did not found. Also, when I customize my child theme, many changes I made on my original theme didn’t found on child theme. For example it don’t change the font of my subtitle.
Can you help me?
the website is http://www.wantours.com
Right now I have activated again the original themeJune 23, 2020 at 6:10 am #126984wensolutionsKeymasterHello @infowantour,
Please let us know how did you create the child theme? There might have some issues while enqueuing the paren scripts.
So please save the changes that you have made using the child theme and re make the child theme using the plugin mentioned below:
https://wordpress.org/plugins/wp-child-theme-generator/
Then paste the changes in child themes functions.php. If it is CSS then paste it to style.css file.
As for the font changing task for the subtitle, please use below given CSS.
.site-title a{ font-family: 'Pontano Sans', sans-serif; }
Change the font as per your requirement.
Thank you.
June 23, 2020 at 9:09 am #127014Gianluca MaraucciParticipantHello,
I have used this plugin but many things are different from the original and I can’t change it.
Its seems that the css don’t found on child theme.
Can you help me?June 23, 2020 at 9:25 am #127016Gianluca MaraucciParticipantHi,
can you also tell me why I see pictures out of focus, in section of my trips?
below here the link that take you directly there:
https://wantours.com/itinerary/pompeii-sorrento-amalfi-coast/?v=e4187bfd8f92
thank you in advance.
Best Regards,
GabriellaJune 24, 2020 at 1:48 am #127065wensolutionsKeymasterHello @infowantour,
If everything is fine then the issue might have raised due to the third-party plugin. So if you have installed any third-party plugin then please deactivate them and verify the issue. As a temporary fix, you can add that CSS in Additional CSS section by going to Admin Panel > Appearance > Customize.
If the issue still persists then kindly let us know.
As for the blurry image issue, please refer to the below-given link:
https://wptravel.io/faq/#image-quality-problem
Hope this works out.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.