Hello i want to pass my website through WAVE accessibility checker (https://wave.webaim.org/). The only thing that i cannot find in Salient core php files is where the Image Gallery - Grid Style is generated. I want to change the php so it outputs a link text in every image. Check the image below. Thank you
Its the "vc_gallery.php" template in salient-core plugin template directory (wp-content/plugins/salient-core/includes/vc_templates)
You can find the file here: http://yourwebiste.com/wp-admin/plugin-editor.php?file=salient-core%2Fincludes%2Fvc_templates%2Fvc_gallery.php&plugin=salient-core%2Fplugin.php
Copy Pasting the steps from the guide here for perspective
Step 1. Copy the desired template file from the salient-core plugin template directory (wp-content/plugins/salient-core/includes/vc_templates)
Step 2. Create a folder in the root of your child theme called “vc_templates” (salient-child/vc_templates)
Step 3. Paste the desired template file(s) inside that directory. Any template files found in that directory will be loaded instead of the default salient-core file.
Hello i want to pass my website through WAVE accessibility checker (https://wave.webaim.org/). The only thing that i cannot find in Salient core php files is where the Image Gallery - Grid Style is generated. I want to change the php so it outputs a link text in every image. Check the image below. Thank you
Hi There,
Thanks for keeping in touch.
Allow me to escalate this to the developer to respond further.
Thanks.
Hey Again,
This should help alter the "Image Gallery" Page Element Templates: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/ .
Thanks
ThemeNectar Support Team
Yes i know how to override the template... All im asking is which template generates the Image Gallery Grid element?
For example is it the "template-home-1.php" the "template-home-3.php" or any other?
Hi There,
Please check out this file:
Hey Again,
Its the "vc_gallery.php" template in salient-core plugin template directory (wp-content/plugins/salient-core/includes/vc_templates)
You can find the file here: http://yourwebiste.com/wp-admin/plugin-editor.php?file=salient-core%2Fincludes%2Fvc_templates%2Fvc_gallery.php&plugin=salient-core%2Fplugin.php
Copy Pasting the steps from the guide here for perspective
Thanks
ThemeNectar Support Team
Thats what i was looking for. Thanks!