How can I add three columns to my front page that include two portafolio items and one html for a customized form?
Thanks in advance.
How can I add three columns to my front page that include two portafolio items and one html for a customized form?
Thanks in advance.
Hi,
There is no option in the Template Builder, when you insert a Column element to show the portfolio items. So what you can is to add a shortcode like this
[one_third first]Content for 1/3 Column here[/one_third]
[one_third]Content for 1/3 Column here[/one_third]
[one_third]Content for 1/3 Column here[/one_third]
You have to manually provide the portfolio images and content, and manually link it to the portfolio item if you must. On the third column insert the html form.
Regards,
Ismael
Hi,
There is no option in the Template Builder, when you insert a Column element to show the portfolio items. So what you can do is to add a shortcode like this
[one_third first]Content for 1/3 Column here[/one_third]
[one_third]Content for 1/3 Column here[/one_third]
[one_third]Content for 1/3 Column here[/one_third]
You have to manually provide the portfolio images and content, and manually link it to the portfolio item if you must. On the third column insert the html form.
Regards,
Ismael
But that means I can't use the Ajax effect to show the content on the same page right?
Hi jorgepelaez,
That is correct. The ajax effect can't be applied when it is inside a column like that.
Regards,
Devin
You must log in to post.