• Resolved alejimbo

    (@alejimbo)


    Hi, i’m using your virtue theme and i need to say that is amazing.
    I’m using a page called “gallery” with portfolio grid template, and i just need to use it like a collection of galleries. What i did is upload each gallery in differents portfolio posts, so that i can get in my “gallery” page the main picture of each, linked to “sitename/portfolio/pictures”, basicly like you did here. The problem are two…the first, not really important is that as i said, the permalink of my gallery is “sitename/portfolio/pictures”, and i’d like to know if I can set is as “sitename/gallery/pictures” because the page that i’m using with portfolio grid theme is “gallery”, and the second problem is the icon, between the arrows used to switch from a portfolio to another, that is linked to “sitename/portfolio”, and in my case if you click there you go anywhere, and i’d like to link it to “sitename/gallery/”
    thanks for you support

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, the portfolio grid page is set in the theme options, you choose the page you want that link to go to. If you haven’t set one it defaults to portfolio

    As for the permalinks, you can do this in the premium version but in the free you have to edit the virtue tool kit plugin. change the slug in the post types php file.

    Kadence Themes

    Thread Starter alejimbo

    (@alejimbo)

    thanks for your answer. So, I did what you said. Now the portfolio page is “gallery” as I wanted, then I did the change in post types php file, now the permalink is fine and when I click in the gallery(portfolio) page the link goes to the right page (sitename/gallery/pictures), the only problem is that the page is empty, a message says that the link “sitename/gallery/pictures” doesn’t exist, and the pictures are still in “sitename/portfolio/pictures”. I tried to update again the galleries but the result is still the same

    I changed this:
    ‘rewrite’ => array( ‘slug’ => ‘portfolio’ )
    in this:
    ‘rewrite’ => array( ‘slug’ => ‘gallery’ )

    Re-save your permalinks.
    In wordpress > settings > permalinks.

    Kadence Themes

    Thread Starter alejimbo

    (@alejimbo)

    amazing!! Now it’s perfectly working, really thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘portfolio problem’ is closed to new replies.