• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to change Image gallery drop down text

P

PEE CHOR YIT

Guest
I attach a pic for my problem, anyone can help me, where i need to go or which files i need to modify in ftp? I want to change the text All Categories to text i want. Because image i put in my gallery is my store image, so i want change the text all categories to my own text (concept store). so what i need to modify?

thanks
 

Attachments

  • Capture.JPG
    Capture.JPG
    31 KB · Views: 2
This text should be edited in locale files directly on Sitebuilder server, so after publication it displayed correctly on published site also. Check following file for ImageGallery module:

/usr/local/sitebuilder/resources/locale/en_US/Modules/ImageGallery/Frontend.lng

# grep "All categories" -r /usr/local/sitebuilder/resources/locale/|grep -i image
/usr/local/sitebuilder/resources/locale/en_US/Modules/ImageGallery/Frontend.lng:allcategories = "All categories"

So you can open it in editor and simply change the text for you own.
 
I have change the files in
/usr/local/sitebuilder/resources/locale/en_US/Modules/ImageGallery/Frontend.lng

allcategories = "All categories" to allcategories = "Retail Store"

after that i got to my website again, i get this error SQlite extension is not found, cannot get this categories. also in my webbuider appear this word.

thanks.
 
Which error exactly? Actually, these changes which you done should not affect your site at all.
Were you able to publish the site before these changes? Try to verify site location to make sure that it observes all necessary requirements. Also, you can use following article for checking publishing location:

http://kb.odin.com/en/1812
 
Back
Top