Forum Replies Created
-
AuthorPosts
-
zapykhan76
ParticipantHi Harry,
If you’re still waiting for your license and instructions after purchasing, it might be best to reach out to Cryout Creations directly via their support channels or email. Sometimes, payment processing delays can cause licensing issues.
In the meantime, if you’re looking to remove just the “Powered By…” text without hiding the entire footer, you can try adding this CSS:
css
Copy
Edit
#footer .site-info {
display: none;
}
This will remove the credits while keeping the rest of the footer intact. However, if the theme has built-in settings for footer customization (especially in pro versions), you might want to check the theme options first.Let me know if you need further help
Website: blockaway.click
January 23rd, 2025 at 06:40 in reply to: Split: XSS vulnerability reported by WordFence/Jetpack #151379zapykhan76
ParticipantI understand your concern about the XSS vulnerability. Zed from Cryout Creations did respond and confirmed that they’re aware of the issue. The fix will be rolled out in a future update, but since it’s considered a low-priority issue (according to the report), it’s not something they’re rushing to address. However, the update will improve the sanitization around the get_the_author() function.
If you’re not comfortable waiting, a good temporary fix could be manually sanitizing the input or reaching out to a developer for help. That way, you can reduce the risk in the short term.
Also, make sure you keep your WordPress version and plugins up to date, and continue to monitor any security alerts from tools like Jetpack or Wordfence. Hopefully, Cryout Creations will push out the update soon, but in the meantime, these steps should help minimize the threat.
Website: ssoids.com
-
AuthorPosts