Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterCould you please disable all the plugins and check whether the menu is working? Some third-party plugins may create such issues. If the menu does not work even if all the plugin is disabled, share your site login we will inspect the problem and will solve the issue
May 24, 2023 at 12:08 am in reply to: Change the color of menu links select state and hover state #189822Psink
KeymasterI guess it’s better to change the code in the theme file rather than having CSS, it requires too much CSS to override the older one
here is the screen record on where to change
https://www.awesomescreenshot.com/video/17678524?key=ee63ac5b63dac8221f4c0cb1dcc3d232Psink
Keymasteryou can repeat the code
$(‘btn – class_name or id’).click( function(){
$(‘html, body’).animate({
scrollTop: $(“target – classname or id”).offset().top
}, 200);
} );note. if you are using a class name theme put ‘.’ at the beginning if it is id then put ‘#’
for example
$(‘.kb-btn_c704ea-58’).click( function(){
$(‘html, body’).animate({
scrollTop: $(“#intro-call”).offset().top
}, 200);
} );‘kb-btn_c704ea-58’ is a unique class of button and ‘intro-call’ is a id of target
Psink
KeymasterPlease add this CSS in the additional CSS?
#custom-header {
display: none;
}May 21, 2023 at 11:16 pm in reply to: Change the color of menu links select state and hover state #189803Psink
KeymasterCould you please share your site URL? We will inspect and provide you CSS to change the color
Psink
KeymasterSorry, there no demo for travel joy free. Rather you can check the demo of Travel Joy Pro
https://demo.wensolutions.com/travel-joy-pro/Psink
KeymasterWe will release the update by adding featured image in couples of days.
Regarding the size of the featured image actually its a background image of the page header, and its height is depend upon the text on the banner
Psink
KeymasterPlease update the theme and follow the screen record. We have added a Enable content option for the home page
https://www.awesomescreenshot.com/video/17506533?key=1dfdd38967e8ba72dd3071b8529ecd1e
Psink
KeymasterHeader image only works for banner images of inner pages( eg. single page/post archive page ), it will not work for the homepage. If the featured image is set then the featured will display as a banner image and if the featured image is not set then the header image will display as the banner image
Psink
KeymasterYes, you have to renew every year. License is valid for 1 year only
Psink
KeymasterThe height of the image is set to auto. If we put the height and show the complete picture it will stretch the image which will be not good. I guess height auto will be the best option
May 15, 2023 at 2:43 am in reply to: Translation of a sentence “Select Date and Pricing Options for…” #189743Psink
KeymasterSeems this issue is form WP Travel. We have contact them to fix this issue. According to them it will be fixed in new update which will be released in couple of days
For further inquiry you can directly contact to WP Travel author
https://wptravel.io/contact/Psink
KeymasterThe update process is the same as other themes. Once we release the update button will show on the dashboard.
Here is the link for the theme – the link is valid only for 3 days
https://we.tl/t-7qhxuPNGTYAnd here is the screen record
https://www.awesomescreenshot.com/video/17397283?key=ebae2500897f771697a1479e11151503May 12, 2023 at 7:36 am in reply to: Changing Colors and Header Images don’t persist after publishing #189652Psink
KeymasterThe issue was fixed in Latest version, please update the theme
Psink
KeymasterWe apologize for a late follow-up
I have a solution, hope this will work on your site
here is the js code, this will trigger the click event which will scroll the target to top
$(‘.kb-btn_4700f2-a7’).click( function(){
$(‘html, body’).animate({
scrollTop: $(“#intro-call”).offset().top
}, 200);
} );Please add this js on your site, here is the screen record on how to add js
https://www.awesomescreenshot.com/video/17317819?key=af8ee934de87c71af3ff97f04bfc93ddPlease let us know if this works
-
This reply was modified 2 years, 4 months ago by
Psink.
-
This reply was modified 2 years, 4 months ago by
-
AuthorPosts