corusx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3x sites suddenly broken on all browsersat my end its working perfectly fine , did you check developer console for error ? may local settings blocking the content
Forum: Fixing WordPress
In reply to: Cannot access WordPress dashboard to update websiteseems like automatic update failure
try this method : https://www.ads-software.com/support/article/updating-wordpress/#manual-update
Forum: Fixing WordPress
In reply to: Member Signup and Appointment Booking WebsiteI’ve seen multiple service marketplace plugins as well, I’m pretty sure simple google will bring up premium addon for such use case which are not listed in the wp.org plugin directory
Forum: Fixing WordPress
In reply to: Duplicate pages WooComerce, how to fix?check your permalinks settings, you must have copy-pasted the url’s in permalinks instead of the title, also check category and sub category slug
Forum: Fixing WordPress
In reply to: Member Signup and Appointment Booking Websitei think a multi-vendor marketplace would fit your requirements
Forum: Fixing WordPress
In reply to: mySQL Collationgeneral is outdated use
utf8mb4_unicode_520_ci
if available otherwise unicode is fineForum: Fixing WordPress
In reply to: Hide checkout fields based on the delivery methodi would suggest open support topic in WooCommerce plugin support, you will get help from the dev support team
Forum: Fixing WordPress
In reply to: how do I remove category image and title just under menutry this
.page-site-header { display:none; }
Forum: Fixing WordPress
In reply to: I want to disable WordPress welcome emailstry this
// disable notification remove_action( 'register_new_user', 'wp_send_new_user_notifications' ); remove_action( 'edit_user_created_user', 'wp_send_new_user_notifications', 10, 2 );
Forum: Fixing WordPress
In reply to: trailing dot after url SSL issuethe link you have provided works fine without the issue you have mentioned, did you check in other devices ?
also if permalink settings are fine then maybe you have added a dot while creating menu links mistakenlyForum: Fixing WordPress
In reply to: Spotify block won’t embedit seems you are using wp.com, you should ask in their support forum too
- This reply was modified 3 years, 7 months ago by corusx.
Forum: Fixing WordPress
In reply to: Customizing Widgets > Footer 1check how to edit widget :
Block based : https://www.ads-software.com/support/article/block-based-widgets-editor/
Classic one : https://www.ads-software.com/support/article/appearance-widgets-screen/
and use HTML widget add this code
<a href="https://domain.com/file.pdf" target="_blank">Change this text line</a>
this will open your pdf link in new tab also don’t forget to change the domain and text
Forum: Fixing WordPress
In reply to: can not install or log into wordpress on my cPaneltry installing WordPress manually as t-p suggested since you are using cPanel it;ll be easy to install WordPress manually as well or you can contact your hosting company to look into the softaculous issue
Forum: Fixing WordPress
In reply to: Product page refresh takes me back to page 1look like a particular theme related issue you should ask in their support forum: https://www.ads-software.com/support/theme/neve/
Forum: Fixing WordPress
In reply to: Login 403 error only I’m gettingare you using any security plugins? it seems your IP is blacklisted by some security plugin