How to install a new Ghost theme on hostghost.io? - installation

I just purchased a hosting of Ghost blog on http://hostghost.io and wish to change the theme from Casper theme to different one (i.e. Ghostwritter). I am able to download some from Marketplace (http://marketplace.ghost.org) but I cannot see any option at the hostghost.io administration that would allow me to upload it.
Any ideas?

At the moment, you cannot change the theme of a Ghost blog hosted on Host Ghost (http://hostghost.io).
The service is still in beta and the ability to change themes is scheduled for a future update. It's not prominently displayed on the site itself, but if you hit the button to sign up for the beta, the popup requesting your email, etc. you'll also find this in the column on the right:
Coming soon - (c. Nov 1)
• Access to FTP to manage & upload themes
They should mention it in their FAQ section.

Might want to look at your own hosted Ghost blog - plenty of guides listed at http://ghost.centminmod.com/how-to-install-ghost-blogging-platform/

Related

How to customize interface of Rocket Chat

I need to make some changes to the front-end of RocketChat. I've done a manual install on Ubuntu 16.04 and am new to the JS ecosystem. Simply editing files (such as programs/server/packages/rocketchat_lib.js) and redoing npm install doesn't seem to work.
How can this be done?
If you need some heavier changes like changing JS, menus and doing full customization you will have to build your own custom rocket.chat. It uses Meteor framework. You can find some guides here and talk to people on the rocket.chat demo server channel learn
To change your logo, background, and other settings related to UI, we need to log in as administrator and go to Administration area then Settings and Assets section and upload the relevant images there. And we can also make other UI related settings from the layout section, which can include content, colors, fonts, and more.
To customize the Rocket.Chat UI you can either modify the rocketchat-theme or rocketchat-ui packages directly, but if you’re keeping in sync with active development it would be easier to avoid conflicts by creating your own theme package.
You can add theme customisations to Rocket.Chat by just creating a Meteor package with your code, then adding it to the packages file.
Well Rocket Chat allows us to change the logo. It also allows us to add custom CSS rules and change basic colors.
To change the colors and CSS go to administration and then under settings go to layout.
To change the logo go to administration and then under settings go to assets
Most* use of color in Rocket.Chat can be customised by changing color settings under Administration > Layout > Colors
Also you can use own CSS styles and so on in under Administration > Layout
Editing Rocket.chat files directly is bad way how to do it.
Some reference a HOW-TO are here https://rocket.chat/docs/developer-guides/ui-and-theming

How to Activate Amasty's Color Swatch Pro (paid extension) on Magento via Localhost?

The site we are working on locally is a copy of a site that is currently live. That site uses Amasty's paid extension called Color Swatch Pro.
Is there a way to get that extension to work locally? We are updating the theme of the site and need to see how the extension will be implemented then make any changes necessary.
Our local root folder already has all the same Amasty related folders/files yet the extension doesn't appear in the admin panel.

No images on any custom theme on any forum software

I have a forum: mstga.webnekodesigns.com/forum
When I use the default theme, everything is fine. However, no images will show when I use any custom theme. I have made sure I am using themes for the correct version of phpBB. I got frustrated and tried a different forum software, MyBB and had the exact same issue, where the default theme worked fine but any custom themes will not show images. So I assume this is not forum software but something on the server. It is an Apache server hosted through HostPapa.
One thing I notice is that if I try to go to the images directly, they also act different. For example, if I go to mstga.webnekodesigns.com/forum/styles/prosilver/imageset/site_logo.gif, which is one of the default themes, I can see the image. However if I go to the same image in the downloaded theme, I get a 404 error, permission denied, however the file permissions are exactly the same.
This sounds super simple but I can't find the solution. I appreciate the help.

opencart theme not changing

I installed opencart 1.5.6 on my localhost, and it's not possible for me to change the theme. The admin panel says the new theme is active, but the default theme always appears.
I made the same installation on a remote server, and everything is working well there.
I have no idea what's wrong on my localhost. I'm on a new installation on Ubuntu 12.4 with a default configuration for LAMP. I tried to compare the two phpinfo but there are so many things that are different that gives me no clue.
It was just a problem of rights on the theme folder. Very stupid ...
First, I would check your database to see if the change is registered. Use phpMyAdmin (or whatever included with your LAMP stack) and look at the "oc_setting" (prefix may differ) and see if the config_template is set to the template you've chosen via the admin. This will help identify if the issue is database related.
I have the solution, the ACTUAL solution. (For me anyway)
Extract the theme.
Login to your OpenCart website using FTP. Please read our article if
you need help using FTP.
Upload the catalog and images folders to the root of your OpenCart installation.
Once the upload is finished, log into your OpenCart Dashboard and go
to System > Settings
Choose your website from the list, check the box next to it, and select “Edit”
In the store tab you will now see your new theme option available under 'Template'
Click Save.
It has now been updated.
Many, many tutorials online at the moment incorrectly instruct people to upload their theme directly into the catalog > view > theme location as though it were a WordPress theme or similar. You actually need to put the appropriate resources where they need to be.

Orchard Multi-tenant theme not enabled

When trying to change to a theme installed by the parent of the tenant website in Orchard, it is not possible to change or preview the theme.
In the parent website, the theme shows as enabled (it can only be disabled), it previews correctly and can be switched to etc but in the tenant website, it is not possible to do either of these and it appears to be disabled (the "enable" link is shown).
So in the tenant website when you click preview on an installed theme in the themes admin section, you just get a 404 - request not found for /Admin/Themes/Preview/
Machine specifics:
Orchard v.1.1.30.0 (zip file installation pointed to in IIS) on IIS7.5, windows7, using hosts file entries to fake the domain names.
Any ideas?
Please file a bug: http://orchard.codeplex.com/WorkItem/Create

Resources