Forum Replies Created
-
AuthorPosts
-
Psink
Keymaster@BIRLA-ARNAA, can you please explain in more detail what did you change to fix the issue?
Psink
Keymaster@RANCHOALEGRE, there is an option to disable search in the menu GO to Customizer >> Theme Options >> Menu Options >> Search in Primary Menu
Psink
KeymasterYes, changing the parent theme is not a good approach as the code will disappear whenever the theme gets updated.
For the solution to your issue don’t change anything in the parent theme just copy the whole ‘inc’ folder
from the parent theme and paste it to the child theme. Since get_theme_file_path() get the path from the activated theme and there are no files of that path in the child theme so we have to add an inc folder. Besides that, you can customize anything in the child themePsink
KeymasterCould you please share your site login to prashant.themepalace@gmail.com? We will inspect the issue and let you know
Psink
KeymasterPlease this add one CSS
.outofstock a.button.wp-element-button.product_type_simple:before {
content: “Out Of Stock” !important;
padding: 14px !important;
margin-left: 18px !important;
border: 2px solid !important;
border-color: #f5808c !important;
}-
This reply was modified 2 years, 8 months ago by
Psink.
Psink
Keymaster@FOSTERKITTYCATS, you can add this CSS
#page-site-header #breadcrumb-list {
display: none;
}Psink
Keymaster@ALLI, Could you please share your site URL? We will provide you with a CSS to align the text center
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;
} -
This reply was modified 2 years, 8 months ago by
-
AuthorPosts





