Andrei Lupu
Forum Replies Created
-
For now there isn’t such an option but I will definitely try to find a solution for this.
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] Pixproof does not loadHello and sorry for this late response.
Lens has a template for the PixProof post type and it ensured the view part but now with the new theme the template is missing … well not actually missing, there is a default template which doesn’t have too many options and therefore the loading.
I will try to add some things to the default template in the next update
I’ll mark it as solved, if you have further questions don’t hesitate to ask.
And by the way, usually the plugin ensure’s the features, but the styling and looks should be provided by the theme.
Thank you for using PixProof
Hello and thank you for noticing us.
I found the problem and I will update the plugin with a fix.
Thanks
Hello,
Actually PixProof has some options for permalinks in Dashboard -> Settings -> PixProof
Thanks.Forum: Reviews
In reply to: [Customify] Not working properlyHi,
I’m wondering if this problem is still on because we’ve made some improvements.
ThanksForum: Plugins
In reply to: [Customify] Flat ErrorHi Nicky!
The rest_url() function was added in WordPress 4.4 so you will need to update your WordPress version in order to use Customify.
I will update the requirements for the plugin to 4.4.0 soon.
Thanks.
Forum: Themes and Templates
In reply to: [Adler] Mobile Broken MenuHey there,
Nice to see that you still use the theme, even with this mobile issue.
Now, in order to understand where might be the problem, I need to reproduce it first on my side. As I can see, you’re using a menu only for the footer area, am I right?
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] change date formatHi, Right now, the format is hardcoded, we will make it inherit the format from Dashboard->Settings.
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] ZoomHi! Can you provide us a link with an example of this case?
Forum: Plugins
In reply to: [Customify] Footer credits – CustomizrYou need to know CSS first, just the basics. Mainly you want to open your browser inspector and search for the footer class/id. Once you have that selector you just have to put in Custom CSS panel the code:
.footer-credits {
display:none;
}This is just an example I don’t know what your “.footer-credits” selector is
Forum: Plugins
In reply to: [Customify] Footer credits – CustomizrHi,
Customify can help you in this matter by providing you a “Custom CSS” panel in customizer.
The hard part is that there you need to write your own CSS code to hide / modify your footer.Hi,
The main idea of the plugin is that the client should select the photos and add a comment to the project. The photograph should receive an email when a user adds a comment.
About the packing, by default the photograph should process the photos and give the user and well-crafted zip archive(by simply uploading it on the Edit Project page).
There is also an option in Settings->PixProof to automatically create an “Download” button for the selected photos.
Forum: Plugins
In reply to: [Comments Ratings] Pull requests?We keep the plugin on github https://github.com/pixelgrade/comments-ratings and we are opened to pull requests if they fit our concepts.
Thanks
Forum: Plugins
In reply to: [Comments Ratings] Feature request: support polylang for labelsYes, we understand but this is not a Comments Ratings plugin thing to do. The plugin which handles the multi language feature should have a way to handle Options. Comments ratings make use of this API and this is the standard way to do it
For example, WPML has this thing called admin texts translations which allows you to translate individual options values for each language. I don’t know about Polylang, I never used it.