Dhaval Kapadane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts not displayingHello @patgreeen1959,
Please follow the steps based on the official WordPress document URL on how to display posts. If your issue is resolved, then please close the ticket.
Guide URL – https://learn.www.ads-software.com/tutorial/how-to-add-a-blog-or-news-page-to-any-wordpress-website/
Thanks!Forum: Fixing WordPress
In reply to: Error exporting all dataHello
large exports are failing, it might be due to restrictive server settings. Request your hosting provider to increase the following PHP configuration limits:
#1 max_execution_time: scripts run longer without timing out.
#2 memory_limit: Allocates more memory for processes.
#3 upload_max_filesize: Supports larger file uploads during operations.
#4 post_max_size: Allows larger data submissions via forms.
These adjustments will improve your ability to handle large export operations effectively.Thanks!
Forum: Fixing WordPress
In reply to: Help Needed: Removing White Space Above and Below BlocksHello @anadventurousduo ,
You can apply the following CSS to Removing White Space Above and Below Blocks:
.trawell-main {
margin-top: 0;
}
.trawell-section {
margin-bottom: 0;
}
Thanks!Forum: Fixing WordPress
In reply to: Facing Issues with WPBakery Page BuilderHello,
I recommend getting in touch with WPBakery Page Builder support about this via https://support.wpbakery.com/login
Thanks!
Forum: Everything else WordPress
In reply to: Blog met ElementorHello nekima,
The blog introductory text may be from the post excerpt, but for some posts, the excerpt is not added. You need to add text in the post excerpt and check if it displays correctly on the blog page.
Follow the below steps
Edit a Post:
Scroll down to the Excerpt box:
Enter the introductory text or summary in the Excerpt box.
Update the post:
Thanks!- This reply was modified 2 months, 2 weeks ago by Dhaval Kapadane.
Forum: Fixing WordPress
In reply to: Error: This email is already registered. Please choose another one.Hello jordancoppedge,
Step 1: Verify the Client Email in the Database
Run the following query to check if the client’s email exists in the database:
SELECT * FROM wp_users WHERE user_email = ‘[email protected]’;
Step 2: Delete the User (if the email exists)
If the email exists and you want to delete the user, run the following query:
DELETE FROM wp_users WHERE user_email = ‘[email protected]’;
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorYou’re most welcome, @dpaslay ! I’m glad everything is working now.
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorHello?@dpaslay ,
So, what type of error are you facing while logging into the subnetwork site? Please share the details so I can help you.
Thanks!!Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorHello @dpaslay ,
Thank you for the update. To resolve the issue with the super admin login, please check the list of super admin users in the main site’s user management section. Verify how many super admins are available, and try logging in with another super admin account that has access to the subnetwork siteForum: Everything else WordPress
In reply to: Emails are not Being SentHello ecoachable,
I hope you successfully installed Gmail SMTP by following the plugin’s official documentation. If you still experience problems, please double-check that the Client ID and Client Secret are configured correctly and that you have authorized the account. You can view the setup guide here: https://wpmailsmtp.com/docs/how-to-set-up-the-gmail-mailer-in-wp-mail-smtp/
If the problem persists, I recommend installing the WP Mail Logging plugin to debug the issue. Please share the debug log with me so that I can assist you further. Plugin – https://www.ads-software.com/plugins/wp-mail-logging/- This reply was modified 2 months, 3 weeks ago by Dhaval Kapadane.
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorHello,
I’ve reviewed your screenshots. Have you changed the Site Address (URL) of your subnetwork site (e.g., 3dboothvisual.davidpaslay.com)?
If you’ve made changes to the URL, I recommend using the Domain Mapping plugin to properly map your subnetwork site to the desired domain. This can help resolve potential issues with your site configuration.
Let me know if you need further assistance!
Forum: Everything else WordPress
In reply to: Emails are not Being SentHello,
Could you let me know which SMTP service you’re using with the WP Mail SMTP Pro plugin to send emails? For example, are you using Gmail SMTP, SendGrid, Microsoft SMTP, or another service? This will help in diagnosing the issue and providing the right solution.
Thanks!
DhavalHi There!
I faced the same issue with Gutenberg forms, so I used the default [woocommerce_my_account] shortcode for the My Account page and the [woocommerce_checkout] shortcode for the Checkout page. Now, all custom fields are displayed correctly on both pages.
Thanks!