emaster7
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Products category page, bottom descriptionThank you, will try this.
Forum: Themes and Templates
In reply to: [Blocksy] Some markup in excerpts?Hi @cteduard
Thank you for answer, this is interesting solution.
But i need bulk one, so I’ve found another way – i installed plugin Advanced Excerpt (https://ww.wp.xz.cn/plugins/advanced-excerpt/) and it solve my problem. It has not very obvious settings, but did the trick.
Thanks!
Eugene R.
Forum: Plugins
In reply to: [Monobank WP Payment] Немає опцiї оплати через MonoОк, разобрался, проблема в валюте.
Forum: Themes and Templates
In reply to: [Blocksy] Different logo for different pagesHello @cteduard
Thanks, it’s look fine.
Forum: Themes and Templates
In reply to: [Zakra] Logo is vertically streching (on iphone browser)Hello,
Thank you for your follow-up. I’ve succeed to solve problem, but it was rather tricky.
As I understand Iphone browser and older Chrome browser both have same problem with flex containers, so I was forced to disable it for logo image. Here is my changes in style.css:
.site-branding {
/* display: -webkit-box;
display: -ms-flexbox;
display: flex; */
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}.site-branding .custom-logo-link {
margin-right: 20px;
/* display: -webkit-box;
display: -ms-flexbox;
display: flex;*/
}Now it seem to work ok.
Forum: Themes and Templates
In reply to: [Bento] No sidebars on the pagesThank you, I replied by mail.
And happy new year!
Angelo, Marinhinz – thank you very much, problem is gone and all work ok.