How can I change, update or remove the text "JOB DESCRIPTION" that is displayed in all portfolio pages?
Dear designer2014,
These fields are fixed in node--dexp_portfolio.tpl.php file (under themes/evolve/templates/node folder).
So, please open that file then change these fields value.
Thanks!
Hello,
How can we un-fix the node so that it will display the different product name or item name?
Thank you.
Hi Cruz88,
If you want to show the product name instead default title, you can replace it by php code below
<?php
print $title;
?>
Hello DrupalExp,
How can I add a shopping chart (add to cart) button to the portfolio itmes?
The <?php print $title; ?> worked perfectly.
I have included a screen shot and would like to include an (add to cart) button on the bottom.
© Copyright 2013-2017 DrupalExp - All Rights Reserved
Dear designer2014,
These fields are fixed in node--dexp_portfolio.tpl.php file (under themes/evolve/templates/node folder).
So, please open that file then change these fields value.
Thanks!
Hello,
How can we un-fix the node so that it will display the different product name or item name?
Thank you.
Hi Cruz88,
If you want to show the product name instead default title, you can replace it by php code below
<?php
print $title;
?>
Thanks!
Hello DrupalExp,
How can I add a shopping chart (add to cart) button to the portfolio itmes?
The <?php print $title; ?> worked perfectly.
Thank you.
Hello DrupalExp,
I have included a screen shot and would like to include an (add to cart) button on the bottom.
Thank you.