-
AuthorPosts
-
October 27, 2016 at 12:01 pm #704800
Hello,
I have noticed that there is a 404 error for each rss feed of portfolio items on 2 sites, example :
https://ethiopiatropicaltours.com/album/ethiopia-faces/feed/
http://sante-securite-pro.com/prestations/formation-prap-ibc-industrie-batiment-commerce/feed/I already read this post : https://kriesi.at/support/topic/404-on-rss-feeds-of-portfolio/?login_error
but the mentioned option is no more available in Yoast.I have created a test site : https://test.ethiopiatropicaltours.com/ with just the parent Enfold theme and no plugins, and it still happens.
I have created other custom post types for which it does not happen, eg. https://ethiopiatropicaltours.com/tour/special-omo-valley-trip-program-east-extension/feed/
Any other suggestions to fix that ?
Thanks
Bérangère
October 31, 2016 at 6:31 am #705974Hey Christophe,
Sorry for the delayed response.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
JordanOctober 31, 2016 at 10:13 am #706056Hi,
Please find the credentials in the private area.
Christophe / Bérangère
November 2, 2016 at 3:30 pm #707153Hi,
I noticed that you have used a caching plugin. Activate it again and open your plugin’s settings page and temporarily deactivate the caching of your site. Then deactivate it again, as well as all other plugins and finally please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Best regards,
AndyDecember 1, 2016 at 11:06 pm #719415Hello,
I have tried on the 2 sites. Unfortunately it does not change anything.Christophe / Bérangère
December 2, 2016 at 12:35 pm #719631Hi,
please follow this thread:
https://kriesi.at/support/topic/portfolio-items-all-404s-rewrite-rules-missing/
as well as:
https://kriesi.at/support/topic/getting-404-errors-for-dynamically-created-portfolio-item-feed-pages/Best regards,
AndyDecember 5, 2016 at 8:07 pm #720650Hello Andy,
I have found a solution in the 1st thread by applying the following filter :
add_action(‘wp_head’,’avia_remove_feed’, 1);
function avia_remove_feed(){
if(is_single() && get_post_type() == ‘portfolio’) remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );
}I have checked your demo and there is the same issue : view-source:http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
Maybe you should solve this once for all :-)
Thanks anyway !
Bérangère- This reply was modified 7 years, 11 months ago by caudebert. Reason: typo
December 6, 2016 at 2:59 pm #721027Hi,
thank you a lot for sharing your solution with us!
Best regards,
Andy -
AuthorPosts
- The topic ‘RSS links return 404 for portfolio item – on 2 sites’ is closed to new replies.