igor4wp
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 integration triggers errorthanks @takayukister
I added the keys exactly as described and this triggers an error
(previously we used Invisible reCaptcha plugin, but it’s not compatible with PHP 8.1)Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not showing success messageHello @takayukister
I’ve done as described, but no luckAny suggestions?
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not showing success messageHi @takayukister
The list of all plugins installed is in the 1st message.
Theme: Blocksy PRO by CreativeThemesThank you, it helped to resolve the case.
Same here, it drives me crazy tbh
I’ve managed to align buttons at the bottom of the columns!
.butbot .stk-block-column__content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.stk-block-button-group {
flex-grow: 1;
display: flex;
align-items: flex-end;
}(.butbot is a custom class created to narrow the focus of the snippet above)
Maybe someone can help to find where is the mistake in my snippet so it will align “Read more” links at the bottom of the columns https://prnt.sc/Dddf0qXc4Ko-
I’ve tried similar approach but can’t identify the correct classes:
.texbot .stk-block-column__content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.stk-block-expand__show-button {
flex-grow: 1;
display: flex;
align-items: flex-end;
}(.texbot is a custom class created to narrow the focus of the snippet above)
Forum: Plugins
In reply to: [Polylang] Language locale issue on the homepageplease check on your site – looks like a recent update has fixed the issue and we can enable Hide URL language information for default language feature
a quick check on my site seems to be ok
Forum: Plugins
In reply to: [Polylang] Language locale issue on the homepageIt would be great if @chouby could find a minute to reply to us!
Forum: Plugins
In reply to: [Polylang] Language locale issue on the homepage@chouby is it something you can help with?
Forum: Themes and Templates
In reply to: [Blocksy] Mobile menuYou’re absolutely right @creativethemeshq, better is a very subjective term.
I’m rather asking for advice on what/how could be improved in my case as the current view of the mobile menu looks a bit “too cheap” to me
Forum: Themes and Templates
In reply to: [Blocksy] Mobile menuThanks @creativethemeshq!
I’ve managed to adjust the width, but still struggle to reduce the height of the mobile menu – in my case it has too much air above and under the menu sections. Is there anything I can do to make it look better?
Hi guys,
I found an issue with Russian/Ukrainian text on the banner – since the words are longer than those in English, 3 buttons can’t fit to the mobile screen. See the screenshot https://photos.app.goo.gl/o1MfoVJpfJPNGYfYA.
Is there any way to wrap the buttons into more lines, so all the options are visible to the user?
Thanks!
I’ve done my small contribution, hope this helpsI’ve managed to translate headings and body of the pop-up, is there any change to translate the items on the screenshot?
Thanks!