Courtney Duvendack
asked 9 years ago

I want to change what the details section things are on the portfolio. I have tried editing the short codes and projects php files to no avail. Please let me know what i need to do to tedit what they are or if they appear at all. Thanks Courtney

http://radtecmedicaldevices.com/#radiation-shielding-helmets

1 Answers
DominicStaff
answered 9 years ago

Hi,
About your issue, you can tell me detail about the position and what you want to change in the the portfolio section. I will check and help you resolve it.
Regards,

courtney duvendack
replied 9 years ago

I would like to edit and/ or remove the area on the modal pop up where it has: Client, Date, Skill, and Launch. Here is a link to the site. Thanks http://radtecmedicaldevices.com/#learn-more

dominic Staff
replied 9 years ago

If you want to edit or remove the modal data, you ca open the \wp-content\themes\dw-page-modern\inc\framework.php file, then find the line 420.

if( $client )
                        $detail[] = '<span class="first"><i class="icon-user"></i><strong>Client:</strong> ' . $client .'</span>';
                    if( $date )
                        $detail[] = '<span><i class="icon-calendar"></i><strong>Date:</strong> '.$date .'</span>';  
                    if( $skill )
                        $detail[] = '<span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> ' . $skill .'</span>';
                    if( $url )
                        $detail[] = '<span><i class="icon-share"></i><a href="'.$url.'" target="_blank">Launch Project</a>' .'</span>';

Hope this helps !

Powered by DW Question & Answer Pro