Have experienced an issue with this plugin with latest wordpress core update. When clicking on the filter buttons, it does not perform the filter but instead displays some weird behaviour by going to the actual portfolio gallery category slug and the screen layout breaks.
Can see the plugin has not been updated in years, is there plans to maintain this plugin or should I be looking at something else?
]]>Hey there,
I’m using this plugin “Easy Portfolio” since 2015 and I recently updated my wordpress-website:
WordPress 5.3, Theme starter
I am wanting to debug my website and only on the sites of the portfolio items I get this message:
Fatal error: Uncaught Error: Call to undefined function starter_get_theme_layout() in /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-content/themes/starter/sidebar.php:10 Stack trace: #0 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-includes/template.php(688): require_once() #1 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-includes/template.php(647): load_template(‘/customers/9/b/…’, true) #2 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-includes/general-template.php(110): locate_template(Array, true) #3 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-content/plugins/easy-portfolio/themes/portfolio_details.php(54): get_sidebar() #4 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-content/plugins/easy-portfolio/easy-portfolio.php(182): require(‘/customers/9/b/…’) #5 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-includes/class-wp-hook.php(286): ep_template_post_detailspage(”) #6 /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-includ in /customers/9/b/0/jennykieshauer.de/httpd.www/wordpress/wp-content/themes/starter/sidebar.php on line 10
I have no idea about the backend and only know a little bit of html. Because it only shows up in the Easy Portfolio Items pages, I assume that there is a problem with this plugin. Can someone please help me with this?
Thank you so much!
Jenny
although the images are square and the same sizes
]]>I just installed and then suddenly it says “Suspended” what happened? suford.org I don’t know why this is happening??
]]>Hi Sir,
This is Hammad Hassan Hashmi. Here is my website url https://www.madinacirtual.com/jeddahsoft/our-clients/ I want to remove all the posts form “all” category and replace with this from “favorite” category. I means when load first time it will show the posts form “favorite” category please let me know how can I do this I will very thankful to you.
Thanks in advance
]]>I’ve tested several options with tags and with categories but none of them works. Looks like this plugin does not work properly with WP 5.x
]]>I have two problems.
I’d like to hide category buttons that appear on top of portfolio display.
the second thing is that I need to configure portfolio display in such way that if you click on the portfolio item it opens up in popup window. Is this even possible with this plugin?
Hi,
There seems to be a time where the categories for the Portfolios done using Easy Portfolio are unset.
This seems to be happening erratically and no specific condition for this to happen.
Any insights? Please.
Thanks!
]]>Hello!
Unfortunately, the plugin is no longer functional on our website.
There is only one hover left that only shows black borders, otherwise you can’t press it anymore and you won’t be forwarded.
How can I fix this?
Current WordPress version: 4.9.7
With best regards
]]>I only want to open the image on lightbox, how I can remove the link?
]]>I was just wondering if there is a way that we can make the link in the individual Portfolio pages redirect to Portfolio of the same category? I tried adding a “$in_same_term” parameters in the “portfolio_details.php” file for the links but it seems to be not working for me. Maybe it is due to the “post_type” of the Portfolio?
Any insight is much appreciated.
Thanks in advance.
Best Regards,
Ronie
PLEASE HELP!
I am doing a redesign for a friend, and they are using this plugin in the current site. I am strictly doing a redesign and now when you click on one of the portfolio items the content page shows entirely in the sidebar.
This is how it looks right now: https://www.wpggolf.ca/portfolio/silver-birch-design/
Please help!
]]>Hi, I have created a portfolio page: https://macedoniasforgottendogs.org/portfolio/adopt-sammy
And created a category: https://macedoniasforgottendogs.org/portfolio-type/adopt-us
But I can’t get the two to display. I would like the Adopt Us to be in the top menu structure of my page, with my individual portfolios in the Adopt Us category page, is this possible?
What am I doing wrong please?
Many thanks
Michelle
Can I do something like that with your plugin? Thank you!
]]>I want to show the selected categories even when there isnt an item connected to it.
Now it only shows a category when there is at least 1 item connected to it.
Thanks in advance!
]]>Please, I need your assistance concerning how to arrange the portfolio(pages) plugin to a justify position. As it’s now, not looking nice…and have been trying to correct that, all to no avail. Please help.
The current portfolio page: https://www.arcadia.com.ng/portfolio/infoprive-limited-website-development-for-a-leading-it-security-firm/
How I want it to be: https://www.arcadia.com.ng/solutions/e-business-solutions/open-source-solutions/
Thanks guy, great job!
]]>I am using the easy portfolio and easy portoflio_details page.
However the combination with responisve menu deosn’t work.
Responsive menu requires to add code to the header and footer and works on all pages exacept the portfolio detials page.
Any idea how to solve this?
https://bagberrie.com/demo/index.php/portfolio/test33/
You see the responsive menu isn’t working compared to other pages.
]]>Any idea how to remove the sidebar please?
Thanks ??
]]>First off, love the plugin.
However, I’m trying to reorganize my portfolio items using the “Order” field and it makes no difference. I’m using the shortcode “[easy_portfolio]” – I’ve attempted adding “order=”DESC/ASC”” to see if it would change anything (it didn’t). I’ve tried a few other things, also. Nothing seems to be letting me reorder my portfolio items.
Is this a bug only I’m experiencing, or is there a snippet of code I can use so it uses my order preferences?
]]>Thank you for the plugin it work very well.
I’d like to display the number of project by category and the number total instead of the word “All”.
I try to write :
<a title="<?php echo $_cat->name; ?>" href="<?php echo get_term_link($_cat->slug, 'portfolio_category'); ?>" rel="<?php echo $_cat->slug; ?>"><?php echo $_cat->name; ?><sup><?php echo count($_categories); ?></sup></a>
in file “easy-portfolio.php’ but “$_categories” write the number of category.
Please let me know how I can write the number of project.
Thank You
Hewen
]]>Hello,
I’ve some problems with the portfolio pages not found.
Would you be able to help me with this issue?
Thanks in advance!
]]>Hi,
How can I add my title before the portfolio?
I have found this in the other support questions:
“
#main-container { display: table; }
.ep_portfolio { display: table-footer-group; }
#content-container { display: table-header-group; }
“
but since I’m not a code literate, I have no idea what means “where ‘main-container’ and ‘content-container’ are to be renamed to their respective names in your theme or template”
hello, just installed your plugin but it doesn’t show on my site. I am using wordpress version 4.5.2.
any ideas what could be wrong.
]]>Hello,
This is a great plugin!
I have one small issue.
When I look at the bottom of my single portfolio item the NEXT arrow goes to a NEWER item – I want it to go to the OLDER item instead.
So on this page (very bottom before the footer) when someone clicks on prev arrow <— it should take them to LONDON MOTORBIKE SHOW, not Pinnacle Corporate Identity.
Is there a way to do this?
Many thanks!
]]>Hello,
I really like this plugin. The only problem is, I want to display 4 items in one row, because otherwise there’s a huge empty gap on the right on desktop devices. https://la-itconsultancy.co.uk/portfolio
Thank you
]]>Hello,
unfortunately the plugin doesnt work with the Visual Composer AddOn.
(No shortcodes like [vc_row] etc are accepted)
I ve contaced the VC Support team and got that answer:
“… checked the issue further and the portfolio post type at your end is not able to execute the visual composer shortcodes. Please try adding the following function just before the plugin outputs it’s content:
WPBMap::addAllMappedShortcodes(); …”
So where exactly do i have to add that function? Any clues?
Thx a lot for your help
cheers
]]>Hello,
I faced issue in my website regarding categories unselected automatically.
I set category to various portfolio but it goes unselected it self after 4-5 Hours.
Please help me to solve this issue.We don’t set any kind of cron files.
]]>Hello Easy Portfolio support,
I’ve noticed that the portfolio doesn’t properly work with vertical images.
As you can see in this screenshot: https://dl.dropboxusercontent.com/u/96954664/Schermata%202016-01-19%20alle%2014.03.22.png
What could the problem be?
Thank you.
]]>Portfolio Category showing 2 times, it’s creating confusion
]]>Hello,
When I try to open the URL of a new portfolio item I created with Easy Portfolio I’m getting the following error:
Oops! That page can’t be found.
It looks like nothing was found at this location. Maybe try one of the links below or a search?
Can you help me, please?
]]>