Viewing 4 reply threads
You must be logged in to reply to this topic.
On my home page, I have a portfolio set up. When the images are hovered over, it displays the title of the portfolio page and the slug for the portfolio category – even though it says “<span style=”color: #666666; font-style: italic; line-height: 1.5; font-family: ‘Open Sans’, sans-serif; background-color: #f1f1f1;”>The name is how it appears on your site.”</span>
How can I set it up so that the name of the portfolio category is shown instead of the slug? Thanks.
Hello,
Please go to file includes\view\portfolio\loop-grid.php and find these lines:
foreach ($item_categories as $cat)
{
$sort_classes .= $cat->slug.' ';
}
Replace $cat->slug
with $cat->name
. Save file.
Let us know.
Best regards!
I tried the change, but then when I click any sub category, all the images in the portfolio then dissapears. The site is http://www.ausunfinance.com.au. Please help with this. Thx
Hello,
@Freedonut,
Please open new ticket and send us some wp credentials in a private reply. So i can check what is happening.
Best regards!
You must be logged in to reply to this topic.