We're sent off to a feed
-
Topic
-
Hi
We have a problem that has puzzled us for months – and that is driving people off our site – dolcevita.no:
When somebody clicks any link (except the home link in the header logo), they are sent off to a feed. That is, even if the link looks right in the browser line, when clicked, they’re sent to feed://dolcevita.etc… instead of the supposed http://dolcevita.etc… Or they’re sent to a list with feed posts. At least that is how it looks. (Or – on my Mac, where I don’t have any feed reader – I’m sent over to Mail which gives me this “Error: No associated application could be found”.)
This makes the site practically impossible to enter.The really funny part, though, is that the problem is unstable. It comes and goes. The only indication I’ve found here is if I change some files on the site. Then the problem almost consequently comes back.
This makes testing hard and imprecise.Now, I’ve tried to isolate the cause of this problem.
First: I use quite some plugins, and also a child theme of Alyeska. On an other site (dolcevita.no/blogg) I use the same child theme and many of the same plugins plus some others. I use WP 3.5.1, alyeska 2.5.1, framework 2.1.0 and the latest of all plugins.
On dolcevita.no:
– I’ve deactivated all plugins: Problem persists.
– Switched to a default theme (twenty twelve): Problem gone (or at least for some minutes then)
– Switched to my Alyeska child theme: Problem’s back
– Switched to Alyeska motheer theme: Problem is first there, but then gone. I’ve left it for quite a while without more problems.
This indicates that there’s a problem with the child theme I’ve made.In the child theme, there are two possible sources for an error:
– Either the functions.php file
I’ve just left in the html for the to meny line – today I have removed the code at the bottom here (only change made)
– or in the cumstom.css file
I’ve made may adjustments here, but nothing new.Now…
– have you heard of anything similar before?
– Any hint on what I should look for
– If I can’t find the error this way, do you take paid support?Thanks,
KjetilPS Dolcevita.no is built with three wp installations. To stay inside the main part, avoid /blogg and /cucina
————–The code removed from the child theme’s functions.php——————–
/*———————————————————————————–*/
/* To remove the wp version
/*———————————————————————————–*/function no_generator() { return ”; }
add_filter( ‘the_generator’, ‘no_generator’ );/*———————————————————————————–*/
/* Suuposed to give hackers less info when trying to log in */
/*———————————————————————————–*/function explain_less_login_issues(){ return ‘ERROR: Entered credentials are incorrect.’;}
add_filter( ‘login_errors’, ‘explain_less_login_issues’ );
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.