khushbu desai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 5.5 Editor Not WorkingHi @snosion,
There is a possibility of conflict with plugins or theme. Deactivate all plugins and activate one plugin at a time to find the cause.
Forum: Fixing WordPress
In reply to: Endless Loading of Login and Registration formsHi @rosalie23,
I have registered on your site smoothly and I can log in too.
Forum: Fixing WordPress
In reply to: URL is displaying instead of #Hi @maryann17,
It is a character encoding mismatch problem.
Follow the below steps to fix it.
Step 1) Open the ‘wp-config.php’ file in a text editor such as notepad (the wp-config.php file can be found on the directory where you installed WordPress).Step 2) Find the following two lines and comment them out:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Step 3) Now upload the updated ‘wp-config.php’ file to your WebHost (overwriting the old one).
Let me know if it fixes the problem.
Forum: Fixing WordPress
In reply to: Endless Loading of Login and Registration formsHi @rosalie23,
It looks like your WordPress site is not talking to the server. There might be a possibility of missing the server variable in your wp-config.php file.
See this detailed article on adding server variable in wp-config.php file.
let me know if it fic your problem. Good luck
Forum: Fixing WordPress
In reply to: Posts not publishingHi @jwerner2020,
I would suggest checking your php version as well as debugging with the health check plugin https://www.ads-software.com/plugins/health-check/ to be sure your theme or a plugin is not causing the conflict.
Forum: Fixing WordPress
In reply to: I deleted the sidebar off one page and need it backHi @barney1902,
When browsing through the link https://www.barneypartyaustralia.com/test/?page_id=178 it says the page doesn’t exist.
all other pages like contact us, membership page, gallery etc display sidebar.
Forum: Fixing WordPress
In reply to: adding button with title to homepage of VW Blog Mag Themeor you can simply update the PHP version.
Hi @sakibrocks,
This error simply means it tries to connect with the server but could not. In that case, the issue might be listed with your hosting provider or internet connectivity.
You can refer the link https://www.wpbeginner.com/wp-tutorials/how-to-fix-secure-connection-error-in-wordpress/
one more thing you can do to update a fresh copy of WordPress.
Hi @deepakajith,
It seems your email IDs are conflicting in a way where your contact form email ID and your cPanel EmailIDs are different.
If the new email ID is not registered on cPanel then first go to EMAIL ID section and registered there.
Check this link for examaple. https://trenovision.com/solved-there-was-an-error-trying-to-send-your-message-please-try-again-later/
Best Luck
Forum: Fixing WordPress
In reply to: How to change the landing page url?Hi @vassilkurk ,
Which footer you want to delete?
Forum: Fixing WordPress
In reply to: Changing font type and thickness in woocommerce product tabsHi,
Will you try again below code?
element.elementor-element-619ea096 .woocommerce-tabs .woocommerce-Tabs-panel { font-size: 20px !important; //change font size here }
Forum: Fixing WordPress
In reply to: Failed to connect to api.www.ads-software.com:443Hello @mxxx44,
Where have you hosted your site? IT seems the problem lies with the host. Can you check with them if the security wall has blocked outgoing connection?
Forum: Fixing WordPress
In reply to: Only shows the file dirHi @noahdev,
By default when your web server does not find an index file (i.e. a file like index.php or index.html), it automatically displays an index page showing the contents of the directory.
It looks like your index.php file is missing, that file is needed to load the website. You could try uploading that file through FTP from a fresh WordPress download.
or you can contact your hosting provider for the file and permissions.
Good luck!
Forum: Fixing WordPress
In reply to: WordPress pages errorHi @umairahsan00,
Which error are you facing exactly?