Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterCould you please share your site’s temporary login? And detail about the error message, we will help you configure your site
Please share your login to prashant.themepalace@gmail.com
-
This reply was modified 1 year, 9 months ago by
Psink.
Psink
KeymasterYes, you can use the theme on as many sites as you like. The theme will run smoothly without a license too. But you can use the license only on one main site to get every theme update.
For more info please check this screenshot
https://www.awesomescreenshot.com/image/44787885?key=24fd8b180ef2aaf6f61ed3e4d00a1f62Psink
KeymasterLicense works only for one site. It does not support on multiple site
Psink
Keymaster@PRISCILLALONG93, It was showing active on the site rbswp.azurewebsites.net/ and we have just removed that test site. Now, you can login to your site and active the license key on the site and update the theme.
Psink
Keymaster@PRISCILLALONG93, Thanks for reaching out to us.
We will check from our side and come back to you soon
Psink
Keymaster@RJHOLOHANGMAIL-COM, you can see the font from Goole Fonts
here is the link – https://fonts.google.com/Psink
Keymasteryou can add this CSS to reduce white space
.home #content{
padding-top: 20px;
padding-bottom: 20px;
}you can adjust the value of padding-top for white space A and similarly padding-bottom for white space B
Psink
Keymaster@S967766, yes it is possible to decrease the white space.
Could you please share your site URL? we will provide you CSS to decrease the white space
Psink
KeymasterThanks for reaching out to us.
Here is the theme instruction, this will help you to get started with the signify dark theme
https://themepalace.com/instructions/themes/signify-dark/Let us know if you need any assist
Psink
KeymasterCould you please try a manual import? We will provide you a demo files
Before you import make sure all the recommended plugin is installed and also woo commerce plugin.Here is the link for the demo file
https://we.tl/t-7GXL75wKsrPlease follow the screen record
https://www.awesomescreenshot.com/video/22877384?key=f2d044178f917d6b97e891e36bed2096It will take a while to complete import
-
This reply was modified 1 year, 9 months ago by
Psink.
Psink
KeymasterCould you please share your site URL?
Psink
KeymasterYou can add this CSS in the Additional CSS. This CSS will help to change and set the color of the menu and submenu same regardless of screen size
.wp-block-navigation .wp-block-navigation__submenu-icon,
.wp-block-navigation-item__content,
.wp-block-navigation-link a{
color: #fff !important;
}.wp-block-navigation .wp-block-navigation__submenu-icon:hover,
.wp-block-navigation-item__content:hover,
.wp-block-navigation-link a:hover{
color: #f0f0f1 !important;
}you can change the color and hover color as per your need
Psink
KeymasterPlease follow the screen record to set number of slides and the slide image
https://www.awesomescreenshot.com/video/22778043?key=64a15ee85d8794494e2da3e795fd5881Psink
KeymasterSeems you have added an Additional CSS already to your site
Please you can try this CSS, regarding menu width you can adjust the value in .sidr
.sidr{
width: 200px !important;
}.custom-logo-link{
max-width: 100% !important;
left: auto !important;
float: none !important;
}@media only screen and (max-width: 1023px){
.custom-logo-link img {
max-width: 50% !important;
left: auto !important;
}
}@media (max-width: 480px){
.custom-logo-link {
left: auto !important;
}
}@media only screen and (max-width: 767px){
.site-branding {
text-align: center !important;
}
}@media screen and (min-width: 1024px) {
.container{
max-width: 1300px;
width: 100%;
}
#main-nav{
float: none;
}
.container #primary-menu{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
left: 0;
}
}Psink
KeymasterYou mean the burger menu that shows on the small devices to access the menu. I guess it is not a good idea to hide that menu, instead, we can remove the sticky of that element so that it moves up when scrolling the content.
Here is an example of that
https://www.awesomescreenshot.com/video/22776555?key=9d6550414f8193d2c6b320a955169c16Please add this CSS in the Additional CSS
@media only screen and (max-width: 900px){
.mobile-nav-wrap{
padding: 10px;
position: relative;
}a#mobile-trigger {
float: none;
text-align: left;
}#page {
margin-top: 0px;
}
} -
This reply was modified 1 year, 9 months ago by
-
AuthorPosts