-
AuthorPosts
-
February 26, 2015 at 12:27 pm #402609
Hi,
My site can not show the /feed page , do you know why and how could I fix it?
http://www.trianglehomeware.com/products/travel-mug-diy-photo-tm26p/feed/
all product pages can not show the /feed
Thanks advance.
Enffie
February 27, 2015 at 6:30 am #403187Hey Enffie!
Thank you for using Enfold.
You don’t have the latest version of the theme. Please download version 3.0.8 from your themeforest account. The fix will be included on the next update: https://kriesi.at/support/topic/feed-feed-on-sites-does-not-work/#post-398428
Regards,
IsmaelMarch 3, 2015 at 3:54 pm #405186Hi,
I have updated to the latest version, but the problem still not be fixed.
How should I do?
Regards,
EnffieMarch 5, 2015 at 12:01 am #406144Hey Enffie!
That patch has not been released yet, here’s how to apply it:
Open /config-templatebuilder/avia-template-builder/php/template-builder.class.php and look for line 424:if(($post_id && is_singular() && !is_feed()) || isset($avia_config['builder_redirect_id']))
Replace it by:
if(($post_id && is_singular() && !is_feed()) || isset($avia_config['builder_redirect_id']))
Regards,
JosueMarch 5, 2015 at 5:34 am #406231Hi,
Thanks for your help.
I place your CSS instead of the original, but it still doesn’t work. I really hope you could help me as all the /feed pages become 404 pages errors when google crawl.Regards,
EnffieMarch 5, 2015 at 5:55 am #406235Hi Enffie,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMarch 5, 2015 at 10:52 am #406321This reply has been marked as private.March 6, 2015 at 9:33 am #406880Hey!
Please make the user an Administrator.
Best regards,
JosueMarch 6, 2015 at 10:06 am #406891Hi,
Sorry for mistake!
I have made it as an Administrator, please help to check,
Thanks!Enffie
March 6, 2015 at 11:05 am #406910Hey!
This seems to be a limitation when using a custom post type (portfolio), to get the RSS feed of these post types you’d need to use the following URL:
http://website.com/feed/?post_type=portfolio
Best regards,
JosueMarch 6, 2015 at 11:32 am #406919This reply has been marked as private.March 6, 2015 at 11:40 am #406922This reply has been marked as private.March 7, 2015 at 7:14 am #407412Hi,
I wonder if it is caused by some wrong plugin?
Regards,
EnffieMarch 9, 2015 at 7:36 am #407883This reply has been marked as private.March 9, 2015 at 9:32 am #407905Hey!
Could be, have you already tried that (disabling all third-party plugins)?
Cheers!
JosueMarch 9, 2015 at 10:07 am #407943Hi, Josue
I have tried, but it seems doesn’t work. :(
I really need your professional help.March 10, 2015 at 10:44 am #408719This reply has been marked as private.March 11, 2015 at 4:20 am #409643Hello:
Do you have any idea?
Hope you could help me to fix this problem!Regards,
EnffieMarch 11, 2015 at 10:56 am #409741Hi,
I wonder if it is possible that re-install the latest theme version and overwirte the files to fix this problem?
Thanks & Regards,
EnffeMarch 15, 2015 at 5:45 pm #411715Hi,
Hi,
Can anybody help??
I wonder if it is possible that re-install the latest theme version and overwirte the files to fix this problem?Thanks & Regards,
EnffeMarch 15, 2015 at 9:49 pm #411756Hey!
I noted you’re running an old version of WordPress, could you please update it to the latest version?
Regards,
JosueMarch 15, 2015 at 9:52 pm #411758Once you done that, add this to your child functions.php:
function enable_has_archive($args) { $args['has_archive'] = true; return $args; } add_filter('avf_portfolio_cpt_args', 'enable_has_archive', 10, 1);
Then go to Settings > Permalinks and re-save your permalink settings.
March 16, 2015 at 6:56 am #411895Hi, Josue,
Many thanks for your assistance.
Let me have a try.
Will let you know the result.Best Regards,
EnffieMarch 16, 2015 at 9:21 am #411955Sure, i tried this on my local install and it worked to show the portfolio items feed.
Best regards,
JosueMarch 23, 2015 at 6:08 pm #416532Hi, Josue:
Thank you very much for your help!
I have updated the latest version of WordPress and follow the steps of the setting you suggested. Now my portfolio pages are not turning to 404 pages anymore, great!
But i want the feed pages could be in this format, just like this : http://www.rambotech.com/products/bluetooth-speaker-bts019/feed/,
could you give me some idea?Best Regards,
EnffieMarch 23, 2015 at 8:31 pm #416675Hey!
It’s the same if you view the source of the feed.
Cheers!
JosueMarch 30, 2015 at 4:56 am #420174Hi, Josue,
Thanks!
It is normal now!Best Regards,
Enffie -
AuthorPosts
- The topic ‘About RSS feed’ is closed to new replies.