iam unable to change Height parameter in custom models plugin.
I want to change the parameters names like : Height, Bust, Eyes given in the template. I changed coding part "height" into new word but that new word still not appears in the frontend view template. I changed "height" into "ram" in .php files of models.php, models-category.php, model-profile.php
To rename such values as Height,
Bust, etc. In order to do this, please perform a search for
necessary text in files of theme directory. For example, you
want to rename such parameter as Bust to Test. In such situation
it is very handy to use such software like Total Commander or
similar software. First prepare search parameters like on the
screenshot below:
After search you will receive such results:
Now we need to open in code editor necessary files and using
CTRL+F find in the necessary values (Bust), for example
widget-models-carousel.php:
We can change in this file string Bust to Test and save file.
Let check at Front End what changes we have received:
With the same way we can make changes in file models-profile:
Using this method you can rename/change such values like address etc.
iam unable to change Height parameter in custom models plugin.
I want to change the parameters names like : Height, Bust, Eyes given in the template. I changed coding part "height" into new word but that new word still not appears in the frontend view template. I changed "height" into "ram" in .php files of models.php, models-category.php, model-profile.php
Hello, Dear Ramarao!
To rename such values as Height, Bust, etc. In order to do this, please perform a search for necessary text in files of theme directory. For example, you want to rename such parameter as Bust to Test. In such situation it is very handy to use such software like Total Commander or similar software. First prepare search parameters like on the screenshot below:
After search you will receive such results:
Now we need to open in code editor necessary files and using CTRL+F find in the necessary values (Bust), for example widget-models-carousel.php:
We can change in this file string Bust to Test and save file. Let check at Front End what changes we have received:
With the same way we can make changes in file models-profile:
Using this method you can rename/change such values like address
etc.