Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
@therastan666, Currently the theme doesn’t offer a tik tok icon. We will be adding tik tok icon in upcoming update
PsinkKeymaster@therastan666, Is it possible to share a reference screenshot of the hero content section and the site URL?
PsinkKeymaster@wcms, we provided you with CSS in the previous reply regarding the header space issue. Seems you have not added that CSS in the Additional CSS. However, if you want to have the same header as in the demo you can use “TP: Social Link” and “TP: Link Button” widgets on the Header Widget Area. Also, we will provide you a CSS to make a button color golden
Please follow the screen record
https://www.awesomescreenshot.com/video/30446626?key=09c11d1d41db1ef97373e45762893f2dHere is the CSS to make the button color golden – Add this to Additional CSS as in the screen record
.graduate_pro_link_buttons a{
background: #f99f2f;
}Regarding Black Overlay – Here is the CSS to remove the black overlay of the banner image from all pages
.black-overlay {
opacity: 0 !important;
}Please add this as in the screen record
https://www.awesomescreenshot.com/video/30446738?key=75d261845cfc6e140216acfbbf1ed215Additionally, the search field is not aligned with the menu items in the header. Here is the CSS to fix that issue
.main-navigation ul > li > a {
padding: 15px 15px !important;
}After adding all this CSS your site looks something like this
https://www.awesomescreenshot.com/video/30446798?key=a023baa8554a3f64e4e908d61a126b44
I hope this will solve all of the issues
Please let us know if you need any further assistance
PsinkKeymasterPlease, add this CSS. It include CSS to remove black overlay of the banner image and the CSS to fix the header space
#masthead .container .pull-right .widget .wp-block-buttons{
margin: 0px !important;
}#masthead .container .pull-right{
display: flex !important;
padding: 20px 0 !important;
}.main-navigation ul > li > a {
padding: 15px 15px !important;
}.black-overlay {
opacity: 0 !important;
}@media screen and (max-width: 992px){
#masthead .container .pull-right {
justify-content: center;
}
}@media screen and (max-width: 992px){
#masthead .container .pull-right {
flex-direction: column;
align-items: center;
}
}let us know if the above CSS does not works
- This reply was modified 3 months ago by Psink.
PsinkKeymaster@DIGITECHVIBE, Here we have a few demos, You can check from your side
https://themepalace.com/downloads/magazine-palace-pro/
https://themepalace.com/downloads/magazine-power-pro/
https://themepalace.com/downloads/news-vibe-pro/PsinkKeymaster@lindajerlamgmail-com, You can add this CSS in the Additional CSS to override the blue color
.clean_corporate_widget_latest_news .latest-news-text-wrap {
border-bottom: 5px solid #dd9933;
}August 4, 2024 at 11:47 pm in reply to: Trouble Activating Signify Pro License for Signify Photography Child Theme #196413PsinkKeymaster@tishd7, You do not have to active Signify Photography if you have a Signify Pro. Signify Photography is the child theme of the free version of Signify Pro. To activate photography on the pro version there is an option called “Theme Scheme” inside the color setting, there you will find the “Photography” option to choose from.
Here you can follow the quick screen record
https://www.awesomescreenshot.com/video/30187824?key=2f862080ea82182cf004dc64cab91424PsinkKeymasterTo fix lot of space in the header, you can add the bellow CSS to Additional CSS
.site-header .pull-right{
display: none !important;
}PsinkKeymasterYou can add social icons from the widget area. Go to Customizer >> Widgets >> Header Widget Area, from there you can add social icons from two different widgets, one with “Social Icons” and the other with “TP: Social Link”.
Here is the screen record of adding social links https://www.awesomescreenshot.com/video/30046278?key=1d39d61974e5a3be8771f8c984335f96
PsinkKeymaster@THERASTAN666, Yes we can help you. It is possible with a child theme. We can help you build a child for adding a section where you can load a Contact Form 7 Shortcode. For this, you can hire our customizer team for to help you to customize theme – https://themepalace.com/hire-a-customizer/
PsinkKeymaster@AMANDABOTFIELD, Thank you for reporting the issue related to the font. We are quite unclear regarding the issue. Sometimes the third-party plugins may override the style of the theme. Could you please troubleshoot the site by disabling all the plugins? For this, you can use the Health Check plugin
https://wordpress.org/plugins/health-check/Also is it possible to share the site URL and the reference screenshot? It would be helpful to understand the actual cause of the issue and provide you with a solution to fix it
PsinkKeymasterThe update may take time. Is it possible to share the temporary login to your site? or could you please share your email so I can provide you with the latest zip of the theme?
PsinkKeymaster@VALENE01, Thank you for the reporting the issue. We will be releasing the update within 48 hours. Please update the theme after it goes live and let us know if you need any assistance related to the theme
PsinkKeymasterIt looks like the size of the logo is too big for the theme’s header. Especially the height of the logo, you can try corp the logo to reduce the top and bottom space as in the screenshot
https://www.awesomescreenshot.com/image/49209241?key=6d4228cfd8667f6423b2721c6c4378fcPsinkKeymasterIt seems there has been an issue with the code while copying. Please follow the screen record
https://www.awesomescreenshot.com/video/29266616?key=8662e65542e55e5ef8fbd9beb31f37a5 -
AuthorPosts