
-
AuthorPosts
-
November 17, 2020 at 10:32 pm #1261135
Hi,
I found some display bugs. I made a video for every bug for better undestanding.
1. The pagination on Portofolio category page is not working properly:
2. The image is not displayed properly on portofolio gallery item slider:
3. I can’t find how to edit these description under menu items.
November 18, 2020 at 10:07 pm #1261369Any solution?
November 19, 2020 at 11:20 pm #1261655Anyone here?
November 23, 2020 at 3:36 pm #1262414Hi,
Thanks for contacting us and sorry for the late reply! Please do not reply to your own thread to push it as it actually pushes your thread to the end of our queue.
1- We have already fixed the issue and it will be included in upcoming update. I have updated enfold/framework/php/function-set-avia-frontend.php file on your installation so now it should be working correctly. I could not confirm as you currently only have 2 items in “Corporate” category but pagination on your home page works.
2- Please use a plugin such as this one – https://wordpress.org/plugins/simple-image-sizes/ and change the size of “gallery” image sizes which is 845x684px by default.
3- Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png :)
Best regards,
YigitNovember 23, 2020 at 11:55 pm #1262537Hi,
For 2, I installed the plugin but it seems to not working. I change the image size but it is the same in the front-end.
Please check.
Thanks.
November 24, 2020 at 2:07 pm #1262662Hi,
It seems like you have not regenerated thumbnails after changing image sizes. I set the size of Gallery images to 600x600px and regenerated them.
Please review your website :)
Best regards,
YigitNovember 24, 2020 at 3:30 pm #1262707Now, images are pixeled.
Check here for example: https://corporate.tutuionatan.ro/portofoliu-personal-branding/
November 24, 2020 at 4:32 pm #1262737Hi,
It is all about the sizes. I set it to 600x600px as you previously set but now changed it to 1300x1300px and regenerated them again.
Please review your website.
Best regards,
YigitNovember 24, 2020 at 9:49 pm #1262815Hi,
I discovered another 3 issues:
1. On mobile, the heading and subheading are not in the center and the hamburger menu is not in line with the logo.
Printscreen here: https://prnt.sc/vpcz9b
2. On team section on mobile, team members photos are not in the same order like on desktop and also they are pixeled.
November 25, 2020 at 3:46 pm #1263019Hi,
1- You set your heading size to 36px which was too big for mobile. I edited your element and set it to 32px on mobile in Styling > Font Sizes
Logo is not aligned because you have following custom CSS code
.logo img { padding-top: 25px; }
I added following code to bottom of Quick CSS
@media only screen and (max-width: 480px) { .logo img { padding-top: 5px; }}
2- Image are blurry because you are uploading images in medium size. I edited first and last images and uploaded them in full size.
To change the order on mobile, please duplicate your element, change the order of text and image as needed for mobile and choose to display it only on mobile under Advanced > Responsive tab and hide your existing element on mobile.Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.