I’ve been searching blix theme for a while, but all current versions available are old.
I found this http:/www.ads-software.com/themes/fixed-blix but it was not updated for 3 years,
and this https://www.utheguru.com/blix-krieg-info which was also not been updated for years.
Then I came across https://blog.wpjam.com/ but it’s a personal customized theme not for sharing or sale(I contacted the owner).
Today I found https://blixtheme.com/ and it looks cool but it’s a premium theme.
So I am wondering is there anyone here has a free most up-to-date Blix theme? I like this theme a lot but I want to try a free one before I purchase that one aforementioned.
Thank you for any info.
]]>It supposed to look like this:
https://cogdogblog.com/wp-content/uploads/blix1.jpg
and it works correctly on firefox, I haven’t modified anything, any idea to how to fix it?
]]>My theme is Blix Theme, url is www.buynhljerseys.com
Anyone know why IE doesn’t show the right sidebar?
]]>I created the following code to filter for these messages, and to stop them from being sent. It’s still being tested in a live environment (so far no spam)
It’s not incredibly robust, but should do the trick:
$pos = strpos($bx_message, "<a href");
if ($pos === false) {
// it's not spam.
$send = 1;
} else {
$error_msg.= "<p><strong>Your email will not be sent, as it is suspected to be spam. Remove all HTML tags and try again.</strong></p>n";
$send = 0;
}
You should put it after this block in the original code:
if (!is_valid_email($bx_email)) {
$error_msg.= "<p><strong>Your email adress failed to validate.</strong></p>n";
$send = 0;
}
I know it could be cleaner, made into a function, etc. etc. I wanted to throw it out to the community instead, as it is a quick fix for an annoying problem.
Hope this helps someone else!
-e
]]>Is it because Im using Mozilla? And is theres something to fix it?
Thank you
]]>