sonalsinha21
Forum Replies Created
-
I am glad you could figure this out.
Below are the steps for setting footer like display in demo.
Regards,
Sonl Sinha
Forum: Themes and Templates
In reply to: [Posterity] type string is deprecatedResolved in version 3.6
Forum: Themes and Templates
In reply to: [Posterity] Image in title bar has too much space around itKindly use this CSS code to resolve spacing issue on mobile device.
Kindly add below code under :: Appearance >> Customize >> Additional CSS
@media screen and (max-width:479px) {
.page .title-bar.outside .overlay-color { padding-top: 0; padding-bottom: 0; min-height: 122px;}
}
Forum: Themes and Templates
In reply to: [Posterity] Image in title bar has too much space around ithttps://playtheboardmarketing.com/
site can’t be reached. checked on VPN also.
Forum: Themes and Templates
In reply to: [Posterity] Image in title bar has too much space around itTo resolved your pointed issue. Kindly add below code under :: Appearance >> Customize >> Additional CSS
@media screen and (max-width: 29.938em) {
.page .title-bar.outside .overlay-color{padding:75px 0;}
}
@media screen and (max-width:47.938em) and (min-width:30.000em) {
.page .title-bar.outside .overlay-color{padding:75px 0;}
}
@media screen and (max-width:63.938em) and (min-width:48.000em) {
.page .title-bar.outside .overlay-color{padding:75px 0;}
}
Forum: Plugins
In reply to: [WooCommerce] WooCommerce category description getting removedHi,
Added the google conversion tracking code was causing the issue. So basically clicking on pagination 2 and then clicking back on page 1 would remove its content.
Right now removed the Google ads conversion tracking code which has resolved the issue.
Forum: Plugins
In reply to: [SKT Skill Bar] WPbakery Page Builder – Text editor missing contentLatest version this issue was patched.
Forum: Themes and Templates
In reply to: [Posterity] Change blog post background/title colorTo make text color from black to white. Kindly Add Below Code Under :: Appearance >> Customize >> Additional CSS
.posts-grid-container .entry-summary
{
color: #fff;
}
Forum: Themes and Templates
In reply to: [Posterity] Change blog post background/title colorAs we checked text under header is already showing white. Or if that is not the case and you are referring to something else let us know. Share screenshot or URL.
Forum: Themes and Templates
In reply to: [Posterity] Change blog post background/title colorYou can manage blog post square background color from : Appearance >> Customize >> General Settings >> Content >> Background color
[but from this setting background color also change on pages and blog post detail page].
So if you only want to change blog post square background color so add this below css code under Appearance >> Customize >> Additional CSS
.bricks-frame .formatter {
background-color: #1b2e87;
}
Forum: Themes and Templates
In reply to: [Posterity] Change blog post background/title colorKindly Add Below Code Under :: Appearance >> Customize >> Additional CSS
.posts-grid-container h2.post-title a{color:#000;}
.posts-grid-container h2.post-title a:hover{color:#1e73be;}
Kindly connect with us via our website since this is pro theme and you are posting on free theme support area.
You can email us or use contact form given on our website.
You will have to disable plugins one by one and check which plugin conflicts.
Forum: Themes and Templates
In reply to: [Posterity] Change languageTo create .PO file kindly download software from : https://poedit.net/
To understand how to generate .PO translation file, kindly check this video : https://www.youtube.com/watch?v=gwbeyHR2ZuU