acchitan
Forum Replies Created
-
of course every time i write asking support after a couple of days i find a solution. There is the possibility to edit the pagination and to put an “Load More” button.
After picking a “Saved Layout” (in WP backend > Visual Portfolio > Saved Layouts) there is the page where to edit all the settings of that specific Saved Layout. On the right there are all the settings, and in these settings, under Layout Section, the plugin gives the possibility to edit the Pagination with all the possible settings one can imagine.
Here we can have a “Load More” possibility or other pagination possibility.
Ciao,
AcchitenForum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] shortcode parametersAll right, i solved – if anyone will look up to this thread here there is an automated solution, that i wasn’t able to see before as i didn’t know how Gutenberg editor works.
The solution to automate all this process is in the DB.
In the table wp_post_meta of course are created all the variables of single posts, including the Visual Portfolio ones.
Creating a new Visual Portfolio layout make add some rows to this wp_post_meta table – the same number of the variable that this plugin use (thus around 100-200 rows).
Once these rows are individuated and duplicated, by changin the post_id colum with a new id for the new layot of the portfolio and changing the variable value the process is outomated.Ciao,
AcchitanForum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] shortcode parametersSorry nk,
You know it for sure: where are all the information setted in the Gutenberg editor saved?
‘Cause for every grid or carousel there are many information to set (as the layout, style, and you know for sure more than me all the possible settings), and these information must be saved somewhere. Do you know by chance where are all the information saved?
Thanks in advance for your help
Wish you a nice day,
Ciao,
AcchitanForum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] shortcode parametershi nK,
thank you really much for your reply.
I had to automate large nouber of carousel and that was the easiest way i thought. I’ll try to make advanced shortcode on my own, untill i’ll find another way to automate the process.Congrats again for this plugin, really nice looking and really powerful.
thanks again for you reply,
have a nice day,
ciao,
Acchitanhello @zhannak,
thanks very much for your help.
actually, i’m working on a dynamic form thanks to conditional logic and printing a customized pdf depending on the answers the users give to the dynamic form.
as example, if the user reply “yes” to both questions the pdf will be different if the user reply “no” to both questionsi would like to make this form above a multi-step form but then it is difficult to print the customized pdf.
to make the customized pdf i’m working on the function.php file in background (with if-else function), thus my question is if you think it is possible with Form Maker to print this customized pdf (with if-else function) using all the answers the users give in the all steps of the form.
thanks very much in advance for your help
in particular, i would like to use the FPDF package from https://www.fpdf.org/.
do you guys think it is possible ?
thanks very much again