Okay
  Public Ticket #2971373
WAVE WGAC Checker
Closed

Comments

  •  10
    HotelTeam started the conversation

    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

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Allow me to escalate this to the developer to respond further.

    Thanks.

  •  8,839
    Tahir replied

    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 

  •  10
    HotelTeam replied

    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?

  •  1,877
    Judith replied

    Hi There,

    Please check out this file:

    9653650138.pngThanks.
  •  8,839
    Tahir replied

    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

    • 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.

    Thanks 


    ThemeNectar Support Team 

  •  10
    HotelTeam replied

    Thats what i was looking for. Thanks!