Hi,
I’m a bit stumped. I’ve looked through other examples and no one seems to have done this so unsure whether it’s possible.
I’ve set up a portfolio but I’d like to have a little introduction about my portfolio as a preamble on the portfolio page.
I’ve written the introduction on the page, selected the page as portfiolo but the wording doesn’t show. Any suggestion on how this can be achieved, please?
Thanks in advance
Daf
Hi Daf,
Our theme does not have a feature to add a description for the main portfolio page. This is considered customization and outside of our support scope. We will do our best to show you how to customize the theme to have a description but we will not be able to implement the feature for you.
Please follow the steps below:
- Install the Child Theme.
- Copy the file below:
wp-content/themes/pro/framework/views/global/_portfolio.php
to your Child Theme folder below
wp-content/themes/pro-child/framework/views/global/_portfolio.php - Make sure to create the folders in the Child Theme like the address above and then paste the file.
- Add the code below above line 39 (Add to line 38):
<?php echo do_shortcode('[cs_gb id=XXX]'); ?>
- If you do not have a text editor that show line number add the code above before this line:
<div id="x-iso-container" class="x-iso-container x-iso-container-portfolio cols-<?php echo $cols; ?>"> - Go to Pro/X > Global Blocks.
- Add a global block and use it to create your description. You can use any element that you want. For more information check the Global Blocks documentation.
- After you saved the global block, go back to the global block listing and you will see that there is a shortcode for the global block that you created.
- Copy the ID of that shortcode and paste it instead of XXX in the code mentioned in step 4.
Thank you.
1 Like
Thank you. Appreciate the reply 
Glad we could help,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.