tmrait
Forum Replies Created
-
Where do I find “templates/pagefrog-feed.php” that popeating mentioned?
*** no matter, I found it – PLUGINS > EDITOR > FACEBOOK INSTANT ARTICLES…
**** these suggestions didn’t work for me, still on 10 posts pulling through. I think I’ll try a different plugin.
Forum: Plugins
In reply to: [Instant Articles for WP] Only 10 posts on the feed after upgrading to 2.7I have the same problem, only the latest 10 articles came across to FBIA even though I made minor changes and re-saved 50 articles. (Note: newly published articles are coming across OK)
Via FTP, I looked in facebook-instant-articles.php but the line guspollos123 mentioned actually had ‘100’ not ’10’ so that isn’t the problem.
However, I’m seeing
add_action( ‘pre_get_posts’, ‘instant_articles_query’, 10, 1 );
and
add_filter( ‘posts_where’ , ‘instant_articles_query_where’, 10, 2 );Should I change those to ’50’?
I also saw this line:
* If the constant INSTANT_ARTICLES_LIMIT_POSTS is set to true, we will limit the feed
* to only include posts which are modified within the last 24 hours.
* Facebook will initially need 100 posts to pass the review, but will only update
* already imported articles if they are modified within the last 24 hours.I’m not experienced with PHP, I have no idea what I’m looking at π
Is it possible that the setting I used in the plugin opened up the smtp to hackers?
Forum: Plugins
In reply to: [MaxButtons - Create buttons] version 3.01 updated buttons missingI upgraded the plugin via DASHBOARD > UPDATES and received error “From version 3 MaxButtons requires at least PHP 5.3 You are running : 5.2.17”
All buttons on site missing just showed shortcode text.
My cPanel says I’m running “PHP version 5.4.24”
Plugin deactivated and activated didn’t fix the problem.Not super techie in this area so didn’t want to waste time.
I downloaded the old version of the plugin (link on page 1 of this discussion)
Unzipped it on my harddrive
Deactivated the plugin in my WordPress Dashboard
Opened FTP /wp-content/plugins and renamed existing maxbuttons folder then copied the old version ‘maxbuttons’ folder from my harddrive into ftp.
Activated the plugin in my WordPress Dashboard
and buttons back to how they were working before.
Error still displays, but at least the buttons are back to working normally.
Note to self – don’t update plugin until bugs are ironed out.I’d like to know this as well.
Oh, just discovered a fix of sorts.
If I untick “Track outbound click & downloads:” it removes the class= code from frontend.
Not ideal, but better then the alternative.
Looking forward to tech response from Yoast.
Oh, just discovered a fix of sorts.
Untick “Track outbound click & downloads:”
Not ideal, but better then the alternative.Looking forward to tech response from Yoast.
I have the same problem across a number of WordPress sites.
I have had a support ticket in for about a month, no response yet.
When I have Google Analytics by Yoast plugin activated on any of my WordPress website I get the following showing in place of the blog article “Read More” link:
‘]);” class=”more-link”>Continue reading βWhen I deactivate Google Analytics by Yoast, the “read More” link displays correctly.
Victor, you are my hero…
My problem was that the wp-login kept redirecting to https:// and I couldn’t find any solution. Came across your post and followed all your steps but I still couldn’t login, then you post:-2. Check your wp-config.php file.
Make sure you don’t have these:define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true );If you do, delete them.
worked – all good now, thank you so much.
PS Loved Better WP Security – not so loving iThemes Security – will wait before reactivating plugin. Good luck to everyone having problems.
Thanks, that worked, but needed to do a “F5” .
Nothing above worked for me. This is what I did to get it fixed.
I logged in via FTP and under wp-content/plugins I changed the name of the Better WP Security plugin (wasn’t game enough to delete it);
I deleted .htaccess in the main directory;
Then I could log in to /wp-admin;
I then went to Plugins in the WP dashboard and DELETED the Better WP Security Plugin;
I then went and installed it again and activated it, but it looks like it kept the previous installs settings, so I unticked the “HIDE” admin setting so now I can login to wp-admin and I have Better WP Security install… yeah…
But now only my home page works, all the other urls are broken π
Back to the drawing board.