Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello,
May be license is not activate on the site.
Note: License only works for one siteRegards,
Psink
KeymasterSeems you have developed a child theme, you can share your login info to this mail prashant.themepalace@gmail.com
As you can see in the screen record few lines of JS code is missing in the theme file
https://www.awesomescreenshot.com/video/18024339?key=aa34aa83836fce6e336e631d7ff85f21I will add the code and let you know
-
This reply was modified 2 years, 4 months ago by
Psink.
June 5, 2023 at 1:29 am in reply to: Increase the width of the feature image and content area within the page #189892Psink
KeymasterCould you please share a reference screen shot and the URL of the site?
Psink
KeymasterCould you please share your site url?
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
-
This reply was modified 2 years, 4 months ago by
-
AuthorPosts