Home › Forums › WoodMart support forum › Menu Image CSS doesn't work
Menu Image CSS doesn't work
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by Elise Noromit.
-
AuthorPosts
-
November 24, 2019 at 4:41 pm #158672
AbutalebParticipantDear team \\
I cannot control image box from single image box keeping aspect ratio same for all image.
This is happening only HTML Block section in HTML Block for drop down menu (Theme menu category 2)
I have instilled WP Super Cache and Jetpack today after that it was happened previously it was perfect.
And another things notice that if i instilled Minify plugin then change few CSS style that totally change the theme style like w3 cache plugin.
I want to keep both plugin please help meI have attached screen shot
Attachments:
You must be logged in to view attached files.November 24, 2019 at 8:09 pm #158697
Elise NoromitMemberHello,
The plugins hardly ever influence. When you set 118×118 it means that image view is uploaded from this size but the actual image size would be the same as it has been uploaded to Media Library. You need to upload images of the same size and the same proportion.
You can test the same on any default theme and you will see the same.
Best Regards
November 25, 2019 at 11:26 am #158818
AbutalebParticipantThanks for your quick answer
1. My image size and image settings are same aspect ratio My image size is 118 x 118 that uploaded Media library. You may explore my site
2. I have noticed same issue in single page section. please see the attachment.
Attachments:
You must be logged in to view attached files.November 25, 2019 at 12:10 pm #158832
Elise NoromitMemberHello,
Please check how your images look like in any of the default themes. You will see the same. If you want images of the same size, you should upload images of the same size and leave the field with the size empty or insert “full”
Installing demo content doesn’t create a site that is an identical copy of our demo site because it has a big number of pages and images that takes to much time to complete.
Most images you see on our site are not included in our theme package and will not be imported.Best Regards
November 25, 2019 at 2:02 pm #158882
AbutalebParticipantDear Team
Thanks for your support, I Always appreciated your tremendous support.
Actually this section (I have attached) not working when i set any value same kind of error in different section in my site when i installed this plugin.
But earlier was accurate when I installed WP Supper cache since then error is showing.
Another things i am not copying your theme as it is, I am just showing the different between your theme and mine.Attachments:
You must be logged in to view attached files.November 26, 2019 at 7:59 am #159000
Elise NoromitMemberHello,
In order to ensure the correct lazy loading operation, all the images are assigned with
width:100%;
what spreads the image over the container.In order to get rid of this style for some certain elements assign this class to the element
disable-lazy-load-styles
and add this code to the Theme Settings > Custom CSS > Global:body .disable-lazy-load-styles img { width: auto; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register