tazgraz91
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help with Open GraphThese are the only OG tags I see being generated when I click ‘check page source’:
<!– OpenGraph Facebook Start –>
<meta property=”og:title” content=”New York Islanders vs. San Jose Sharks: Pregame Report” />
<meta property=”og:description” content=” #479084605 / gettyimages.com When: Thursday October 16th, 2014 Where: Nassau Veterans Memorial Coliseum, Uniondale, NY Time: 7 p.m. TV: MSG+ (Howie Rose, Butch Goring) Radio: WRHU 88.7 FM (Chris King…” />
<meta property=”og:image” content=”https://www.islandersinsight.com/wp-content/uploads/2014/10/SharksatIsles-150×150.png” /> <!– OpenGraph Facebook Ends –>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”https://www.islandersinsight.com/xmlrpc.php” />As you can see, it looks like something is shrinking my featured image to 150×150 even though its sized 1800×1200.
What could be doing that? And why wouldn’t the debugger throw me an error alerting me to that fact? Just taking a shot in the dark obviously.
Forum: Fixing WordPress
In reply to: Please help with Open GraphThese are the only errors that the debugger is throwing me:
Inferred Property The ‘og:url’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:title’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:description’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.Forum: Fixing WordPress
In reply to: Featured Image – FacebookAdditional information:
I unchecked and re-checked ‘insert open graph tags’ in the facebook social section of Yoast.
But I still don’t see any og: related tags in my header.php or functions.php.
Strange.
Forum: Plugins
In reply to: [GZip Ninja Speed Compression] 500 Internal Server ErrorPlease help.
Was trying to debug an issue with my theme and I uninstalled then reinstalled GZIP. Now my site is giving me a 500 error.
This is my current .HTACCESS file. The site is islandersinsight.com, hosted by Bluehost.
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php# GZip Ninja Speed — Starts here
# Do not write anything between “GZip Ninja Speed — Starts” and “GZip Ninja Speed — Ends”
# It will be deleted while uninstalling GZip Ninja Speed plugin
AddOutputFilterByType DEFLATE text/plain #GZip Ninja Speed
AddOutputFilterByType DEFLATE text/html #GZip Ninja Speed
AddOutputFilterByType DEFLATE text/xml #GZip Ninja Speed
AddOutputFilterByType DEFLATE text/css #GZip Ninja Speed
AddOutputFilterByType DEFLATE application/xml #GZip Ninja Speed
AddOutputFilterByType DEFLATE application/xhtml+xml #GZip Ninja Speed
AddOutputFilterByType DEFLATE application/rss+xml #GZip Ninja Speed
AddOutputFilterByType DEFLATE application/javascript #GZip Ninja Speed
AddOutputFilterByType DEFLATE application/x-javascript #GZip Ninja Speed
AddType x-font/otf .otf #GZip Ninja Speed
AddType x-font/ttf .ttf #GZip Ninja Speed
AddType x-font/eot .eot #GZip Ninja Speed
AddType x-font/woff .woff #GZip Ninja Speed
AddType image/x-icon .ico #GZip Ninja Speed
AddType image/png .png #GZip Ninja Speed
# GZip Ninja Speed — Ends here# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#If you serve pages from behind a proxy you may want to change ‘RewriteCond %{HTTPS} on’ to something more sensible
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html” [L]
</IfModule># END WPSuperCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Start CloudFlare:islandersinsight.com rewrite. Do not Edit
RewriteEngine On
RewriteCond %{HTTP_HOST} ^islandersinsight.com
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
# End CloudFlare rewrite.<FilesMatch “(?i)^.*\.(ico|flv|jpg|jpeg|png|gif|js|css|woff)$”>
ExpiresActive On
ExpiresDefault A2592000Forum: Fixing WordPress
In reply to: Sidebar appearing below contentHi!
What I did after banging my head against the wall was re-installed a ‘themes’ backup from a week ago. I have updraft plus that creates weekly backups and downloads them to my dropbox.
The restore overwrote my themes directory in the main file structure then it worked again. Basically a shot in the dark. I am on the prowl now for a new theme. I was told this one I am using is one of the most horrid written pieces of code an expert has ever seen.
Only problem now is I am not seeing my sponsored ads. I should have a top header ad, 3 sidebar ads and a footer ad. The widgets are all set up with the same exact text coding but are not showing.
Not banging my head anymore but slightly tapping it at this point. ??
Forum: Fixing WordPress
In reply to: Still can't insert/edit link – WordPress 3.9Thanks guys – Mail Poet is latest version and tried setting up new user. No dice.
So frustrated.
Forum: Fixing WordPress
In reply to: Still can't insert/edit link – WordPress 3.9These are the plug-ins I am running.
Akismet
Settings | Deactivate | EditCompact Audio Player
Deactivate | EditDisqus Comment System
Settings | Deactivate | EditGoogle Analytics for WordPress
Settings | Deactivate | EditGoogle XML Sitemaps
Deactivate | EditJetpack by WordPress.com
Settings | Deactivate | EditMailPoet Newsletters
Deactivate | EditPaged Post Slider
Deactivate | EditRole Manager
Deactivate | EditTablePress
Deactivate | Edit | Plugin pageThe Events Calendar
Deactivate | Edit | Settings | CalendarWordfence Security
Deactivate | EditWordPress SEO
FAQ | Premium Support | Settings | Deactivate | EditWP-PageNavi
Deactivate | Edit | SettingsWP Super Cache
Settings | Deactivate | EditYop Poll Plugin
Forum: Fixing WordPress
In reply to: Still can't insert/edit link – WordPress 3.9That’s the most confusing thing Sam. I have tried everything. De-activating plug-ins, clearing browser cache, changing themes.
Nothing is working. Is there anything else I can try? Sucks that there is nothing that can diagnose exactly what the problem is. For all its advancements, tech still has its limitations I guess.
Forum: Fixing WordPress
In reply to: How To Troubleshoot Visual Editor IssuesHey Josh.
What does not make any sense is that I have followed all troubleshooting steps. It does not work on any theme I have switched to and have disabled all plug-ins.
I even sent the debug code to my theme developer and he suggested a WordPress re-install as the installation might be corrupt. (to make sure I was not crazy)
“After I check your website your wordpress The tinymce doesn’t work on default wordpress theme or other themes.
This might be a problem from corrupted file while you update wordpress. reinstall wordpress dashboard the problem should solve.”
I have tried this by clicking the ‘re-install now’ button and it does not help either. I am totally confused and baffled by this and know I am not the only one having this issue. So much that the creator of
After I check your website your wordpress The tinymce doesn’t work on default wordpress theme or other themes.
I even clicked the ‘re-install’ now button in the wordpress updates tab and it still does not help. I am totally baffled by this and know I am not the only one as the creator of WPEdit is working on a special insert link button to supposedly fix the issue.
Is there anything else I can try?
Forum: Fixing WordPress
In reply to: How To Troubleshoot Visual Editor IssuesThis is the tinyMCE error that my chrome console is showing but it does not specify a plug-in….anyone know what this means and how to decipher it?
Deprecated TinyMCE API call: <target>.onNodeChange.add(..) plugin.min.js?ver=4021-20140412:1
Forum: Fixing WordPress
In reply to: cannot insert link – not a plug-inHi Andrew. Thanks so much for your help.
This is what the console is showing:
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post-new.php:67
7
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post-new.php:1
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post-new.php:672
Deprecated TinyMCE API call: <target>.onNodeChange.add(..) plugin.min.js?ver=4021-20140412:1
2
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post-new.php:1
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.[Please don’t bump]
Forum: Fixing WordPress
In reply to: How To Troubleshoot Visual Editor IssuesI really need help with my insert link issue. Still cannot get it to work. Its not the theme (tested plus had developer test).
De-activated all plug-ins, cleared browser cache.
This is the ‘inspect element’ in Chrome for the insert/edit link and remove link buttons.
<div id=”mce_26″ class=”mce-widget mce-btn” tabindex=”-1″ aria-labelledby=”mce_26″ role=”button” aria-label=”Insert/edit link” aria-disabled=”false” aria-pressed=”false”><button role=”presentation” type=”button” tabindex=”-1″><i class=”mce-ico mce-i-link”></i></button></div>
<div id=”mce_27″ class=”mce-widget mce-btn” tabindex=”-1″ aria-labelledby=”mce_27″ role=”button” aria-label=”Remove link” aria-disabled=”false” aria-pressed=”false”><button role=”presentation” type=”button” tabindex=”-1″><i class=”mce-ico mce-i-unlink”></i></button></div>
Forum: Fixing WordPress
In reply to: cannot insert link – not a plug-inI really need help with this….I de-activated all plug-ins, cleared browser cache…It’s not theme (I had developer try and his was fine)
This is the ‘inspect element’ in Chrome for the insert/edit link and remove link buttons.
<div id=”mce_26″ class=”mce-widget mce-btn” tabindex=”-1″ aria-labelledby=”mce_26″ role=”button” aria-label=”Insert/edit link” aria-disabled=”false” aria-pressed=”false”><button role=”presentation” type=”button” tabindex=”-1″><i class=”mce-ico mce-i-link”></i></button></div>
<div id=”mce_27″ class=”mce-widget mce-btn” tabindex=”-1″ aria-labelledby=”mce_27″ role=”button” aria-label=”Remove link” aria-disabled=”false” aria-pressed=”false”><button role=”presentation” type=”button” tabindex=”-1″><i class=”mce-ico mce-i-unlink”></i></button></div>
Forum: Fixing WordPress
In reply to: How To Troubleshoot Visual Editor IssuesIf we switch from a premium theme to the standard 2014 theme then switch back, will everything be saved from our previous set-up?
I run a credentialed hockey blog and cannot lose everything we have built so far.
The only thing not working for me is the insert/edit link radio button in the editor. Think it might be related to my theme (megnet) needing to be updated.
Thanks