Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterCould you please share your backend URL? We will inspect the issue and let you know
You can send it to this email prashant.themepalace@gmail.com
Psink
KeymasterYou can add this CSS in the Additional CSS
here is the CSS
iframe.wp-video-popup-video{
width: 1400px;
}Psink
KeymasterYou can set another page as a homepage for that Go to Customizer >> Homepage Settings there you will see the Homepage options you can choose any of the pages that you want to use as a homepage
Psink
KeymasterYou can add this CSS in the Additional CSS
@media screen and (min-width: 910px){
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}.main-navigation ul ul .menu-item-has-children > a:after {
right: 10px;
top: 14px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
}June 6, 2023 at 11:45 pm in reply to: Increase the width of the feature image and content area within the page #189920Psink
KeymasterYou can wrap all the blocks in the group block and set the content width
here is the example
https://www.awesomescreenshot.com/video/18096893?key=54fad2378c746fb7496b5243f152b85ePsink
KeymasterI did not understand what exactly you want to say. Could you please explain in more details and if possible with the reference screenshot
June 5, 2023 at 11:20 pm in reply to: Increase the width of the feature image and content area within the page #189906Psink
KeymasterIs this is want you want to have on your site
https://www.awesomescreenshot.com/video/18057487?key=6b74bfe47e3c50d690bbf4aef1f7d12cPsink
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, 6 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;
} -
This reply was modified 2 years, 6 months ago by
-
AuthorPosts





