Please or Register to create posts and topics.

meta tags fixet but need more work

hello developers, i checked last update and it’s great to hear fix meta tags for facebook, post pictures can fetching right now but, forum main page cant fetch information, i set yoast seo information of the main forum place but cant fetching information, mobile friendly needs to fix, when i opening post on phone, post author picture is to large and not mobile friendly please check and fix it. i translating this forum on wordpress in Georgian language, i think my work help the forum be a better one. hnaks.

Hello @maturelly

The forum itself can only fetch images which are contained inside of the forum. The overview only consists of forums and related information and has no pictures assigned to it at all, so its not possible to automatically use an image for it. However, normally in this case Facebook & Co automatically uses the next bigger image inside of the page it can detect. Yoast SEO unfortunately has not added compatibility for Asgaros Forum yet so its not able to set the correct meta-tags for the forum. I suggest you to contact their developers so maybe they can have a look into it.

Regarding the mobile-theme issues: Most of those problems are caused by the styling-rules which are set by a theme. Can you provide a link to a certain post or forum including a screenshot so I can have a look into it and possibly fix it in one of the next updates?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

here the pic

Uploaded files:
  • Screenshot_2019-05-17-15-31-20.png

Hello @maturelly

Actually this issue is caused by the Autoptimize-plugin which you are using because it changes the order of styling-rules. Please add the following code to Forum -> Appearance -> Custom CSS:

@media screen and (max-width: 782px) {
    #af-wrapper .post-author img.avatar {
        height: 40px !important;
        width: 40px !important;
    }
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Fixed Tnx