Home › Forums › Themes Support › Claue › Portfolio Section doesnt show all portfolios
- This topic has 24 replies, 2 voices, and was last updated 6 years ago by Floow.
-
AuthorPosts
-
-
November 14, 2018 at 3:05 pm #26661
Hello,
- I created now 10 Portfolio Pages, but when I go in the backend to edit one of these only 6 are shown. And there is no second page or filter activated.
- How do I hide the “Client” Section at the front end of the Portfolio Page?
- I absolutely can’t find the Portfolio Page (the site where all portfolios are displayed). Did you just create a page and insert the individual portfolios with the WPBakery?
- When I want to change the URL String from Portfolio to something else is this code you provided here still valid?
Thanks for your help,
Greetings Florian
-
November 16, 2018 at 12:05 am #26730
I think Nr.1 solved itself when I delete the Portfolio pages and create these one new. I think that because I created yesterday 9 new portfolio pages and I can normally edit them as it should be.
Still Nr.2 – 4 is important.
-
November 16, 2018 at 8:30 am #26740
Hi,
Sorry for late reply. I submit replied but it lost internet connect.
1. The issue still exist when you go to Theme Option > Portfolio > Set per page = 5. Please download attach file, extract and replace in themes\claue\core\libraries\janstudio\hooks\filter.php
2. Please add below code to Claue > Theme Option > General Layout > Custom CSs
.jas-portfolio-single .portfolio-meta .jas-col-md-4:nth-child(2) {display: none;} @media only screen and (min-width: 62em) { .jas-portfolio-single .portfolio-meta .jas-col-md-4 { -ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%; }}
3. The link to all Portfolio is your-site/portfolio
4. Yes, i still work well.
Regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 17, 2018 at 6:30 am #26765
Thanks for the helpful answer.
Everything worked quite good. Is there a way to edit mydomain.de/portfolio?
Because I want that on mobile two portfolio thumbnails got displayed next to each other and not one after another.
-
November 17, 2018 at 12:52 pm #26772
Hi Florian,
1. You can change by go to Wp-content > Plugins > Claue-addons > includes > portolio > init.php line 38 and change
'rewrite' => array( 'slug' => 'portfolio' ),
to
'rewrite' => array( 'slug' => 'your_new_portfolio' ),
and backup file for the next update
2. please add below code to Claue > Theme Option > General Layout > Custom CSS to make layout of portfolio to 2 columns on mobile
@media only screen and (max-width: 736px) { .jas-masonry .jas-col-xs-12.portfolio-item { width: 50%; max-width: 50%; flex-basis: 50%; }}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 17, 2018 at 5:16 pm #26778
Thanks Harry.
Now the portfolio is displayed next to each other, but the title which zooms in is displayed kinda weird.
I am not able to click the categories of the portfolios at the top because the title lies above them, see the next picture.
-
November 17, 2018 at 5:16 pm #26779This reply has been marked as private.
-
November 17, 2018 at 11:00 pm #26786
Hi,
Please add below code
@media only screen and (max-width: 414px) { .portfolio-item .portfolio-title { padding: 0 15px; } .portfolio-item .portfolio-title h4, .portfolio-item .portfolio-title span { font-size: 11px; }}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 19, 2018 at 4:37 pm #26829
You’re the man, thanks Harry.
-
November 19, 2018 at 7:32 pm #26839
Another question regarding Porfolio Slug – I added the code on line 38
‘rewrite’ => array( ‘slug’ => ‘your_new_portfolio’ ), – Works fine
When I am clicking now on a “tag” the URL still has /portfolio_tag/tagname in the URL
And another thing if I click on the tag I still see all portfolio pages and not only the ones who got the tag.
-
November 19, 2018 at 11:53 pm #26853
In general – Everywhere where “Portfolio” is written should be changed into “Outfits” if this is possible.
Thank you in advance!
-
November 20, 2018 at 9:23 am #26861
Please change all in Plugins > Claue-addons > includes > portolio > init.php where has ‘rewrite’ => array( ‘slug’ => ‘…._portfolio’ ),
We are working on issue with tag page and update soon.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 20, 2018 at 2:15 pm #26870
Hi Harry,
I accidentally changed more than necessary. Now the Portfolio site is not more accessible. I tried to restore the init.php but it didn’t fix it.
I tried to update the theme, still Portfolio page not accessible.
Could you have a look at the init.php?
-
November 20, 2018 at 2:17 pm #26871This reply has been marked as private.
-
November 20, 2018 at 2:33 pm #26876
Okay I have no idea anymore. I tried to restore the whole Portfolio folder, but still, portfolio site is not more accessible. It just redirects on the home page.
-
November 20, 2018 at 3:08 pm #26877
Luckily I created a backup yesterday. With Updraftplus backup I restored the plugin section, now it works again.
-
November 20, 2018 at 4:55 pm #26884
Hi Florian,
We just release update of theme, don’t update plugin claue-addon. Maybe issue related to cache.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 20, 2018 at 10:16 pm #26901
It got solved as I used the Backup, no worries anymore 🙂
You said, “were are working on issues with tags ..”
How much time will it take? I need to know that otherwise, I have to hire someone who could fix it.
More than 1 week?
-
November 21, 2018 at 8:23 am #26908
Yes, need more than a week to release update with other tasks. If you have solution soon please share us.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 29, 2018 at 5:29 am #27098
Hey Harry,
I did not found a solution yet myself. Maybe you have something new about the “issues with tags”?
-
November 29, 2018 at 1:55 pm #27114
-
November 30, 2018 at 4:45 am #27142
Somehow now all portfolios are not more accessible.
When I go to view one specific portfolio page it redirects me to the homepage with a weird URL string.
And when I want to see the Portfolio Post Collection Page I get an error 404.
-
November 30, 2018 at 4:48 am #27143This reply has been marked as private.
-
November 30, 2018 at 8:46 am #27157This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 30, 2018 at 6:28 pm #27179
No, I did nothing. I was about to ask you the same. But okay it works now 😉
Maybe it was because of Cache? Something like that?
Thank you very much Harry.
-
-
AuthorPosts
You must be logged in to reply to this topic.