Omtesla
Forum Replies Created
-
Troubleshooting further.
I contacted by ticked s2member but no reply until now anyway i have installed a fresh WP site on same managed WP GoDaddy host.
I installed s2member and WP-Crontrol plugin there was no message in red,then i go to sleep and after wake i chk WP Crontrol events there was this message with red.
There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was:
Unexpected HTTP response code: 429But Auto-EOT System was still there so i begin installing each plugin that is available on my live site to see which causes EOT System to get blank.
So first i installed only bbpress plugin and after some minutes i have refresh the WP Crontrol events page and Auto-EOT have disappeared from schedules then i chk s2member Paypal options and it was blank.
Now i test on my live site with bbpress disabled will update later how it goes.I have pro version!
I have scanned entire site with Wordfence plugin and there are no errors regarding plugins,themes,WP core files.
This happened prior or after 29 november maybe s2member does not know about itesla.solutions maybe it is made for .com sites if that is the case they would have to update their codes.Hello
Not know for sure what solved fuzzy images but this is what i did.
Deleted contact form 7 plugin,updated Yuzo – Related Posts plugin then after disabled (Disable Responsive Images) plugin made by Joseph and now my photos are back to normal as before.
Also not know for sure but i deleted an old plugin it was named No Right Click Images plugin and i have buy one new Pro version.
Hope this helps someone.Where is support?!
Hello
After testing further i see that this option does not get blank but it does not execute the schedule it is stopped so once again i need support.
I need someone from s2member to chk what is the problem.
Do i have support if i buy recently the Pro version?Forum: Plugins
In reply to: [plugin:s2member pro] Automatic EOT system gets blankOh forgot i also replaced a file named paypal-ops.inc.php even not know what made the work.
Forum: Plugins
In reply to: [plugin:s2member pro] Automatic EOT system gets blankHello
This is what i did and it work there is still that message in Cron Schedules but the EOT field is still there.
This what i did robots.txtUser-agent: * Disallow: /wp-content/uploads Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/themes Disallow: wp-app.php Disallow: wp-atom.php Disallow: wp-blog-header.php Disallow: wp-comments-post.php Disallow: wp-config-sample.php Disallow: wp-config.php Disallow: wp-cron.php Disallow: wp-feed.php Disallow: wp-login.php Disallow: wp-links-opml.php Disallow: wp-mail.php Disallow: wp-pass.php Disallow: wp-rdf.php Disallow: wp-register.php Disallow: wp-rss.php Disallow: wp-rss2.php Disallow: wp-settings.php Disallow: wp-trackback.php Disallow: xmlrpc.php
Then i add this to .htaccess file.
<Files wp-cron.php> order allow,deny deny from all </Files> <Files xmlrpc.php> order allow,deny deny from all </Files>
Also i deleted a plugin named BBPress Votes but i doubt he was the problem will test further to see if it gets blank again.
Hello
I think you are right i feel limited with managed WP but you know this is what i did and it work there is still that message in Cron Schedules but the EOT field is still there.
This what i did robots.txtUser-agent: * Disallow: /wp-content/uploads Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/themes Disallow: wp-app.php Disallow: wp-atom.php Disallow: wp-blog-header.php Disallow: wp-comments-post.php Disallow: wp-config-sample.php Disallow: wp-config.php Disallow: wp-cron.php Disallow: wp-feed.php Disallow: wp-login.php Disallow: wp-links-opml.php Disallow: wp-mail.php Disallow: wp-pass.php Disallow: wp-rdf.php Disallow: wp-register.php Disallow: wp-rss.php Disallow: wp-rss2.php Disallow: wp-settings.php Disallow: wp-trackback.php Disallow: xmlrpc.php
Then i add this to .htaccess file.
<Files wp-cron.php> order allow,deny deny from all </Files> <Files xmlrpc.php> order allow,deny deny from all </Files>
Also i deleted a plugin named BBPress Votes but i doubt he was the problem will test further to see if it gets blank again.
And i replaced this file paypal-ops.inc.php now i not know what did the work.Forum: Plugins
In reply to: Unkown tables in databaseI have this and i think to delete them possible from some plugin strange no one reply, searching google to see what is.
ahc_recent_visitors
ahc_refering_sites
ahc_searching_visits
ahc_search_engines
ahc_title_traffic
ahc_visits_timeTo @decordaydreams
Go and Download Zip to your PC from Joseph link after go to your site admin Dashboard> Plugins> Add New> Upload PluginThanks Joseph for this plugin i have solved fuzzy images after WP update.
Forum: Fixing WordPress
In reply to: Wrong title after image upload to media library.I found the problem it is not related to WP or some plugin,i have a watermark software on my PC it add watermark info in the property of each photo in the title it seems this info somehow cause this issue after upload of photo in WP media library.
Thanks for your help.Forum: Plugins
In reply to: [WP Tiles] Beta v1 Tile AnimationsHi Mike, thank you for help i will do as you say and do more testings.
Forum: Plugins
In reply to: [WP Tiles] Beta v1 Tile AnimationsHi Mike
Thanks for reply,yesterday i tested from iPhone but you can’t press tiles not know why maybe screen is too small.
Also you was telling about this code i did not add it because not know where to put.add_filter( 'wp_tiles_stylesheet', 'my_theme_wp_tiles_styleheet' ); function my_theme_wp_tiles_styleheet() { return get_stylesheet_directory_uri() . '/css/wp-tiles.css'; }
Do i need to add it? If yes tell me where please.
Forum: Plugins
In reply to: [Plugin: bbPress] How to make display WordPress Roles in bbPress Replies?Hello to all, found a solution just added like this.
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false ) ); ?> <?php echo get_user_field ("s2member_access_label", bbp_get_reply_author_id()); ?>
I have used codes from this site.
It worked here ya can see result https://www.itesla.solutions/forums/topic/not-seeing-first-post/