Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterSure, I will share a code file with you and put CSS and Js codes in their respective place. First, you will need to install “Theme Editor” and “Simple Custom CSS and JS” Plugin, activate both plugins and follow the screen record
https://www.awesomescreenshot.com/video/16471182?key=2bf2f0fc6c00cfb185f3a46bb6d28646
let us know if you have any confusion
Psink
KeymasterWe will release the update by fixing the issue. For now, you can remove one line of code from the function.php
Follow the screen record
https://www.awesomescreenshot.com/video/16469596?key=4230b18a54c6fe6c93dddfe9e34c6c7aHope this will help
Psink
KeymasterYes, we can help you with that, can you please share your site login? You can share it to prashant.themepalace@gmail.com
April 11, 2023 at 1:25 am in reply to: Is It Possible to Left Align the Header Image & Menu Bar? #189274Psink
KeymasterHello,
First of all thank you for choosing Signify Dark theme for your site. Regarding the header alignment could you please explain more details and provide some reference screen shot.
Regarding the sticky menu add this js and css code
JS code
jQuery(document).ready(function( $ ){
$(window).scroll(function() {
if ($(this).scrollTop() > 1) {
$(‘#masthead’).addClass(‘sticky-head’);
}
else {
$(‘#masthead’).removeClass(‘sticky-head’);
}
});
});CSS code
#masthead.sticky-head .site-branding{
display: none;
}#masthead.sticky-head {
position: fixed;
z-index: 1;
background: #000;
width: 100%;
}#masthead.sticky-head #site-header-menu{
border: none;
}You can the the screen record to add this code
https://www.awesomescreenshot.com/video/16399398?key=9df412e6f41f9058f38fbb2e556613bfApril 11, 2023 at 1:25 am in reply to: Is It Possible to Left Align the Header Image & Menu Bar? #189273Psink
KeymasterHello,
First of all thank you for choosing Signify Dark theme for your site. Regarding the header alignment could you please explain more details and provide some reference screen shot.
Regarding the sticky menu add this js and css code
JS code
jQuery(document).ready(function( $ ){
$(window).scroll(function() {
if ($(this).scrollTop() > 1) {
$(‘#masthead’).addClass(‘sticky-head’);
}
else {
$(‘#masthead’).removeClass(‘sticky-head’);
}
});
});CSS code
#masthead.sticky-head .site-branding{
display: none;
}#masthead.sticky-head {
position: fixed;
z-index: 1;
background: #000;
width: 100%;
}#masthead.sticky-head #site-header-menu{
border: none;
}You can the the screen record to add this code
https://www.awesomescreenshot.com/video/16399398?key=9df412e6f41f9058f38fbb2e556613bfPsink
KeymasterYou can add this CSS to eliminate the header overlay text
– TO ELIMINATE PAGE TITLE ONLY
#page-site-header .page-header {
display: none;
}– TO ELIMINATE WHOLE OVERLAY TEXT
#page-site-header {
display: none;
}You will get the following color options in the pro version
https://themepalace.com/instructions/themes/pet-business-pro/#doc-how-to-manage-colors-6Psink
Keymaster@RMINEH, Regarding query no.1 we can fix the issue by adding CSS code in additional CSS
Here is the CSS code
.outofstock .wp-element-button {
visibility: hidden;
padding: 0px 0px !important;
}.outofstock a.button:hover{
color: #000 !important;
}.outofstock .wp-element-button:before {
visibility: visible;
content: ‘Out Of Stock;
padding-left: 20px;
}Add this to Customizer >> Additional CSS
Regarding query no.2 could you please explain in more detail?
Psink
KeymasterCould you please check the screen recording?
https://www.awesomescreenshot.com/video/16239730?key=39cdd932b814481ffe7d71e2aa7143aaIf that’s the section, you can add this CSS to Additional CSS. Also, you can change the value of the padding as per the requirement
.gallery-columns-3 .gallery-item {
padding: 20px;
}Psink
Keymaster@KOMALSHRAMA, Updating the current theme will not lose the settings. If you change the theme then only you will lose the theme settings, and your other setting will remain the same
Psink
KeymasterCould you please share a reference screenshot? Is it the homepage section or the gallery slider?
Psink
Keymaster@AILIA2008, You can add this CSS in the Additional CSS
.pbWrapper > div, .pbWrapper > img {
border: 10px solid #ffffff;
border-radius: 0px;
}Let us know if its works or not
March 30, 2023 at 11:27 pm in reply to: Trip Package details are not showing in any uploaded trip #189087Psink
KeymasterThe issue has been fixed in the latest version of WP Travel. No need of Login Details now
you can verify form your side and let us know if its works or not
Psink
Keymaster@AILIA2008, Could you please share your site URL? we will check and provide you CSS
Psink
Keymaster@BERATINHO, Could you please share your site URL? we will see if it’s possible with the CSS and let you know
Psink
KeymasterCan you explain in more detail the issue?
I have visited your site, Twenty Twenty theme is currently active on your site. Download the Travel Ultimate Pro that you have purchased and set active on your site
If you don’t have downloaded the theme yet
download from this link https://themepalace.com/my-account/ -
AuthorPosts