-
Posted a reply to Site throwing Error “establishing a database connection”, on the site WordPress.org Forums:
Hi @jaizal, I reviewed the URL and it seems you've fixed the issue. "Error establishing… -
Posted a reply to Resetting Two-Factor Authentication for WordPress Slack, on the site WordPress.org Forums:
Thanks @clorith, I sent them an email and await further assistance. -
Posted a reply to Resetting Two-Factor Authentication for WordPress Slack, on the site WordPress.org Forums:
Hey @clorith, that didn't work – the page leads to a get.slack.help page which discusses… -
Created a topic, Resetting Two-Factor Authentication for WordPress Slack, on the site WordPress.org Forums:
I require assistance to reset my two-factor authentica… -
Posted a reply to How to shut down a company site that has been bought and closed, on the site WordPress.org Forums:
As James said regarding the WHOIS, once you get the appropriate details about who is… -
Posted a reply to Embedded Google Calendar Not Displaying Correctly on Mobile Devices, on the site WordPress.org Forums:
Hey Jules, try this code: <div class="gcal-container"> <iframe src="https://calendar.google.com/calendar/embed?src=julie.allsaintsmke%40gmail.com&ctz=America/Chicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>… -
Posted a reply to Permalink structure for analytics, on the site WordPress.org Forums:
What about add ?, as in `?%author%, etc? -
Posted a reply to How to avoid Redirects, on the site WordPress.org Forums:
Clear the cache and the cookies from sites that cause problems, that should solve your… -
Posted a reply to Permalink structure for analytics, on the site WordPress.org Forums:
Changing permalinks isn't always fun, and yes, it could damage your site traffic. Search engines… -
Posted a reply to How to create infinite slider., on the site WordPress.org Forums:
It was a little task but I've made it for you (JavaScript, HTML, CSS) and… -
Posted a reply to Insert mailchimp popup in wordpress, on the site WordPress.org Forums:
Well, without knowing much I would advise placing somewhere here: /wp-content/themes/your-theme/footer.php -
Posted a reply to Disabling the activation email when registering, on the site WordPress.org Forums:
Place this code in your functions.php, I found the solution in this thread. function disable_validation(… -
Posted a reply to custom user profile, on the site WordPress.org Forums:
Have a look at author template and see if author.php solves the problem. -
Posted a reply to Require confirmation on email change, on the site WordPress.org Forums:
I found this gist snippet, seems to do what you're asking. -
Posted a reply to Is it a good idea to host the pictures on Google instead of my WordPress host?, on the site WordPress.org Forums:
It sounds like a lot of work, also, it would be really terrible if Google's… -
Posted a reply to Not receiving emails from contact us form, on the site WordPress.org Forums:
Sweet, glad to hear you got it solved! -
Posted a reply to WordPress login broke, on the site WordPress.org Forums:
Is it possible that the .maintenance file wasn't removed after installation? -
Posted a reply to Creating a WordPress subpage for a non-WordPress site, on the site WordPress.org Forums:
Create a new WordPress installation on a sub-folder on the domain. See tutorial https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory -
Posted a reply to Aligning Related Posts, on the site WordPress.org Forums:
Link -
Posted a reply to How to sell membership with WordPress ?, on the site WordPress.org Forums:
I highly recommend Chargebee. Otherwise, something custom would be my other suggestion (but that requires… -
Posted a reply to Anyone lost their Admin dashboard CSS & JS after 4.6 upgrade?, on the site WordPress.org Forums:
Check to see if the .maintenance has not deleted -
Posted a reply to Not receiving emails from contact us form, on the site WordPress.org Forums:
Hey shawsic, WordPress uses PHP mail, some hosts disable email to avoid spam – you… -
Posted a reply to How to sell membership with WordPress ?, on the site WordPress.org Forums:
Also have a look at https://www.chargebee.com/ -
Posted a reply to How to get the custom image of child pages?, on the site WordPress.org Forums:
<?php echo get_post_meta($post->ID, 'image', true); ?> Above code should work but most likely $post->ID would…