Reply To: Portfolio

#555
livemesh
Keymaster

John,

This took a while I got busy with updates for themes. I really appreciate you posting these questions in the forum. Will help everyone instead of being buried inside ThemeForest dashboard.

Here is the change required for what you are asking –

Pls change the line number 116 of file /framework/functions/thumbnail-functions.php and modify as below –

                //$image_info .= mo_get_taxonamy_info($taxonamy); //replace with author
                $image_info .= mo_entry_author();

and then insert the following styling to Custom CSS tab in options panel –

.image-info .author i { display: none; } /* Hide the icon */
.image-info .author { display: block; margin-top: 20px; }

Hope this works.