Forum Replies Created
-
AuthorPosts
-
April 11, 2023 at 1:25 am in reply to: Is It Possible to Left Align the Header Image & Menu Bar? #189273
Psink
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/March 26, 2023 at 11:37 pm in reply to: Trip Package details are not showing in any uploaded trip #189029Psink
Keymaster@SHAURYA806, It Seems there is a conflict with the js file on your site. Could you please share your dashboard login? we will fix the issue and let you know
you can share the login to parshant.themepapalce@gmail.com
March 26, 2023 at 11:30 pm in reply to: Replacing the month & day with an image thumbnail in the Events Sections #189027Psink
Keymaster@WOODSMAN, you will get the code of the Event Section on the file path unveristy-hub >> templates-parts >> home >> news-and-events.php line no. 95, 96, 97
Psink
KeymasterPlease download the theme from below link
https://drive.google.com/file/d/1hxe4hsJaMiOmTEGpW3KbMHkglrOAnECc/view?usp=share_linkPsink
Keymaster@MENYAK-TULKU, the CSS you wrote is incorrect. Here is the correct one
.site-description {
font-size: 25px;
} -
AuthorPosts