I’m having the exact same problem that Newt Labs reported whereby the post type changes between portfolio and bws_portfolio. This has been happening for years and only when the plugin updates. I always have to manually change the post types in the database and it’s becoming a hassle. Hoping there will be a solution soon.
Plugin version 2.55 (but this has happened when upgrading from previous versions)
]]>Every now and then the post type in the database changes from portfolio to bws_portfolio, which makes the posts disappear in WP and the front-end. Changing it back fixes it but it will change again without us knowing sometimes so it’s a right pain.. Any idea why this is?..
]]>Hello,
thanks for great plugin.
Is there a way to show svn_additional_field for unlogged users please?
Thanks a lot for your reply
Olaf
I have copied the relevant template files to my theme folder as per instructions.
There is no way to control the template so that I can get it to look the way I want it. The parts I want to change are thumbnail and content positions.
I would like the thumbnail to be in the middle of the page and the content underneath 100% inside a Div element. These 2 are generated from some code from the main plugin which you say shouldn’t be touched.
However, I could have styled it by add/removing CSS styles but I can’t as the Class .portfolio_short_content is used for both short and long descriptions.
So how can we get around this as long descriptions don’t look right?
Kind regards
Colin
]]>Hi, I am trying to use portfolio plugin to display my projects. It messes up my template page structure and I am getting everything displayed correctly but not beautifully.
I mean it makes whole page structure ugly and stretches the screen.
Please see here: https://drivetbilisi.com/tgtest/projects/
Can you please advise what to do?
]]>I need to be able to include multiple URLs for each project. Does this plugin allow for that?
]]>Is there a way to display the portfolio in a masonry-like grid? If a code change is required, I would be verrrry grateful do get a few suggestions ??
]]>Hi, I like the plugin so far. It’s been relatively easy to set up. The confusing part for me is how I add all of these on to one page, listed as thumbnails with an excerpt of the description. Is “/portfolio” a custom category? If so, how to I reference the archive page for it? The first screenshot on this plugin’s page (under Screenshots) shows an archive page with portfolio items listed just like a blog does. This is what I would like to achieve. I don’t need “Executor”, “Technology” or any of the attributes, really, except the description, which I have already made for all 15+ portfolio items.
Please let me know what I need to do to collect these on a single page as thumbnails (similar to a blog main page) with excerpts and a way to click on them to see more (the portfolio item’s own individual page).
Do I use a shortcode? Do I have to write PHP? Using a created page Portfolio (/portfolio) does not work, but the urls for the items I have created all are under the directory /portfolio (ex: mywebsite.com/portfolio/website-project).
Please help ??
]]>After updating my site, the portfolio pages aren’t displaying properly. I am receiving this error: “The files “portfolio.php” and “portfolio-post.php” are not found in your theme directory. Please copy them from the directory wp-content/plugins/portfolio/template/
to your theme directory for correct work of the Portfolio plugin”
I am using the Vantage theme and did copy the two files listed above to this directory: /public_html/wp-content/themes/vantage/templates
Since I added those files, the template is available and the top level portfolio page displays properly but the detail pages are no longer showing in a grid format, even though I have the Number of images in the Row set to 3 in the settings, and I am still seeing that error message about the missing files. When I try to reduce the thumbnail size, it just reads “updating” but never completes.
]]>When creating a new portfolio how do I get photos to show up in the “more screenshots” section? When I pick my featured image and then add media, they just list right next to the featured image. How do I make them show up under “more screenshots”?
]]>Hello,
I am very new to WordPress. I made my own theme using Twitter Bootstrap. Everything works fine when it comes to posts and pages. Now I installed the BWS Portfolio plugin and when I try to go to the page featuring the portfolio gallery, the whole style gets messed up. This doesn’t happen with the default “twentyxxx” themes of WordPress, so I guess it’s something with my theme that I’ve been missing.
This is what my website looks like
https://i.stack.imgur.com/O7YOl.jpg
And this is what it looks like when I enter the Porfolio page:
https://i.stack.imgur.com/1qbgt.jpg
So the whole style is pretty much messed up.
My root folder conists of these files:
footer.php
functions.php
header.php
index.php
portfolio.php
portfolio.php.bak
portfolio-post.php
portfolio-post.php.bak
style.css
And this is my functions.php file content:
<?php
add_action(‘wp_enqueue_scripts’, ‘style_resources’);
function style_resources() {
/* Bootstrap */
wp_enqueue_style(‘bootstrap’, get_template_directory_uri() . ‘/bootstrap/css/bootstrap.min.css’);/* Font-Awesome */
wp_enqueue_style(‘font-awesome’, get_template_directory_uri() . ‘/font-awesome/css/font-awesome.min.css’);/* Main Stylesheet */
wp_enqueue_style(‘style’, get_template_directory_uri() . ‘/style.css’);/* Content Stylesheet */
wp_enqueue_style(‘content’, get_template_directory_uri() . ‘/css/content.css’);/* Fonts Stylesheet */
wp_enqueue_style(‘fonts’, get_template_directory_uri() . ‘/css/fonts.css’);
}add_action(‘wp_enqueue_scripts’, ‘script_resources’);
function script_resources() {
/* jQuery */
wp_enqueue_script(‘jquery’, get_template_directory_uri() . ‘/js/jquery-1.12.0.min.js’);/* Bootstrap JavaScript */
wp_enqueue_script(‘bootstrap’, get_template_directory_uri() . ‘/bootstrap/js/bootstrap.js’);}
?>
Seems like all resources load correctly in the Porfolio page (used Console of Chrome to check for errors and there are none).
Any idea on how to fix this? Am I missing some PHP function(s) to display the portfolios properly? Can it be caused because I don’t use a “page.php” file in my WordPress project (yet)?
The project is still in the beginning and I would like to fix it before proceeding.
I would appreciate any help, greatly.
Thanks in advance!
]]>I just updated the plugin, and suddenly it’s not showing anymore. Could you please post this information BEFORE we make the update: “We have changed the way etc.”
My page:
https://creativeforge.org/book-covers
What it used to look like:
https://gyazo.com/487c9ea0ee66433b6503ae5d80d2aee8
What it looks like now:
https://gyazo.com/6ab678c13abacb19956bc5fa3a86a604
Now what? I don’t even see the portfolios I created in the list. How come? I don’t want to list “the latest” I want to show those I select.
Thank you,
Andre
]]>Hi there,
Liking your plugin except for the one issue I’m having with it. I’m using a child theme so when I installed your plugin the portfolio.php and portfolio-post.php files were both added to my child theme directory.
However, when I go to a portfolio page like this one https://thehomebrewhero.com/portfolio/asamushi-dry-pilser/
it is giving me an error.
However, when I move the portfolio and portfolio-post files to my main theme’s directory, that error message goes away and everything looks good on the front end. Although on the back end I get an error
“The files “portfolio.php” and “portfolio-post.php” are not found in your theme directory. Please copy them from the directory wp-content/plugins/portfolio/template/
to your theme directory for correct work of the Portfolio plugin”
and nothing will save or work on the back end.
Any idea what could be causing this and how I could fix it?
Thanks!
]]>Hi, I am trying to use this plugin to show my portfolio in the main screen which is not page, I guess I can call it home: https://www.myname.com, As three columns. I am wondering if it possible?
Thanks
]]>Respected,
I have a problem with translating the label of category filter “All” in portfolio grid. I rewrote the string “All” in default.po file (wp-content/themes/shadow/lang) but it doesn’t change.
If you can help me to locate the string, it would be highly appreciated.
Thanks in advance and best regards!
]]>I have around 100 portfolio on some categories.
Can I show 9 portfolios per page with paging and show all the categories on the menu filter?
Hi!
After the last update, I can’t find the Portfolio menu item in my admin menu.
]]>I am missing what is probably a simple intermediate step.
I have created portfolio items through the plugin.
I have set a draft Portfolio page, using the portfolio template.
How do I get the portfolio items to display on the portfolio page?
I’ve been hunting around and couldn’t find this addressed in FAQs. Thanks!
Alexandra
]]>Hi,
I’m using the free version of the plugin to test – so far I love how easy it is to use.
I’ve created a portfolio using the full-width blocks and for some reason the text displayed within the description defaults to UPPERCASE, which I don’t want.
Is there any way to change this please?
hello
I’d like your porfolio and it could be exactly waht I ma lokking for.
I wil have two questions: it is possible to add buttons this the short description this the tumbnails and alos when the image is enlarged. ( I hopr you xill understantd because I am french and my english isn’t so good.
tahnks for your answer.
]]>Hello,
will this plugin allow members of our community create their own portfolio?
wp is based on managed hosting which implies no MU option.
txs
C
]]>Hi,
how can i simply save the value for SVN without the automatic addition off http: and deletion of blank spaces?
Thanks
Patrick
Hi guys,
I would like help with one of my pages: https://www.roadrunnermarketing.co.uk/portfolio as you can see this is my portfolio page, by default when adding text to a page it is limited to the left hand side as there is a sidebar on the right. I tried adding a short description but then when I saved the full description it doesnt show in the ‘read more’ section. When I change the page attributes to (full width) the portfolio then disapears because you need the page to be a portfolio template for it to show. I just think it would look more professional if the text filled the page.
Regards
]]>Hello
I am getting the follow error
Warning: Illegal string offset ‘count’ in /plugins/portfolio/portfolio.php on line 980
Please advice?
]]>Hi,
This is to inform you that shortcodes are not working in the description of protfolio, as one of our client is using this plugin and trying to use the our shortcodes in the description and it is not parsing them. We have resolved the issue for the time being but it will again create issue when there will be update from your side, so can you pease look into it.
Thanks in advance.
]]>Can’t seem to find the executor profile page that I’m guessing I need to build the profile page to display (as it is not with the shortcode [latest_portfolio_items count=3] on the page). Where do I find it? How do I get my pictures portfolio to display? (I did select portfolio template but that did not seem to help).
]]>Hello!
Is it possible to sort projects by completion date?
I mean I’ve seen that there is a Date sort in Portfolio plugin settings, but testing I’ve seen that seems to order by publish date.
]]>I think your portfolio plugin will work for me, but I have a number of projects that I would like to illustrate (15) and up to 15 pictures per portfolio.
So I would like the main portfolio page to hold up to 15 photos with a short description of each.
I would like to have up to 15 photos in each project portfolio and a longer description there.
Will the standard plug in allow me to illustrate 15 different projects?
Will each project portfolio allow up to 15 different pictures?
Please confirm.
Thank you very much,
Brett Lipeles
]]>After I add images to a portfolio item, I then see the images under ‘more screenshots’ on the portfolio page for the portfolio item. However, after deleting the images, they still show up under ‘more screenshots’ and I cannot find the way to remove them. This happens both when I add an image from the media library or when I upload an image from my computer. Any help will be greatly appreciated.
]]>Is there a way to add content/text to the top of the Portfolio page (not portfolio item) under the page title but before the display of the portfolio content?
Thanks in advance!
]]>