-
-
Hello,
I bought Spectacular theme and I don’t find how to change “PROJECT DESCRIPTION” and “PROJECT DETAILS” on each portfolio items on the theme.
Could you help me please ?
Regards.
Christophe
-
Hello,
To change “Project Description” and “Project Details” please go on your Specular theme folder. Depending on your Portfolio style you have chosen, you should edit different files.
1. If you have chosen Gallery Grid follow the path: specular/includes/view/portfolio/single-gallery.php
Change the text between the ” to what you need.
<h4><?php _e('Project Description', 'codeless') ?></h4>
2. If you have chosen Floating Sidebar follow the path below and do the same thing as above:
specular/includes/view/portfolio/single-floating.php3. If you have chosen Fullwidth Slider/Image/Video follow the path below:
specular/includes/view/portfolio/single-fullwidth.php4. If you have chosen In Container Slider/Image/Video follow the path below:
specular/includes/view/portfolio/single-container.phpLet us know if you sorted it out.
Best regards! -
Hello,
To change “Project Description” and “Project Details” please go on your Specular theme folder. Depending on your Portfolio style you have chosen, you should edit different files.
1. If you have chosen Gallery Grid follow the path: specular/includes/view/portfolio/single-gallery.php
Change the text between the ” to what you need.
<h4><?php _e('Project Description', 'codeless') ?></h4>
2. If you have chosen Floating Sidebar follow the path below and do the same thing as above:
specular/includes/view/portfolio/single-floating.php3. If you have chosen Fullwidth Slider/Image/Video follow the path below:
specular/includes/view/portfolio/single-fullwidth.php4. If you have chosen In Container Slider/Image/Video follow the path below:
specular/includes/view/portfolio/single-container.phpLet us know if you sorted it out.
Best regards!
-
You must be logged in to reply to this topic.