• Hello there,

    Simply a simple question. But I wish I knew the answer to the question.

    I have been trying to find the PHP file name which has the code for the car categories icons right under the menu bar on the above-mentioned website. I want to change the links and the corresponding image names but am not sure which PHP file has the info I need to change?

    Could anyone help with that, please?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The author and some details about the theme can be found here: https://www.gorillathemes.com/wordpress/automax-standard/

    According to the theme homepage, Appearance >> Search Fields can be used to change the link text for the search terms. Regarding the associated images, if the theme does not allow you to select a new image then you can use your browser to Inspect each image, find the associated image file, and replace it with one of your choosing. e.g. the current Sedan image can be found at wp-content/themes/automax-standard/assets/images/product-images/convertible.png. Note that any theme updates will overwrite these default image changes.

    Thread Starter hma66

    (@hma66)

    Thank you for the explanation. Yes, that is the information I got from the theme doc, etc. However, my problem is that I do not know what the file name is The link you showed me is displayed when we inspect the element. But, I do not know where the file name is. That is the question I wanted to ask.

    Thanks and anyways

    To access and change those image files manually you will need to use FTP (or the file manager provided by the host) to navigate to the following directory:

    /wp-content/
                /themes/
                        /automax-standard/
                                          /assets/
                                                  /images/
                                                          /product-images/

    All those standard image files chould be found in that /product-images/ directory.

    If you are unable to change the corresponding image link text through the theme settings then you would need to search for the corresponding text (e.g. excavator) either in the theme files (e.g. everything inside the /automax-standard/ directory or in the SQL database.

    *Take a backup copy of any files and/or the database before making any changes.*

    Thread Starter hma66

    (@hma66)

    Thank you again. Perhaps, my explanation was a bit too poor. As I said in my very first post, I already know where the product-image folder lies. However, I am still searching for the file which contains the code.

    Anyways thanks for the messages.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Finding the PHP file carrying a code link’ is closed to new replies.