danieltj
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Markdown Editor (Formerly Dark Mode)] you’ve made my dayThank you too!
Forum: Themes and Templates
In reply to: [Nude] Front page content not loading in Nude themeHi @jgavink, thanks for giving the Nude theme a try. This theme is a bit of a strange one I guess you could say compared to other themes like Twenty Seventeen for example.
The Nude theme is specifically designed for people who just want to use the WordPress dashboard and not having anything else show up on the front-end of the website. It works best if you want to use WordPress and the REST API as a place to store data and be used elsewhere on other sites.
So in this scenario I don’t think the Nude theme is quite right for you and probably best if you use a different one as by design it won’t show any content at all and will only display the site name and description with an additional link back to www.remarpro.com.
Forum: Reviews
In reply to: [WP Markdown Editor (Formerly Dark Mode)] GoodThat’s great news! Thanks for leaving a review. ??
Forum: Fixing WordPress
In reply to: I can access dashboard but not ordersThis seems like you might be using an outdated plugin or theme that is using the deprecated function you listed above. Do you have any updates for any plugins perhaps? Try updating them and see if it stops. It’s also likely that a plugin is using the incorrect function and the developer will need to fix it.
Forum: Reviews
In reply to: [WP Markdown Editor (Formerly Dark Mode)] Great plugin!Thanks for your review, I appreciate it! Good to see that’s it’s helping people.
Forum: Fixing WordPress
In reply to: site is stuck in Home pageClear your browser cache and make sure you haven’t setup any redirects incorrectly. Have you done anything recently that might cause this? Installed a new plugin, updated something? You could also try on a different computer (or phone) not on the same network connection as your main computer to see if it’s localised to a device.
Clear cache help: https://www.refreshyourcache.com/en/home/
Forum: Fixing WordPress
In reply to: FATAL ERROR after loginIt seems like a plugin may have a problem in that’s causing continual load and stress on the server when the page is requested. I’d suggest deactivating all of your plugins and turn them on one by one to see what is causing it. It seems to me it’s something relating to your theme or a plugin that performs a function on the front-end (not in the dashboard).
Forum: Fixing WordPress
In reply to: Contact Forms with Multiple RecipientsYeah generally I think the Mail 2 feature is for automatic replies confirming the email was sent/received but it also doubles up as an extra way to send more emails out to someone else. I’m not sure if it was working before why it’s stopped, but at leats this works for you.
Forum: Developing with WordPress
In reply to: Create “message user” button on non-plugin pageBy the looks of it you can use the function the plugin author has given you and it’ll do most, if not all of the work for you by generating the correct button for the user to click to send a message.
You just need to add it in your theme. No shortcode necessary.
Forum: Everything else WordPress
In reply to: WordPress 5.0Version 5.0 isn’t scheduled for a while yet. May 25th is when GDPR comes into effect, that’s not a new version release date. There is version 4.9.6 coming out very soon though. Both updates generally should be okay but you should test your theme on the new versions before updating on your live website to make sure.
Forum: Networking WordPress
In reply to: Lost access to domain, how to access site admin?Can you ask your web host for assistance? If not, you’ll need to edit the database and change the site and home URLs in the
options
table which should let you point the site to a different URL.Forum: Fixing WordPress
In reply to: Redirection urlIt might just be a case of caching and waiting it out. If the link doesn’t exist anymore it should fall off of results in the SEO tools unless people are still trying to access the page, then it’ll count as a 404 error. You’re best setting up a redirection rule to another page so people don’t land there and get an error.
Forum: Fixing WordPress
In reply to: Contact Forms with Multiple RecipientsIn Contact Form 7, are you using the Mail 2 option or separating both addresses in the main email section? You will probably need to use the Mail 2.
Check this out: https://contactform7.com/setting-up-mail/
Forum: Fixing WordPress
In reply to: Can’t see site after updates installedThe best way to restore files is through FTP if you’re not using version control. I’d also check the error logs to see what is causing the problem as a plugin might not be compatible with the updates you did. Before you restores any files, look at the logs and see what comes up.
Failing that, login to an FTP account using a client like FileZilla (others are available) and then you can manage the files that way. You might need to talk to your web host depending on whether you have access etc.
Forum: Fixing WordPress
In reply to: error 404-not foundDo you have access to the site database? You’ll need to revert the changes in the
options
table for thehome_url
andsite_url
options and that should revert it back.