Nathan
Forum Replies Created
-
Forum: Plugins
In reply to: [Tickera – Sell Tickets & Manage Events] PHP Depcreated functions & WarningsNothing? Almost every single topic is answered same day. I even provided an answer for the issues. Is this something you’ll fix?
Thanks for the clarification. I am going to live with it in the short term until we get their new theme built. Thanks!
- This reply was modified 9 years, 1 month ago by Nathan.
OK yes, I disabled the page builder, created a home.php file with a basic loop in it. When I paginated, I got the appropriate noindex,follow setup.
So what can I do about that? It looks like you’ve added a filter in the plugin “the_seo_framework_robots_meta_array”. Any suggestions on how to circumvent this crappy page builder setup in the short term while a custom theme is built for the long term?
Actually yes, the site does use a page builder. This is the theme they use: https://themeforest.net/item/sahifa-responsive-wordpress-news-magazine-newspaper-theme/2819356
Says it’s the “TiePage Builder”. I didn’t think this plugin was the cause; but was correct in thinking this is the correct place to find someone who has experience with this.
I am digging where the TiePage Builder code actually is built into the theme currently.
Forum: Plugins
In reply to: [Disqus Comment System] running on PHP7Seconded.
Forum: Fixing WordPress
In reply to: Missed Schedule Post since 4.1 updateSame here.
I’ll just add one more note after looking in server log files. Apparently, Google has been crawling these URLs for a while, but the errors didn’t start happening until I upgraded our site and plugins this past Friday. Before, all these garbage URLs were returning a 200 success code, but now, return a 404.
I also did a complete text search of the entire WordPress project for “search_term”, and it’s only location is in Yoast plugin. I checked, and it’s not executing the JSON search, and hasn’t for a while. I might just redirect this stuff to a generic search page until I can figure out what’s happened.
Maybe it’s a yoast issue; maybe it’s a WP 4.1 issue? bloup above seems to have the same issue as I do. Checked webmaster tools again this morning, and it jumped from 248 errors to 3977 not found errors. All of them for search/%7search_term%7
I have crawled my site looking for any variation of this text on the site, and cannot find it, so I have no idea what’s creating these links. I will keep digging, I am finding a lot of people with this issue in the last 30 days, but so far no solutions.
I have disabled this feature, but GWT is reporting 100s of not found errors now with errors that look like this:
.com/search/%7Bsearch_term%7D%2Fpage%2F6%2Fpage%2F3%2Fpage%2F2%2Fpage%2F6%2Fpage%2F6%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2Fpage%2F6%2Fpage%2F3%2Fpage%2F2%2Fpage%2F7%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F8%2Fpage%2F2%2Fpage%2F2
I’ve got this in my functions.php
add_filter( ‘disable_wpseo_json_ld_search’, ‘__return_true’ );
Did you ever find a solution for this? I just came across this myself. Webmaster tools isn’t telling me what pages are linking to this page either.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not working when using Google Analytics goalI am having the exact same issue; it used to work but no longer does. Did you find a fix for this?
I followed these instructions. I don’t even get page loads showing up in GA.
http://contactform7.com/tracking-form-submissions-with-google-analytics/
on_sent_ok: “pageTracker._trackPageview(‘/contact-us/thank-you’);”
Forum: Plugins
In reply to: Blog Post Titles Not Displayed / Working on Google , please helpI was just coming back here to post something about this. I was slowly rolling back changes I had made in the past 3 weeks to see what could have caused it. Not all posts are showing the title now, but I am going to give it 24 hours, but I can see why that might be happening. But I had the same thing, schema.org tagging. We’ll see what happens tomorrow.
Forum: Plugins
In reply to: Blog Post Titles Not Displayed / Working on Google , please helpI have the exact same issue. I am on version 3.5.1 as well. I have Yoast installed, so it’s generating my OpenGraph tags as well as the HTML title tags as well. They both have the <blog post name> – <Site Name>, but the only thing shown on Google+ is the <Site Name>.
Would love an update if anyone has seen this and recently been fixed.
Forum: Fixing WordPress
In reply to: Permalinks not working but mod_rewrite & htaccess IS workingHere is my mod_rewrite log entry when clicking on a post
(2) init rewrite engine with requested uri /blog/698/test-blog-post/ (1) pass through /blog/698/test-blog-post/ (3) [perdir /] add path info postfix: D:/www/example/public/blog/698 -> D:/www/example/public/blog/698/test-blog-post/ (3) [perdir /] applying pattern '\.(js|ico|gif|jpg|png|css)$' to uri 'D:/www/example/public/blog/698/test-blog-post/' (4) [perdir /] RewriteCond: input='D:/www/example/public/blog/698' pattern='!-f' => matched (4) [perdir /] RewriteCond: input='D:/www/example/public/blog/698' pattern='!-d' => matched (2) [perdir /] rewrite 'D:/www/example/public/blog/698/test-blog-post/' -> '/index.php' (2) [perdir /] trying to replace prefix / with / (5) strip matching prefix: /index.php -> index.php (4) add subst prefix: index.php -> /index.php (1) [perdir /] internal redirect with /index.php [INTERNAL REDIRECT] (2) init rewrite engine with requested uri /index.php (1) pass through /index.php (3) [perdir /] applying pattern '\.(js|ico|gif|jpg|png|css)$' to uri 'D:/www/example/public/index.php' (4) [perdir /] RewriteCond: input='D:/www/example/public/index.php' pattern='!-f' => not-matched (1) [perdir /] pass through D:/www/example/public/index.php