Sorry to ask again--I'm really just beginning-- what does "edit the file "Salient/nectar/tinymce/shortcode-processing.php" via FTP" mean, step by step? Does FTP mean i have to go to Z-panel? And what edits do I do?
I wanted also to remove the "view larger" on portfolio items and added the code hereabove to the Salient Optionanel. This work fine for that precise portfolio.
But I have a side effect on another portfolio (meta on bottom on hover) the hover doesn't work anymore and it is impossible to select any portfolio item.
How can I
1. Remove the botton that says "view larger" on portfolio items?
I would also like to play around with it. E.g., change it to 'buy now' and have it be an external link or something? Thanks!
Hey!
body .portfolio-items .col .work-item .work-info a:first-child { display: none !important; }
ThemeNectar Support Team
This worked like a charm! Thanks! Where do I go to change the php code and make a "buy now" button that is a link to a sales page?
THANK YOU!!
Hey Again!
You will have to edit the file "Salient/nectar/tinymce/shortcode-processing.php" via FTP .
Thanks
ThemeNectar Support Team
Sorry to ask again--I'm really just beginning-- what does "edit the file "Salient/nectar/tinymce/shortcode-processing.php" via FTP" mean, step by step? Does FTP mean i have to go to Z-panel? And what edits do I do?
Hey Archos!
This video might help: http://websynthesis.com/ftp-connect-and-edit/ .
Thanks
ThemeNectar Support Team
ah. ok. Thanks again!
Hi
I wanted also to remove the "view larger" on portfolio items and added the code hereabove to the Salient Optionanel. This work fine for that precise portfolio.
But I have a side effect on another portfolio (meta on bottom on hover) the hover doesn't work anymore and it is impossible to select any portfolio item.
How can I handle that ?
Thanks for your help
Hey Again!
Try adding the page id in the css selector to restrict the css to that page only.
body.page-id-567 .portfolio-items .col .work-item .work-info a:first-child { display: none !important; }
Thanks
ThemeNectar Support Team
Working fine. Thanks for your quick reply