Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #1261369

    Any solution?

    #1261655

    Anyone here?

    #1262414

    Hi,

    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,
    Yigit

    #1262537

    Hi,

    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.

    #1262662

    Hi,

    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,
    Yigit

    #1262707

    Now, images are pixeled.

    Check here for example: https://corporate.tutuionatan.ro/portofoliu-personal-branding/

    #1262737

    Hi,

    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,
    Yigit

    #1262815

    Hi,

    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.

    #1263019

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.