SEOAlien
Forum Replies Created
-
Forum: Plugins
In reply to: [Toplytics] Until the developer verifies…Excellent! Thank you, went ahead and installed it with no issues using your credentials. Thank you for getting back to me.
Forum: Plugins
In reply to: [Contact Form 7] de-activated because it triggered a fatal error.I downloaded the plugin and re-added it via cpanel and now it works.
Forum: Fixing WordPress
In reply to: Problem changing from PHP 5.6 to PHP 7.2I found a fix to this, but keep in mind that any changes to the theme files are overwritten on theme update.
From your theme files, and open the file in question. (In your case it would be the menu-walker.php file, in my case it was the functions.php file) Search for a line that starts with function start_el The line of code should look similar to this:
function start_el( $output, $item, $depth, $args ) {
Changing this line to the following should make the warning disappear:
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {Forum: Plugins
In reply to: [AMP] Custom JavaScript is not allowedGoogle Search is giving me AMP errors as well.
“New AMP error types now visible in Search Console for [sitename]”, and refers the code below as the error.
<script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://cdn.ampproject.org/v0.js' async></script>- This reply was modified 7 years, 8 months ago by SEOAlien.
Forum: Plugins
In reply to: [OG — Better Share on Social Media] Sites Went DownThank you Marcin! Make it a great day!
Hi Prathamesh,
Sorry, I should have replied sooner. Yes. It turns out it was another security plugin my client was using that caused it. It was a redundant plugin anyway, so I deleted it and it works fine now. Thanks!
Thanks @crudhunter, will do.
I found this code in my .htccess file, must have been left in by the original hack:
RewriteRule ^[a-zA-Z0-9]{3}([a-zA-Z0-9]{5,19})/([0-9]{1,7}).htm$ index.php?tempweb=$1&smid=$2 [L]
I removed it and that appears to have fixed it. 🙂
Thank you both, I saw in Google Site ” Generally, 404s don’t harm your site’s performance in search” and there are no Security Issues, so I won’t let it bother me too much, just have to find that code I guess.
I was only afraid it was something worse and based on your replies I don’t see any need to panic about it.
Appreciate it.
@webheadllc That was too cool of you to follow up with that update. I was wondering what happened. Appreciate it, works perfectly!
- This reply was modified 8 years, 7 months ago by SEOAlien.
Forum: Plugins
In reply to: [Triberr] Version 4.0.5 throws fatal errorGetting same thing
Excellent! That was it.. added <?php before the code on the functions.php file… works great, thanks again!
SUCCESS!!! I added that code to the “contact-form-7-multi-step-module.php” and it worked fine!!!!!
Thanks, I appreciate your help, however, when I added my form ID to the above code and added it to the the functions.php that code is now appearing at the top of all my websites pages and the form wont go past step one when you click it.
Any other suggestions would be greatly appreciated.Forum: Plugins
In reply to: [Contact Form 7] Send Auto-responder On Step One of Multi-step