Forum Replies Created

Viewing 15 replies - 91 through 105 (of 115 total)
  • Thread Starter spiros

    (@spiros)

    Thanks Sa?a for excellent support! I have disabled “Auto replace mixed content” in all my WP sites ??

    Yes, it works when rescraping, the only issue being the 50 pages limit for rescraping through the batch invalidator (some sites can have thousands of pages).

    https://developers.facebook.com/tools/debug/sharing/batch/

    Thread Starter spiros

    (@spiros)

    In fact it was Really Simple SSL plugin which had “Auto replace mixed content” checked that was affecting it. I unchecked and the mu plugin produced an http og:url. However, this did not result in displaying old http page likes (I also had to remove manually the og strings from “Simple Facebook Connect” I use to display social buttons so that there is no duplicate content).

    Edit: I went to https://developers.facebook.com/tools/debug/ and debugged and scraped again the URL which resulted in likes reappearing. But do I have to rescrape its URL?

    • This reply was modified 8 years, 2 months ago by spiros.
    Thread Starter spiros

    (@spiros)

    That was all done and confirmed in dashboard. However, when I check the source I see https in og:url. Moreover, which plugin should I use to display a FB Like button? Yoast SEO does not seem to provide one and the one I was using before adds its own Open Graph strings.

    <meta property="og:url" content="https://aidoion.com/i-monogamia-odigise-se-exafanisi-to-osto-tou-anthropinou-peous/" />
    <meta property="og:site_name" content="Βιβλ?ο για γυνα?κε? (αποφθ?γματα, ανθολογ?α, ρητ?, σεξ)" />
    <meta property="article:publisher" content="https://www.facebook.com/aidoion" />
    <meta property="article:section" content="Δι?φορα" />
    <meta property="article:published_time" content="2016-12-14T11:27:00+02:00" />
    <meta property="fb:app_id" content="188257277975226" />
    <meta property="og:image" content="https://aidoion.com/wp-content/themes/responsive/images/aidoion-73.jpg" />
    <!-- / Yoast SEO plugin. -->
    • This reply was modified 8 years, 2 months ago by spiros.
    Thread Starter spiros

    (@spiros)

    Yes, I can use FTP but adding a filter how and where?
    I have also htaccess code sending all traffic to https

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    Thread Starter spiros

    (@spiros)

    It was W3 Total Cache. I had it removed and upgrade worked perfectly.

    Thread Starter spiros

    (@spiros)

    I turned on debugging and got:

    Warning: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50550 Library:100028 in public_html/wp-includes/wp-db.php on line 1538

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar” sidebar. Defaulting to “sidebar-1”. Manually set the id to “sidebar-1” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in public_html/wp-includes/functions.php on line 4091

    Notice: The called constructor method for WP_Widget in mts_Widget_Tabs is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in mts_ad_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in mts_ad_300_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in mts_ad_728_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in mts_pp_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in Facebook_Like_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in mts_subscribe_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in Social_Profile_Icons_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Notice: The called constructor method for WP_Widget in CategoryPosts is deprecated since version 4.3.0! Use
    __construct()
    instead. in public_html/wp-includes/functions.php on line 3846

    Warning: Cannot modify header information – headers already sent by (output started at public_html/wp-includes/wp-db.php:1538) in public_html/wp-includes/pluggable.php on line 1179

    Thread Starter spiros

    (@spiros)

    Can the database update routines be run manually from phpmyadmin?

    Thread Starter spiros

    (@spiros)

    Hi, thanks. Is my fix problematic? Because I can see the Dashboard mentioning I have 4.7 for these sites…

    Thread Starter spiros

    (@spiros)

    Yeah, most likely it is. The point is it gets added again. The host could not offer any other advice apart from checking with Wordfence and changing passwords for users/FTP/Cpanel which was already done.

    In my case the culprit was server-based: OWASP ModSecurity Core Rule Set was responsible, issue fixed as soon as it was removed and replaced with COMODO ModSecurity.

    Thread Starter spiros

    (@spiros)

    So what is the format/columns used? I.e. subject, body, category?

    I only saw import of WP xml mentioned in specs (Import and export directly via the official “WordPress Importer” by Automattic Inc.)

    Thread Starter spiros

    (@spiros)

    Thread Starter spiros

    (@spiros)

    Are you referring to a checkbox in the dashboard?

    Yes

    currently there are options to auto-update plugins and themes

    Really? How?

    Thread Starter spiros

    (@spiros)

    Is “option” such a complex word? It could be a check box for each.

    I have same problem.

    But using your solution gave me a parse error:

    $args = array(
    				'numberposts'	=> $limit,
    				'category__in'	=> $cat,
    				'tag__in'		=> $tag,
    				'post_type'		=> $post_type,
    				'offset'		=> $offset,
    				'order'			=> $order
    			    'orderby'	 => 'post_date'
    			);
Viewing 15 replies - 91 through 105 (of 115 total)