pradeepphule
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] favicon not showingForum: Themes and Templates
In reply to: [GeneratePress] favicon not showingHi,
I uploaded the favicon.ico file in root directory. Now when we view page source favicon file is present but still favicon not showing on front end.
Please refer screenshot.
Forum: Themes and Templates
In reply to: [GeneratePress] favicon not showingI’m not able to understand what you said.
Can you show this with screenshots or guide me how to do this.
Forum: Themes and Templates
In reply to: [GeneratePress] favicon not showingHi @edge22,
Waiting for your reply.
Forum: Themes and Templates
In reply to: [GeneratePress] favicon not showingHi @edge22,
I followed following path to add favicon to website.
Appearance => Customize => Site Identity => Site Icon
Let me know if I did something wrong.
Forum: Themes and Templates
In reply to: [GeneratePress] favicon not showingHi @edge22,
Good Morning.
Yes, have cleared browser cache, still no effects favicon not displayed. Even I have open website in incognito mode.
Is anything else I have to do?
Let me know.
Forum: Themes and Templates
In reply to: [GeneratePress] Bullet List AlignmentHi @pingsunday,
If you need to align bullet points to left, then you need to remove either margin or padding assigned to ul element.
for e. g.
.parent-class ul {
padding-left:0px;
margin-left:0px;
}Hope it works.
Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Add background image to pageHi @edge22,
It’s my mistake.
Background image added successfully.
Thanks for your support.
Cheers! 🙂
Forum: Themes and Templates
In reply to: [GeneratePress] Add background image to pageHi @edge22,
Yes, I have added full-container as a div and trying to add background image to that div same way as the css you pasted above.
.full-container {
background-image: url(https://png.pngtree.com/thumb_back/fh260/back_pic/02/68/42/5957908fe6d9740.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}Still not working.
Hi @edge22,
I am trying to add page background image to my website. As you said I have added full-container div and trying to set background image to that div. Still it is not working.
Any suggestion.
Thanks.
Forum: Plugins
In reply to: [WP Responsive Menu] Menu not scroll on mobile devicesI got the solution.
If menu not scrolling then just add following css.
.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
position: fixed !important;
}Thanks.
Forum: Fixing WordPress
In reply to: Custom link menu itemHi @jensdes,
I saw your website, and it it full screen. According to my knowledge when we use full screen sections or full screen website that time custom link with the same page or another page not working.
Forum: Fixing WordPress
In reply to: Block editorHi @dawid199003,
Use this plugin to use block editor.
Forum: Themes and Templates
In reply to: [GeneratePress] remove transition effect on scrolling