ShippeR
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Weird Page Behavior with Theme 2025@poena +1 for her answer. This theme is default one on which authors should debug their plugins. There is revealed new theme every year for authors can adapt plugins for newest trends in WordPress development.
Link to website you want to help with is now switched to theme Twenty-seventeen. So we can’t see issue with theme twenty-twenty-five.
Can you switch it back, make screenshorts of it and copy source code of page with issue? Right click of mouse and Show source code of website. Maybe we can give advice with this material.Main support should give elementor…
@designextreme If you want, feel free to use this logic in plugin or documentation. I think it can be helpfull for more people.
@peitl Momentary it’s used on test website. After finishing preparations, it will be moved on official site Chaos lounge Tábor.
Forum: Plugins
In reply to: [Ecomail] Pokladna blokového editoruDěkuji za odpověď. Myslím, že v názvosloví je nepřesnost a určitě je ve WooCommerce defaultně podporovaný.
Nový editor textů (nativní/defaultní editor WordPressu) je nově (2 roky?) právě Guttenberg, dnes je častěji nazývaný jako Blokový editor.
Můj dotaz se vztahuje k propojení čistého WordPressu a pluginu WooCommerce bez dalších pluginů. Integrace od WooCommerce již nyní existuje. Stačí si v editoru vložit prvek WooCommerce Pokladna a je dosáhnuto stavu, na který se ptám. Kam by bylo potřeba doprogramovat integraci Ecomailu.
Mám za to, že vývoj WooCommerce půjde právě tímto směrem. Aby podporoval defaultní editor všech textů WordPressu.
Dokumentace této části WordPressu: https://developer.ww.wp.xz.cn/block-editor/
Dokumentace WooCommerce pro vkládání bloků do editoru: https://woo.com/document/woocommerce-shortcodes/
Forum: Plugins
In reply to: [WP User Profile Avatar] Latest Update Bugs+1 same problem here, deleted previous images, can’t upload new picture for users without picture, it’s creating author box at posts which I don’t want.
+1 for me I found that alerts from Sucury doesn’t send from wordpress. It’s not even in logs of sended emails of plugin Post STMP. Configuration is same as before.
Version of Sucury: 1.8.39 Version of Post SMTP: 2.5.5It doesn’t send alerts, event doesn’t send after click on Send test at Sucury settings in Alerts card.
Please take a revision. I’m using latest versions of both plugins.
Thank you.
Forum: Themes and Templates
In reply to: [GeneratePress] Child theme and requiring at file functions.phpThank you very much!
Forum: Themes and Templates
In reply to: [GeneratePress] Child theme and requiring at file functions.phpMy edit of code in file
theme-functions.phpis just changing of all heading type from <h2> to <h3> at functiongenerate_get_the_title_parameters()because of styling.Forum: Themes and Templates
In reply to: [GeneratePress] Child theme and requiring at file functions.phpHi Tom,
functionrequire_onceis userfull for including PHP functions and classes because of it guards that file will not be loaded twice – second load of file with function of same name cause Fattal error.It makes sense to make change requiring of files what contain only functions. That will reduce cause of massive issues like you described.
I don’t know if there is loading any other file with just functions. I know just what I inspected and there wasn’t much.
In my case I would like to change line 90 of filefunctions.phptorequire_once $theme_dir . '/inc/theme-functions.php';For my case it’s enought. I would like to follow first thought that solution should be as universal as it can be to help all others with edditing just small part of code if they needed.Best regards,
ShippeRForum: Plugins
In reply to: [Encryption contest] Další rozvojBěhem podzimu plánuji udělat revizi pluginu a s tím provozní update. Nápad na novou funkci nemám, leda bys měl nějaký pomysl ty a já to tam dokódil. @kalich5
Forum: Plugins
In reply to: [Encryption contest] Encryption contestHello Tele-Cole,
Lines which indicate errors contains functions mb_strpos() and mb_strtolower(). They are part of PHP module mbstring, which may be installed on your server by default (it is normally On by default in 99% of servers).
It look’s your hosting have module Off or isn’t installed.To solve this issue you need to install this module on your server
(or contact hosting support and ask them for mbstring module to turn On)
http://www.php.net/manual/en/mbstring.installation.phpIf you are using cpanel please check this link http://forums.cpanel.net/f5/enable-install-mbstring-module-158165.html
Please also check http://tooltip.cminds.com/faqs/i-got-a-fatal-error-call-to-undefined-function-mb_strtolower/
I hope that the council has helped.
ShippeRForum: Plugins
In reply to: [Encryption contest] Encryption contestHello Tele-Cole,
Error is displaying after install, or after activation? Can you make print screen for me?
I will try to solve it yesterday at night.Thanks,
ShippeRForum: Themes and Templates
In reply to: [Frontier] How to disable background image in mobile versionIt work’s good. Than’s Angelo!
Forum: Themes and Templates
In reply to: [Frontier] How to show links in excerpt of postsYou are true. I tried showing posts without plugin Post in Pages and Advanced Excerpt really works. As you say I write to plugin author and I am waiting for his respond.
Link is added for anybody, who will follow my problem. I hope that problem will be fixed there.Thanks for your quick answer Ron Angelo!
ShippeRForum: Themes and Templates
In reply to: [Frontier] How hide border around posts on home page?It work’s great,
Thank you!