Rastislav Lamos
Forum Replies Created
-
Forum: Plugins
In reply to: [Crowdsignal Dashboard - Polls, Surveys & more] PHP 8.2 supportHi Arunas.
Thanks for letting us know. I’ve logged this with our development team to prepare the plugin for upcoming PHP version.
We’ll let you know once it’s done.
Rasto | Crowdsignal
Forum: Plugins
In reply to: [Awesome Weather Widget] Add SK Slovak locale to $available_localesVery good, thanks Hal!
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingNoted (Andrew)
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingThat’s something a moderator has the ability to do. I’m tagging this thread as modlook.
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingCheers ??
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingHmm, you are probably using some URL-altering plugin as your “Lost your password?” URL is this
https://masterindustrialproducts.com/lost-password/
, while the standard one is this:https://masterindustrialproducts.com/wp-login.php?action=lostpassword
, which, by the way, seems to be working. Try it.Forum: Themes and Templates
In reply to: [Simple Shop] admin bar missing from theme.Glad to hear that. ?? Have a nice day.
Forum: Themes and Templates
In reply to: [Simple Shop] admin bar missing from theme.The footer looks fine except one thing:
<?php sds_footer_sidebar(Simple Shop); ?>
Simple Shop
is not a PHP variable, nor a string. Try this instead:<?php sds_footer_sidebar('Simple Shop'); ?>
I added quotes (‘ ‘) around the words Simple Shop so it becomes a PHP string, a valid data type.
Forum: Themes and Templates
In reply to: Hi guys, need help centring header menu in Spacious“No problem man! ??
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingI’m not sure about whether changing GUID could cause such an issue. However, it is not advised to change them in any way as they are basically IDs of posts.
Could you write here the URL of your site?
Forum: Themes and Templates
In reply to: Hi guys, need help centring header menu in Spacious“Yes, it should work (screenshot as a proof)
Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingAh, I see :/ Yes, I think it must be caused due to a plugin or a theme, because that feature (“forgot password”) is a WordPress core one so it’s working across millions of other sites.
Could you setup a local copy of that site and try disabling the plugins there?
Forum: Themes and Templates
In reply to: [Simple Shop] admin bar missing from theme.Hello goodsuccess,
yes, it has probably something to do with changing the
footer.php
code. Can you copy paste the code from that file here?Forum: Fixing WordPress
In reply to: forgot password on wordpress not workingHmm. Can you disable all plugins and switch to the default WordPress theme (Twenty Fifteen or so) to check if you can reproduce the issue?
Cool. Yes, you can but when you have some free time, I recommend trying to fix the issue as they might accumulate and cause bigger troubles in the future.
Good luck