• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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