Forum Replies Created

Viewing 15 replies - 121 through 135 (of 143 total)
  • Plugin Author Nauris

    (@pyronaur)

    Have you tried Portfolio settings? Go to “Portfolio -> Portfolio Settings -> Single Portfolio Layout -> Single Column”

    Plugin Author Nauris

    (@pyronaur)

    Hi Thomas,
    Can you link to your site so that I can have a look?

    Plugin Author Nauris

    (@pyronaur)

    Hey!
    I think that’ll need custom workarounds to make that work. You can have a look at the source code and maybe use filters to customize for that functionality, but I can’t really provide any additional support for that.

    Good luck!

    Plugin Author Nauris

    (@pyronaur)

    Hi Luce,

    As this is a portfolio plugin – I’ve designed the plugin in a way to help creatives create better portfolios 🙂 – there should only be 10 – 20 Portfolio entries in your portfolio – only display your best work – quality over quantity.

    Even the 100 entries that the plugin is limited to today is a stretch and an edge case. I really don’t recommend using it that way – not only will it slow down the portfolio archive page, but also lose emphasis on the important works.

    Alternatively – if you must show more than 20-30 Portfolio entries at a time – I recommend that you categorize them instead using portfolio categories, that way each category can have a couple of entries.

    If you’re using the plugin just as a gallery and not a portfolio – I recommend looking for a Gallery plugin, because while Easy Photography Portfolio might serve that purpose for some, it’s not what the plugin is made for.

    With all that said, there is a way to increase the limit using a snippet of code, but using that filter and increasing the limit to 500 is definitely going to cause technical performance problems with your portfolio archive page.

    Plugin Author Nauris

    (@pyronaur)

    Hi Jesper,
    Looks like there’s some SVG embedded within that image:

    
    data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27512%27%20height%3D%27491%27%20viewBox%3D%270%200%20512%20491%27%3E%3Crect%20width%3D%27512%27%20height%3D%273491%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E
    

    Is this a PNG file or an SVG file you’re trying to use?

    Or perhaps – maybe your Cache/CDN plugin is modifying images on the fly to optimize the site and add lazy loading?

    Either way – it seems that the image isn’t rendered because something is modifying the image on the fly. The plugin you’re using would work on most WordPress pages, but because I’m intentionally not running any hooks that would allow plugins to add more JS than necessary – lazy loading doesn’t work here, and so your image isn’t visible.

    I’d recommend looking into how you can disable whatever optimizations you have in place on Bio-links pages. Caching the HTML would be a good idea, but any other minifiers/lazy-loading things aren’t necessary as the plugin is already optimized.

    Plugin Author Nauris

    (@pyronaur)

    Hi Charlotte,
    This sounds like some sort of WordPress setup problem rather than a problem with the plugin itself. Essentially – Easy Photography Portfolio plugin is just a custom post type with some additional features added on top. What you’re describing is a “post type not working” scenario.

    There can be many causes for it, among the most popular:

    * Something else is also registering a phort_post post type (unlikely)
    * Something else is taking up the site.com/portfolio URL, for example – maybe an old page still lurking around somewhere. (likely)
    * There may be another plugin installed that tampers with the Portfolio slug
    * The .htaccess or server configuration is broken in some way (hosting provider support should be able to help there)
    * Any combination of the above if a Caching plugin is installed. If you have a caching plugin – it becomes really difficult to diagnose these types of issues. Some hosting providers may offer help dealing with this as well.

    Overall, it’s a matter of finding out why a post type turns on and off after updating.

    Can you list the plugins you have active? Where are you hosting the site?

    Plugin Author Nauris

    (@pyronaur)

    I don’t know until I really start working on it, but I want to keep it as simple as possible – so probably something close to what’s already in the plugin – buttons, image, paragraph of text should be enough I think. Maybe an HTML block as well for advanced users.

    Plugin Author Nauris

    (@pyronaur)

    Hey Nathan!

    I’ll do even better – I’m planning on migrating the plugin to Gutenberg so that a limited amount of blocks can be used, and as a part of that – you’ll be able to set links to open in a new window 🙂

    Plugin Author Nauris

    (@pyronaur)

    A translation plugin is going to provide a damn switch 😉

    Plugin Author Nauris

    (@pyronaur)

    May I suggest that you use translation plugin for that 😀 ?

    Alternatively – you could use categories, and so have people-en category and people-ru category, then link to them from your menu, but I’m not sure it’s the best solution for you.

    • This reply was modified 6 years, 1 month ago by Nauris.
    Plugin Author Nauris

    (@pyronaur)

    Ah, I see what you mean. Although it looks like https://www.photograch.com/contact/?lang=ru doesn’t work correctly at the moment.

    In that case, portfolio entries are like blog posts – so whatever you’re doing to translate your blog posts you can also do to translate portfolio entries.

    Plugin Author Nauris

    (@pyronaur)

    There are multilingual plugins out there that might help with that. Here’s a list of few: https://onextrapixel.com/build-multilingual-site-wordpress/

    If you find a plugin that works – feel free to get back to me so that I can let others know what works and what doesn’t.

    I’ve worked in the past with WPML and if nothing has changed on their side, I think Easy Photography Portfolio and WPML should work together. I don’t know about others.

    Easy Photography Portfolio relies on WordPress Core functions quite a bit, so I think it should be compatible with most of the solutions out there, but again – I have no idea and I can’t guarantee it.

    Plugin Author Nauris

    (@pyronaur)

    To clarify – I think you shouldn’t be looking for a new plugin. This one should work just fine for the coming years 🙂

    Plugin Author Nauris

    (@pyronaur)

    Hi Kami,
    This is a popular request – I’ll see what I can do once I move the plugin over to Gutenberg. I can’t say when that’ll be – but thanks for posting – the more people get in touch, the more compelled I am to add that feature 🙂

    Plugin Author Nauris

    (@pyronaur)

    Hi there!

    WordPress has historically been very good at maintaining backwards compatibility – so I don’t see any reason why that should change in the coming years – so even if I don’t provide any updates to the plugin – it should work just fine for quite a while. Usually if things break – they’re easily fixable.

    I do want to update the plugin to use the new WordPress editor eventually – but I have to find spare time to do that – as this plugin is only a side project for me, so there’s currently no pro version planned.

    As for multilingual – I can’t tell for sure right now. The plugin should be compatible with WPML, but I haven’t tested that.

    Gutenberg might eventually bring multilingual features to WordPress core, but I don’t know when that happens – probably in another 2 years or so (just a guess).

    There are multiple plugins out there that help with translations – and they each have a very different approach to how translations technically work – I’d recommend you research the plugins a bit to see which of the translation plugins is the most compatible with other WordPress plugins and use that. Unfortunately – I don’t have any experience with them, so I can’t recommend anything.

Viewing 15 replies - 121 through 135 (of 143 total)