Titanium Creative
Forum Replies Created
-
Denis,
Thanks! I just went to the black list and clicked remove IP from list to request removal of my ip.
Also upgraded from 5.26 o 5.27 and the issue seems to be resolved at this point.
Will send url next.
Thanks for a great easy to use plugin!!
I just ran a user check and MY ip is showing up as a spammer. What do I do? How do I whitelist myself and how do I get this cleared?
Forum: Plugins
In reply to: [Yoast SEO] Problem with Simple Press displayOK. More info on this. If I disable the Facebook and Twitter meta data in WordPress SEO by Yoast, The problem is resolved.
Here is a sample of the source code:
<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <script type='text/javascript'>var ct_ajaxurl='https://www.athlavard.com/wp/wp-admin/admin-ajax.php';</script> <meta charset="UTF-8"/> <title>Forum - AthCraft.com</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <script type='text/javascript'>//<![CDATA[ var sp_platform_vars={"focus":"forum","mobile":"0","device":"desktop","tooltips":"1","mobiletheme":"0","checkboxes":"","headpadding":"0","saveprocess":0,"checkiframe":"no",}; //]]></script> <script type='text/javascript'>var ct_ajaxurl='https://www.athlavard.com/wp/wp-admin/admin-ajax.php';</script> <!-- This site is optimized with the Yoast WordPress SEO plugin v2.1.1 - https://yoast.com/wordpress/plugins/seo/ --> <!-- Admin only notice: this page doesn't show a meta description because it doesn't have one, either write it for this page specifically or go into the SEO -> Titles menu and set up a template. --> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:title" content="Forum - AthCraft.com"/> <div id="dialogcontainer" style="display:none;"></div><noscript><div><pre><code>This forum requires Javascript to be enabled for posting content</code></pre></div></noscript> <a id="spForumTop"></a> <!-- Simple:Press display start --> <div id="spMainContainer"><div id='spMobilePanel'></div><div class='spHeadContainer'> <div style='clear: both; height:1px;'></div> <div class='spPlainSection'>
Notice that output starts before the head tag closes.
As, I mentioned, when I disable the OG and Twitter meta, this does not happen.Thanks!
Forum: Fixing WordPress
In reply to: Loading Script Before WordPressIf a redirect script runs on a hook prior to content generation, wouldn’t wordpress, by default, skip further processing?
It seems like it would be a huge waste to continue after a redirect has been encountered.
The original question was running before anything had loaded but it was clarified to mean before any CONTENT had loaded. By definition a redirect has to be sent prior to any other headers/content.
Something as simple as:
// Array of subs for no redirect
// $subs = array (‘list’, ‘of’ , ‘no-redirect’, ‘subdomains’);
// Get url subdomain
// $sub = array_shift(explode(“.”,$_SERVER[‘HTTP_HOST’]));
// $location = ‘redirect.to.this.url’;
// If subdomain is not in array -> Redirect
// if (!in_array($sub, $subs) { wp_redirect( $location, $status ); exit(); }hooked into init should do it.
// add_action(‘init’,’function_from_above’,1);Just add something like that to wherever you have your custom scripts(well, actually program it first, but that’s the meat of it). I have a plugin skeleton I use for simple edits that don’t belong in my custom child theme.
https://codex.www.ads-software.com/Plugin_API/Action_Reference
https://codex.www.ads-software.com/Function_Reference/wp_redirectForum: Plugins
In reply to: [SlimStat Analytics] Testing Memory LoadI definitely will. Just as soon as I am done testing.
Just noticed, on the Daily graphs, x-index is numerical from 1 to 28 starting from installation. So 1 is the 1st day of installation and so on. Wouldn’t it be better if it showed the actual date?
Even if it is supposed to represent the month, the first data point should be at 24 in my case. And what about months with more than 28 days?
Forum: Plugins
In reply to: [SlimStat Analytics] Testing Memory LoadThanks for your quick response. I have reactivated the plugin on the DEV server and have had no further issues.
Looking onto operation and possibly adding features.
Forum: Plugins
In reply to: [Custom Taxonomy Order] Enhancement: Sort Alphabetically ButtonAccidental double post. Couldn’t see how to delete this one.
Thanks again to BOTH of you for the work you have put in. This is a very helpful plugin!!
Forum: Plugins
In reply to: [Custom Taxonomy Order] Enhancement: Sort Alphabetically ButtonThis is awesome and exactly what I needed but… Here’s the gift horse part.
1) After I set alphabetical order, the admin display goes back to index order. It should maintain whatever order the list is set to display in. It is confusing to have it set for alphabetical order but not see it displayed that way.
2) Also, if the list is set for alphabetical order, the button should change from “Sort Alphabetical” to “Sort by Index” to return to the index sort.
What happens if another term is added? Do you have to resort the list?
Thanks again to BOTH of you for the work you have put in. This is a very helpful plugin!!