Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Assistance with Portfolio on Extinct Theme
- This topic has 21 replies, 3 voices, and was last updated 5 years, 8 months ago by
Raghavendra.
-
AuthorPosts
-
October 18, 2017 at 2:53 pm #27886
alissajrobinson
ParticipantMy site was working well for a while but since updating the theme (Extinct), I’m having a few ajax-related problems with the portfolio function:
1. On the main portfolio page, portfolio items are being repeated with each new ajax load
2. On the category pages, ajax isn’t working at all. Only 6 items per category are loading. If I remove ajax functionality in the theme options, the pagination doesn’t work and returns 404 errors when I try and load additional pages.
I’ve tested this in both Firefox and Chrome (latest versions) and the problem is the same.Site: http://www.alissajrobinson.co.uk
Thank you in advance for your help.
October 18, 2017 at 2:54 pm #27887alissajrobinson
ParticipantThis reply has been marked as private.October 20, 2017 at 6:38 am #27904Veena
ModeratorWe ll get back to you shortly on this .
October 20, 2017 at 12:07 pm #27905Raghavendra
ModeratorThe pagination seems to be working now but again the posts are repeating. I see that there is the word ‘portfolio’ in the URL which may cause issues in some situations. Is it possible to quickly change the url to something else and see if the problem gets resolved by any chance? I will take a deeper look if that does not help.
October 20, 2017 at 12:15 pm #27906Raghavendra
ModeratorIf changing the url from portfolio is not an option for you, pls let me know and I will try out a solution that should resolve the issue. Will require code change and a theme update.
October 23, 2017 at 10:49 am #27921alissajrobinson
ParticipantThank you for your help so far. Unfortunately, the pagination is not working. If you click on any of the pages they lead to 404 errors. I will wait until this is sorted before changing the URL so that you can still gain access. I would prefer the ajax was working to the pagination, but I do need one or the other working. Thank you.
October 25, 2017 at 1:28 pm #27975Raghavendra
ModeratorI see that pagination works except in category pages. Again my best guess is – this is due to the portfolio in the URL which is keeping WordPress confused as to whether you are viewing a portfolio archive or a portfolio_category taxonomy page. We would not be able to solve the same unless you switch to another URL or change the slug of portfolio custom post type through code from portfolio to something else. Pls let us know if you are ok with changing the slug of portfolio entries and I can suggest a code change in your child theme.
November 2, 2017 at 1:08 pm #28048alissajrobinson
ParticipantI changed the subfolder name from portfolio to freelance and I’m still having the same problem. Pagination doesn’t work, and neither does ajax on the category pages. Items on the main portfolio page do load via ajax, but are still duplicated. I would prefer ajax on all of the pages, rather than pagination. Can you please help sort this issue? Thank you.
November 7, 2017 at 9:56 am #28113alissajrobinson
ParticipantAny help would be greatly appreciated. I am anxious to get this website updated and running correctly. Thank you.
November 8, 2017 at 1:36 pm #28145Raghavendra
ModeratorAlissa – Sorry about the delay. I was finally able to reproduce this weird issue in our dev installation and will have a resolution in next few hours.
November 8, 2017 at 2:15 pm #28147Raghavendra
ModeratorCan you pls check if things are back to normal? I had to just hit reorder button in the Portfolio admin page. For some reason, WordPress was getting confused about the ordering and messing up the pagination.
Same solution seemed to work in my dev installation.
November 9, 2017 at 10:06 am #28156alissajrobinson
ParticipantThank you for sorting the main portfolio page, which is working perfectly. However, ajax is still not working on the category pages. If you choose any of the dropdowns (try web design or advertisements), there are more than 6 items in these categories.
Thanks!
November 21, 2017 at 11:12 am #28296alissajrobinson
ParticipantHi, I would really appreciate this being looked into. This delay in getting the site up and running is rather frustrating. Thank you.
November 23, 2017 at 12:45 pm #28352Raghavendra
ModeratorI reverted to paged navigation for now. Can you pls check if the following is the content of .htaccess file in the root wordpress directory of your site?
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /freelance/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /freelance/index.php [L] </IfModule>
Pagination is not working on your site for category archives and hence the URL like this one – http://alissajrobinson.co.uk/freelance/portfolio_category/web/page/2/ is generating error.
November 23, 2017 at 12:49 pm #28353Raghavendra
ModeratorAlso do you have the option of keeping the site on the root domain itself instead of a subfolder like freelance? That could resolve the issues as well.
-
AuthorPosts
- The forum ‘Extinct Theme Support’ is closed to new topics and replies.