Theme Palace » All Posts https://themepalace.com/forum/pro-themes/travel-base-pro/feed/ Wed, 24 Jan 2024 09:33:53 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-188011 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-188011 Wed, 18 Jan 2023 06:42:29 +0000 Jade I missed your reply, and still encountered the issue after updating the theme a few moments ago…but your latest fix worked!!!!

]]>
https://themepalace.com/topic/ui-issues-on-how-characters-are-displayed/#post-185381 <![CDATA[Reply To: UI issues on how characters are displayed]]> https://themepalace.com/topic/ui-issues-on-how-characters-are-displayed/#post-185381 Thu, 25 Aug 2022 08:33:51 +0000 spotify Here u can get the details of spotify geek where it can help to get the complete guide on spotify and other details

https://lignea.fr/spotifygeek/

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-183715 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-183715 Fri, 08 Jul 2022 11:34:52 +0000 sanam Hello, Sakuna
Please use this CSS instead

.single-itineraries .wp-travel-average-review {
float: none;
margin-left: 46%;
}

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-183705 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-183705 Fri, 08 Jul 2022 03:32:19 +0000 Jade @sanam:

Returning to this thread. We have continued to try to resolve this small issue but cannot identify a fix. the above CSS unfortunately did not resolve the issue.

For desktop, we attempted:
.wp-travel-average-review {
float: none;
margin-left: 46%;
}

While this worked on individual itinerary pages, on itinerary archive pages (example.com/itinerary/) this fix unset the review stars creating a messy design that obscured half the stars.

Any further insight on this issue?

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181648 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181648 Tue, 03 May 2022 09:49:05 +0000 sanam Could you try adding this CSS instead

.wp-travel.trip-headline-wrapper .wp-travel-average-review {
margin-top: 33px !important;
}

]]>
https://themepalace.com/topic/travel-base-pro-problems-on-checkout-page/#post-181647 <![CDATA[Reply To: travel base pro problems on checkout page]]> https://themepalace.com/topic/travel-base-pro-problems-on-checkout-page/#post-181647 Tue, 03 May 2022 09:48:32 +0000 sanam Hello, Sakuna

Please add this CSS

.checkout-page-wrap > div {
grid-area: 2/1;
}
.checkout-page-wrap .wp-travel-checkout-section {
grid-area: 3/1;
}
@media screen (min-width:1024px) {
.checkout-page-wrap > div {
grid-area: unset;
}
.checkout-page-wrap .wp-travel-checkout-section {
grid-area: unset;
}
}

]]>
https://themepalace.com/topic/travel-base-pro-problems-on-checkout-page/#post-181638 <![CDATA[Reply To: travel base pro problems on checkout page]]> https://themepalace.com/topic/travel-base-pro-problems-on-checkout-page/#post-181638 Tue, 03 May 2022 07:21:56 +0000 Jade Hi Support:

Appreciate the follow up. Checkout review box typically displays before the final checkout process. Your solution above fixed the broken layout; thank you for this. Only issue is that it places the checkout review box below the submit button at the bottom of the checkout page rather than at the top of the page.

Can we set this to display before the final checkout phase?

Kind regards,
Sakuna

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181637 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181637 Tue, 03 May 2022 05:02:11 +0000 Jade Hi Support:

Appreciate your follow up. 🙂

I input the CSS, but the issue remains. Previously the review stars were centered below the price, but they remain asymmetrically offset to the right, both on desktop and mobile.

Please advise.

Kind regards,
Sakuna

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181612 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181612 Mon, 02 May 2022 05:34:58 +0000 sanam Hello, Sakuna we did some research on the issue that you have mentioned above and found out that Google is not going to display review rich results anymore for the schema types LocalBusiness and Organization (and their subtypes) in cases when the entity being reviewed controls the reviews themselves. so, I guess it won’t affect your site indexing.

You can find more information on the link below:
https://developers.google.com/search/blog/2019/09/making-review-rich-results-more-helpful

Regards,
Themepalace

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181603 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181603 Sun, 01 May 2022 14:09:07 +0000 sanam Hello Sakuna, Please add this CSS in the Additional CSS

.wp-travel.trip-headline-wrapper .wp-travel-average-review {
margin-top: 33px;
}

.wp-travel-tab-wrapper .slick-prev:before, .wp-travel-tab-wrapper .slick-next:before {
background-image: unset;
}
.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-prev::before,
.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next::before {
transform: rotate(0deg);
}

.wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next,
.wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev {
top: 32px !important;
}

Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
As for the GSC errors, We are looking into the issue, it would be great if you could send us the effected URL. We will provide you with an update soon.

Regards,
Themepalace

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181591 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181591 Sun, 01 May 2022 01:58:24 +0000 Jade Hi @support:

Please allow me to suggest you call me Sakuna, and consider an email-based support system? Support thread indexes in google leaving me other headaches to address. 😉

theme – travel base pro

url – trips[dot]sanooktiew[dot]com/itinerary/mohare-khopra/

On this URL, you can see how the review stars are misaligned. Also, Google search console shares the following about review snippets (travel plugin authors indicated this is due to the theme, not the plugin):

Error Missing field “itemReviewed”
Error Invalid object type for field “itemReviewed”
Error Missing field “author”
Error You rated a review, rather than an item
Error Rating is missing required best and/or worst values
Error Value in property “reviewCount” must be positive
Error Missing reviewed item name
Error Item does not support reviews

Other issues are as mentioned above.

Please advise.

Kind regards,
Sakuna

]]>
https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181557 <![CDATA[Reply To: travel base pro compatibility issues with wp travel plugin + other issues]]> https://themepalace.com/topic/travel-base-pro-compatibility-issues-with-wp-travel-plugin-other-issues/#post-181557 Fri, 29 Apr 2022 06:46:59 +0000 sanam Hello, @SANOOKTIEW

Could you please send us your site URL and could you tell us which theme are you using right now for your site?

Regards,
Themepalace

]]>