Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter tazgraz91

    (@tazgraz91)

    These 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&#8221; /> <!– OpenGraph Facebook Ends –>
    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”https://www.islandersinsight.com/xmlrpc.php&#8221; />

    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.

    Thread Starter tazgraz91

    (@tazgraz91)

    These 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.

    Thread Starter tazgraz91

    (@tazgraz91)

    Additional 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.

    Please 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 A2592000

    Thread Starter tazgraz91

    (@tazgraz91)

    Hi!

    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. ??

    Thread Starter tazgraz91

    (@tazgraz91)

    Thanks guys – Mail Poet is latest version and tried setting up new user. No dice.

    So frustrated.

    Thread Starter tazgraz91

    (@tazgraz91)

    These are the plug-ins I am running.

    Akismet
    Settings | Deactivate | Edit

    Compact Audio Player
    Deactivate | Edit

    Disqus Comment System
    Settings | Deactivate | Edit

    Google Analytics for WordPress
    Settings | Deactivate | Edit

    Google XML Sitemaps
    Deactivate | Edit

    Jetpack by WordPress.com
    Settings | Deactivate | Edit

    MailPoet Newsletters
    Deactivate | Edit

    Paged Post Slider
    Deactivate | Edit

    Role Manager
    Deactivate | Edit

    TablePress
    Deactivate | Edit | Plugin page

    The Events Calendar
    Deactivate | Edit | Settings | Calendar

    Wordfence Security
    Deactivate | Edit

    WordPress SEO
    FAQ | Premium Support | Settings | Deactivate | Edit

    WP-PageNavi
    Deactivate | Edit | Settings

    WP Super Cache
    Settings | Deactivate | Edit

    Yop Poll Plugin

    Thread Starter tazgraz91

    (@tazgraz91)

    That’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.

    Hey 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?

    This 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

    Thread Starter tazgraz91

    (@tazgraz91)

    Hi 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]

    I 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>

    Thread Starter tazgraz91

    (@tazgraz91)

    I 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>

    If 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

Viewing 14 replies - 1 through 14 (of 14 total)