-
Posted in : f8
-
Hi! I need to add links within the text block in the gallery –
Hi, you can use this plugin to add links to excerpts;
https://wordpress.org/plugins/advanced-excerpt/
Cheers.
that doesn’t let you link specific words in the except as far as I can tell?
would be great to be able to just use a text block (under the title) but then that pushes the image gallery down instead of a left / right layout?
example — https://www.rhmgmt.com/portfolio/aubrey-fisher/ this is using the excerpt (so text is plain text) and the image stays on the right.
this is using a text block – the photo on the right is pushed down
https://www.rhmgmt.com/portfolio/asia-jackson/Hi, I see your point, we are working on a solution right now and plan to publish a new update in a few days with the fix.
Thanks for the feedback.
Hi again, we have just fixed the issue and released a new update, after you have updated your theme, you can use this plugin to add links to your excerpts;
https://wordpress.org/plugins/advanced-post-excerpt/
Have a nice day!
YES!!! wonderful update thanks so much.
Ok one issue – i can add links, but cant style them
i even tried adding a color with !important to the link tag —but because the WP captures it and is wrapping the link in a <span> it doesn’t apply
example -https://www.rhmgmt.com/portfolio/aubrey-fisher/
“recognized” is linked.
Hi, we will fix it with the next update, you can use this custom css code until the update comes out;
.splitting.lines a .word { color: inherit; } .splitting.lines a .word:before { color: var(--link_color); }We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.
https://themeforest.net/downloads
Thank you for your support.
totally will do!
and thanks – added the custom css which does fix the link color but doesnt play nice with the the animation though
just fixed that issue, another update is on the way ;)
confirmed! looks great thanks so much. just left a 5 star review!
side note for anyone else – you can modify page_part-portfolio-grid.php to change the order on the portfolio parent page to list your posts in alphabetical.
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,
You must be logged in and have valid license to reply to this topic.