Still waiting for any reply for more than one month of the problem in brizy pro element: sidebar and posts
I met a problem two months ago:
* while using "posts" and "sidebar" element in brizy pro, style will become inconsistent with my theme (blocksy),
* original blog page of blocksy has no problem, only happens in page edited by brizy
Currently I cannot use this custom page, only can use the default blog page, which is not good enough.
Could anyone help me find out where the problem is?
I posted this two months ago and no any reply for more than one month and i need this function badly so I look for help again. (issue #16071)
Thanks.
GC
-
Hi Guan-Cheng
Sorry for the delay from out side. Let me restate what I have understood. In the sidebar of https://hajigu.co/articles/ you would like the link normal color to be black/grey and link hover color to be yellow like in https://hajigu.co/blog/
Brizy does not stylize the WordPress sidebar. The element just displays the sidebar with the theme styling. Ideally Blocksy sidebar and Brizy sidebar should be identical; for some unknown reasons, it is not. The normal link color is wrongly set as yellow instead of black/grey. The same Blocksy class wpp-post-title displays one color in Blocksy sidebar and another color in Brizy sidebar.
Try adding this CSS under Appearance - Customize - Additional CSS
.wpp-post-title {
}
a {
color: #504e4a
}
If this does not help. please post this issue in Brizy Facebook community. I can request Blocksy community moderator Taha Demirhan to check this.
If there are issues with the spacing in the sidebar, that also need to be solved from the theme side and not from from the Brizy side. (since the sidebar is not stylized by Brizy)
0 -
Hello Kc,
Thanks for your explanation!
The differences between original blog and sidebar/posts elements are not only color of link, but also size/spacing of title and paragraph.
I tried this additional CSS, it only tries to fix color so the page still looks very strange (words are big and small, close and far). Thanks for explaining the reason of why it is blocksy's problem. I am trying to modify the page not to use sidebar, which has more problem than posts element.
Guan-Cheng
0
Please sign in to leave a comment.
Comments
2 comments