Closed cvillalba closed 7 years ago
Hi @cvillalba, that is indeed a bug - thanks for pointing it out.
I will try to have a fix by Monday ( can't promise but will try ;)
In the meantime you can work around this by going to the console and running:
wb = Pwb::Website.unique_instance
wb.theme_name = "default"
wb.save!
I've just pushed out a fix. You can update the version of the pwb gem you are using to the latest by running:
bundle update pwb
BTW, you can take a sneek preview of the themes functionality I'm working on at the moment by browsing to "/en/admin/website/themes/default" on your site.
Or on the demo site: https://propertywebbuilder.herokuapp.com/en/admin/website/themes/default
If you see a real estate website with a "look and feel" that you prefer just let me know and we can work together to make it available ;)
Problem solved updating gem.
Thank you very much @etewiah
Great, glad to hear. Let me know how it goes with the German translations - will be nice to be able to add another supported language.
Hi again Ed
I have finally deployed your app succesfully in my local environment and let me tell you that it's great.
So far I was going thought some configurations and I realized that when I changed the default currency, when I pressed "Go To Site" I got a missing template error, where the log file shows this:
Please let me know if you can help me this issue. Thanks Cheers