Portfolio links problem

  • Posted in : cvCard WP
  • yrwan
    Participant

    Hello!

    Thanks for this theme it was exactly what I was looking for!
    I have a problem with my portfolio item link. For exemple on my website if you click on “Froggy Tales” nothing append. It should load the item page on top of the website like the item “ON THE DESERT” in the demo.

    Can you help me?

    AlbertoBascones
    Participant

    me too.

    if my configuration is:
    Settings -> Permalinks -> Custom Structure
    http://www.albertobascones.es/blog/%postname% -> does not work

    if my configuration is:
    Settings -> Permalinks -> post-name -> works

    http://www.albertobascones.es/#/portfolio/web-personal/

    Mehmet S.
    Keymaster

    Hi,


    @yrwan
    : Please try to deactivate your plugins and check again.


    @AlbertoBascones
    : You need to select the Post name option from permalink settings for the portfolio.

    See image:

    yrwan
    Participant

    Hello,

    That one of the first things I have try. It doesn’t change anythings :(

    ahmetsali
    Keymaster

    @yrwan

    can you disable all your plugins and check again.

    yrwan
    Participant

    All the plugins are disable. That the first things I’ve try.

    ahmetsali
    Keymaster

    This is really weird. You can try to install a fresh copy of the theme. You can download it from ThemeForest.

    Install your theme via WordPress admin. WordPress sets correct permission for your theme’s files and folders.

    yrwan
    Participant

    I’ve just done that and it change nothing. I’ve try with a new item with the content from the demo and it the same :(
    Only the item that haven’t the type “Standard’ works.

    lemoka
    Participant

    Hi, I have the same problem, I have updated to the latest version 1.1.7 and it is still not working

    I have submitted some messages in the forum and I don’t have a solution, and it is not only me.

    Please, find a solution for this important bug

    yrwan
    Participant

    I’ve found where the problem was. I’ve change the name of my portfolio and so the URL of my portfolio page. To work your portfolio page must be name “portfolio”.

    maurosnl
    Participant

    You are correct! Thank you!

    ahmetsali
    Keymaster

    @yrwan

    Thanks for sharing the solution.

    neilfahey
    Participant

    I have tried all of these things and am still having the same problem. It’s putting the hash in the URL (/#/portfolio/on-the-desert/) and won’t load anything. My permalinks are set to “Post name”.

    Any other ideas?

    Thanks
    Neil

    ahmetsali
    Keymaster

    @neilfahey

    what is your url?

    neilfahey
    Participant

    My site is in maintenance mode so you won’t be able to see it, unless I can e-mail/PM you a username and password?

    ahmetsali
    Keymaster

    @neilfahey

    no problem, you write your link when your site is online.

    neilfahey
    Participant

    I’m not planning to put my site online until it’s actually working though.

    JoshuaBatty
    Participant

    Hi i’ve tried all the suggestions and i am still unable to get this to work.

    Here is my page -> http://joshuabatty.com/#/portfolio

    neilfahey
    Participant

    I’m still waiting for some help, too. Ahmetsali: Can you send an e-mail address so that I can give you access?

    Thanks
    Neil

    ahmetsali
    Keymaster

    @JoshuaBatty

    i can’t view your url : “account suspended”


    @neilfahey

    you can send it to ahmetsali at gmail.com

    neilfahey
    Participant

    Thanks Ahmetsali… I will do that asap.

    Cheers
    Neil

    JoshuaBatty
    Participant

    @ahmetsali sorry my hosting was down would you be able to check again for me now its back up. Thanks.

    JoshuaBatty
    Participant

    By the way it seems my problem is identical to neilfahey so I say whatever the solution is for one it will be for the other. Thanks in advance.

    ahmetsali
    Keymaster

    @JoshuaBatty

    can you make sure your portfolio page slug is “portfolio” not something different.


    @neilfahey

    i got your mail, trying to understand what is wrong, i will get back to you soon.

    ahmetsali
    Keymaster

    @neilfahey

    you had duplicate portfolio pages, i deleted one of them and your portfolio works fine now.

    JoshuaBatty
    Participant

    @ahmetsali my port folio slug is http://joshuabatty.com/portfolio-2/

    If I try to change it from /portfolio-2 to /portfolio it just reverts back to the original when i press ok. How can I get rid of the -2 part? Thanks.

    JoshuaBatty
    Participant

    Hi I found that I had an old page called portfolio in my trash. Once I permanently deleted it then I am able to change the slug of my portfolio to joshuabatty.com/portfolio.

    However when I click on a portfolio image I am still unable to open up the link…. Any ideas? thanks.

    megthekiwi
    Participant

    I am having the same problem.

    I disabled all plugins. I also made sure the slug on portfolio is “portfolio”. I also chose “Post Name” for Permalinks selection. None of the “Standard” portfolio items will display (however, lightboxes work).

    My url: http://www.megkurdziolek.com/#/portfolio

    Your help and advice is appreciated.

    neilfahey
    Participant

    Thank you so much Ahmetsali! It works! :)

    Cheers
    Neil

    ahmetsali
    Keymaster

    @megthekiwi

    make sure you don’t have a page with the slug portfolio in your trash. if you have just delete it permanently then check your actual portfolio page’s slug.

    JoshuaBatty
    Participant

    Hi @ahmetsali I am still unable to get my portfolio page to work. I REALLY need this working ASAP now and I would appreciate some help in getting it to work. I am happy to provide you with my wordpress login details if that would help and I have followed all the suggestions in this post without any success. Thanks.

    ahmetsali
    Keymaster

    @JoshuaBatty

    okay, you can send it to ahmetsali at gmail.com including this post url.

    JoshuaBatty
    Participant

    @ahmetsali Thanks for that email has been sent! :)

    ahmetsali
    Keymaster

    @JoshuaBatty

    i logged in and fixed the portfolio slug by selecting your portfolio page in cvcard-Portfolio-Page widget, now everything seems fine but portfolio ajax still doesn’t work, i have no idea why it is not working. We plan to add an update to disable ajax on portfolio for such cases with a future update, i let you know when the update is out. I also experienced this your server is responding too slow sometimes.

    JoshuaBatty
    Participant

    @ahmetsali ok thanks for having a look. Really is a shame that there is nothing we can do to get this working. Am loosing out on a lot of opportunities at the moment as a result of my portfolio page not functioning. Really would appreciate an update fix to this as soon as possible as i suspect other users are needing this to work also. Thanks.

    ahmetsali
    Keymaster

    @JoshuaBatty

    if you can’t wait for the update, you can disable ajax in the code. Edit js/main.js(in theme folder) in a text editor, and find line : 172;

    $(".one-page-layout a.ajax").live('click',function() {
    

    and change it to

    $(".one-page-layout a.ajax2").live('click',function() {
    
    JoshuaBatty
    Participant

    @ahmetsali Great thanks for the tip. I changed line 172 of js/main.js on my server to what you suggested, namely changing a.ajax to a.ajax2

    However, the portfolio loading problem still seems to be exactly the same unfortunately…..? Any ideas? Thanks.

    ahmetsali
    Keymaster

    @JoshuaBatty

    i just checked your portfolio page and posts load just fine without ajax, only the first post is a custom url, it doesn’t work, you need to remove/edit that first post.

    JoshuaBatty
    Participant

    @ahmetsali agh you are correct I only use chrome as my browser and I can confirm that it still does not work in that but just tried loading the page using safari and it works as expected. Any idea why its not working on Chrome?

    ahmetsali
    Keymaster

    @JoshuaBatty

    it might be a caching issue, just hit ctrl + F5 in chrome.

    JoshuaBatty
    Participant

    @ahmetsali YES!!!!! thank you!!!! Would you be able to please post here when the new update comes out but this will totally serve for now. :) Thanks!

    atadayon
    Participant

    Hey Ahmetsali,

    I’m also having a similar issue with respect to the posts not loading. Could you take a look? The url is: http://www.teresajoseph.com

    It seems to be only giving an issue when the portfolio post is of the “standard” type

    Thanks for the awesome theme!

    alyssaputnam
    Participant

    Just posted in another thread, in which someone is having the same problem (also today).

    None of the portfolio items work when published, but show ‘page not found’ (click on any of the links here: http://kategardiner.com/portfolio/).

    Was there some change made recently that would have affected this, as there are three separate cases of this occurring today?

    Thanks in advance for your help.

    ahmetsali
    Keymaster

    @JoshuaBatty

    sure i will let you know when the update is out.


    @atadayon

    i just checked your url but it seems like you don’t have any standard type portfolio post right now, so i can’t test it on your site.


    @alyssaputnam

    i guess you are in the wrong category, this is cvcard theme forum. If you have posted it elsewhere, we will reply soon.

Viewing 44 posts - 1 through 44 (of 44 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register