Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello @tanvir
We contacted BlueHost support but it wasn’t much of help. The php execution time set from cPanel was not being applied or the main server php execution time is set low which was failing the demo import.
We were able to use a manual demo importer. It was giving 500 server error reaching the execution time limit, but reloading the 500 error page multiple times imported the demo completely.Regards’
PsinkPsink
KeymasterHello @Sukron
We apologize for getting late. Here is the css code as per your needs. Please add this code in Additional Css
#primary article.hentry{ Padding: 14px 20px; margin-button: 20px; } #primary article.hentry .entry-content p{ font-size: 14px; margin-bottom:0px; } #primary article.hentry a.read-more:after { font-size: 13px; } #primary article.hentry a.read-more{ font-size: 13px; }If you want to change css value. Please can change css value in the above codes as your requirement
Hope this helps
Regards,
PsinkPsink
KeymasterHello @eli
Thanks for your query. We would be happy to help you. To set up the homepage slider you can follow the theme instruction
Here is the instruction to set up the slider
https://themepalace.com/instructions/themes/travel-master-pro/#doc-main-slider-12Or you can follow the screen record
https://www.awesomescreenshot.com/video/2138445?key=ceac24bbd57759198b7e7cdaa7488e9dHope this helps
Regards,
PsinkPsink
KeymasterHello @Natalie
Thanks for your query. We would be happy to help you
Can you please share your site URL. Once we get the site URL it will be easy to inspect the actual issue. And also please give us the page URL where that quote block exists.We will provide you a few Css codes that may help you to change the line color
Regards,
PsinkPsink
KeymasterHello @christina
We are sorry to hear that you’re having trouble with setting up the homepage. We’d like to try and help get things sorted out.
I would like to recommend you to follow theme instruction, there you will find everything related to theme settings
Here is the link for the theme instructions
https://themepalace.com/instructions/themes/musicsong-pro/#doc-how-to-set-homepage-setting-4and screen record for Hompage setting up
https://www.awesomescreenshot.com/video/2123694?key=801d9ee7e42afcb19c081bebb49dcb3aIf this does not help you to get things sorted out. Please let us know, we are always here to help you
Regards,
PsinkPsink
KeymasterHello @Brandon
Actually, there is no option to select multiple categories in that widget. In the demo, we have not assigned any category, all the post that has been displayed are the first 3 latest posts. If you left the category empty then it will display the latest posts serially.
Regards,
PsinkPsink
KeymasterHello @Mariusz
Thank you for your information. It’s very appreciate to us. We will work on it and let you know when it’s done
Thank you
Psink
KeymasterHello @DANIEL
I have recently visit your site. I see there all of images in category are slightly different size.
Please add this Css code in Additional Css to make all images same size
.blog-posts-wrapper .featured-image img { width: 100%; height: fit-content; }Hope this helps
Regards
PsinkPsink
KeymasterHello @Mariusz
I don’t why homepage sortable is not working on your side. I think something is missing. Can you please conform is your WordPress version is up to date. It should have to work because it is working well on our side
Here is the screen record
https://www.awesomescreenshot.com/video/2097053?key=3a026641300af02f9f53bc5ea71197b1Regards
PsinkPsink
KeymasterHello @KONUR ALP
Add this code in Additional Css to hide ‘From The Blog’
.archive-posts-wrapper .section-heading-wrapper { display: none; }This css will help you to place site title next to logo in mobile display
@media screen and (max-width: 575px){ .site-title{ font-size: 24px; } .site-branding{ display: block; } .site-identity{ width: 47%; text-align: left; display: block !important; float: left; padding-left: 10px } img.custom-logo { max-width: -webkit-fill-available; } .custom-logo-link{ width: 45%; float: left; } .wp-custom-logo { display: block; } }Add all these Css code in Additional Css
Hope this helps
I see there you have blocked inspect option. Please next time enable inspect it will be easy for us to inspect actual class and help you little quick
Regards
PsinkPsink
KeymasterHello @Esther
Try this Css Code
.single-product div.product { background: #fff; }Please add this to Admin Panel >> Appearance >> Customize >> Additional Css, Here paste above Css code then published and refresh page. You will see the change
Hope this helps
Regards,
PsinkDecember 15, 2020 at 11:47 pm in reply to: colour overlay on the header images/ buttons not visible in different browsers #140878Psink
KeymasterHello @Melissa
According to your explanation – you wants to add pdf url to button to make download available for every one.
Try this it may help you. Here is the screen record on it
https://www.awesomescreenshot.com/video/2094396?key=8362b2fa11f92e0a6cb2bba68c8cc9ddIf it works please let us know
Regards
PsinkPsink
KeymasterHello @users,
We understand that you’re experiencing a license activation issue on your end. We apologize for the inconvenience this has caused.
While we’re migrating the licensing and subscription system for WP Travel and its addon from Theme Palace EDD platform to Freemius platform, it is expected that you would see this license error on your dashboard during this phase. This issue will be auto resolved after the license upgrade completes on 15th Dec. Your subscription is still expected to remain active even after migrating to the license platform.
Likewise, plugin functionality will still work regardless of license activation.
For further assistance and follow up, please contact directly to WP Travel support https://wptravel.io/contact/
Thank you.
PsinkDecember 15, 2020 at 2:23 am in reply to: colour overlay on the header images/ buttons not visible in different browsers #140820Psink
KeymasterHello @melissa
We are very much will to help you.
For issue no. 4 – add bellow css code just below the previous css in Additional Css
header#masthead { background: #000; opacity: 0.8; }We have added slightly transparent background, its looks cool for your site. If you want permanent black you can remove opacity code form above css code
For issue no. 3
Here is the css code#call-to-action .btn { border-color: #f30f0f; color: #fff; border: none; background-color: #2471b5; }Above css make button background likely blue with on border. In case if you are willing to change css. you can change all of css as per your need.
Here is little quick guide for it
if you want border to be exist in button – remove ‘border: none;’ from above css
if you want text color to be black – replace color code in ‘color: #fff;’, ‘#fff’ is a color code just replace with ‘#000’, ‘#000’ is a color code for black.
Similarly you can change border-color and background-color.Get color code form https://htmlcolorcodes.com/
For issue no. 2
Here is the css codea.wp-block-button__link.has-text-color.has-background, a.wp-block-button__link.has-background { padding: 11px 35px; border: 2px solid #f9a926; color: #ea5b0e !important; background-color: #eee !important; font-size: 1rem; border-radius: 0px; }Above code will make inner pages buttons looks same like homepage buttons.
And this is for button hover
a.wp-block-button__link.has-text-color.has-background: hover, a.wp-block-button__link.has-background: hover { background-color: #ea5b0e !important; color: #fff !important; }For issue no. 1 – Can you please explain more details on this issue
Regards,
PsinkPsink
KeymasterHello @maurice,
We are really sorry for keep you waiting. We apologize for it.
We would like to notify you that have send the latest version of theme to admin member and will be released to Themepalace within a couple of hours.
Please update the theme and let us know if there still exist same issue in the theme. It would be very mush appreciate to us to help you
Regards,
Psink -
AuthorPosts





