Nidhi Jain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant click on few items in MenuI’ve seen the stylesheet in inspect element. But I am not able to see the style that you added.
I’ve checked this style to add in the inspect element and it is working fine for me.
Apply this style again
@media only screen and ( max-width: 768px ) {
.woocommerce ul.products.columns-4 li.product {
clear: both !important;
float: none !important;
}
}If there is a cache plugin please clean the cache and check.
Forum: Fixing WordPress
In reply to: Cant click on few items in MenuHey, I am not able to see the styling that you added at the end of the style.css
Also apply float:none to set the block in center.
@media only screen and ( max-width: 767px ) {
.woocommerce ul.products.columns-4 li.product {
clear: both !important;
float: none !important;
}
}Forum: Fixing WordPress
In reply to: Cant click on few items in MenuYes, you can.
Apply this and let me know.
Forum: Fixing WordPress
In reply to: Cant click on few items in MenuThis is a CSS error because next product is overlapping on the previous product on mobile. That’s why you are unable to click on that.
You need to add the following style in your stylesheet:
@media only screen and (max-width: 767px) {
.woocommerce ul.products.columns-4 li.product {
clear: both !important;
}
}Forum: Fixing WordPress
In reply to: Cant click on few items in MenuHey, I’ve checked on mobile.
There is showing 2 responsive menu button.
One is appearing from the default navigation of the theme and the second one is the off-canvas menu which is sliding from left.
You need to remove one of the two menus.
Forum: Fixing WordPress
In reply to: Remove Header & Footer from One Page – Customizr themeHey,
Please try this plugin if it can be useful to you.
Forum: Fixing WordPress
In reply to: Cant click on few items in MenuHi @payal77,
I’ve checked your link on desktop and mobile device and I can easily click to all the links in the menu.
Can you tell me which links you can not access?
Forum: Fixing WordPress
In reply to: Modify “Leave a comment” titleI am not able to find this theme.
Can you please send me the theme URL.
Is this a free theme or paid?
Forum: Fixing WordPress
In reply to: Modify “Leave a comment” titleHi @memetrader,
You will find the comment title in the theme files.
There will be a file of functions in which you will find.
Which theme are you using?
Forum: Fixing WordPress
In reply to: Remove Header & Footer from One Page – Customizr themeHi @nabramow,
If you are using beaver builder then you can use beaver themer with this.
It helps to build custom header, footer and page layout and provide settings to set layout for a particular page.
Forum: Fixing WordPress
In reply to: Cant click on few items in MenuForum: Fixing WordPress
In reply to: wp-confing.php causes a lot of issuesHi @geekinside,
The name of that file is wp-config.php that contains the database’s details.
And the name of the file was changed thats why you were getting an error.
Forum: Fixing WordPress
In reply to: People no longer able to leave commentsGreat! ??
Forum: Fixing WordPress
In reply to: People no longer able to leave commentsHi Ariel,
Can you please check comments in dashboard?
I’ve commented on the post.
Did you receive or not?
Forum: Fixing WordPress
In reply to: Can’t see Media GalleryCan you please share the credentials of your site?
So, I can look into it.