meta tags fixet but need more work
Quote from maturelly on May 15, 2019, 3:10 pmhello 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 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.
Quote from Asgaros on May 16, 2019, 4:15 pmHello @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?
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?
Quote from Asgaros on May 17, 2019, 2:22 pmHello @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; } }
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; } }