Ghost blog via helm chart - How to have different logo based on dark or light? - ghost-blog

I have a ghost blog installed via the helm chart.
I installed the theme: https://github.com/godofredoninja/simply
I am trying to understand how to show a different logo image (light) when the switch is clicked to change to dark/light.
Is there some general way to do this with ghost, and do you need to port into the pod to change files or can it be done from the settings?

You can not achieve this by using your publication logo. You should change this in the theme and then upload the theme to your ghost blog.
You can upload a theme by going in the design -> upload a theme. If you need more help on this topic visit here.

Related

Does wordpress offer the ability to edit theme structure via the online editor?

I want to do something that is not offered in the basic theme options and would like to edit some backend code. Can someone tell me if this is possible to do via the online editor or if I need to create a local environment?
Here is the current menu showing articles on the site:
Current Dropdown Menu Image
What I am trying to do:
As you can see right now the menu is only displaying the title of the article. My goal is to display in excerpt from the article. This function is available for blog post on other parts of the site and I would like to make it available in the menu location.
Here is a list of the files I am able to edit online via Wordpress:
Available Wordpress Files Image
Is what I need to edit on this list? I know once I find where I need to be working I can figure this out. Since I am totally clueless about wordpress I don't know where to start.
Any help is greatly appreciated. Thanks
You can access the backend files. Here is an overview of what the different files are responsible for:
https://developer.wordpress.org/themes/basics/template-hierarchy/#the-template-hierarchy-in-detail
Here is a dedicate article for excerpts:
https://codex.wordpress.org/Excerpt
Hey so it is actually very easy to edit the theme files and view them through a plugin called Wp-Editor.
Just install it, activate it and go to Appearance > Theme Editor and then you will see your existing files in your theme.

How to Customize Theme in Wordpress

I am new to wordpress.
could anyone suggest me wordpress tutorial which help me customize a theme from scratch and how to create template file in that theme . i searched in google but failed to find a good tutorial.
Thanks in advance
Customize WordPress Themes:
Depending on the theme you're using for your WordPress site there are different set of changes you can make to your site from within your admin panel.
With a little effort it is easy to make your site as unique .
Here are some of the ways you can customize your site :-
How to Access the WordPress Customization Page-
To start customizing your WordPress theme, first go to Appearance -> Themes page..
How to Modify your WordPress Title and Tagline-
The theme customization page allows you to modify your site's title and tagline and see how it will look on your actual site immediately.
To do this, expand the Site Title & Tagline group of settings and alter the text. As you type you will see the new text showing up in the preview on your right side.
More Customization Options-
Check out the following ways you can continue to personalize your site:-
Customize your site’s header and background
Tweak fonts, colors, and add CSS for a custom design
Change your URL by registering a new domain
Set a custom “Home” page on your site
Learn more about all your site settings
Here is the wordpress tutorial which will help you to customize a
wordpress theme -
How to Customize WordPress Themes
WordPress Theme Customizations
Theme Customization API

Drupal ecommerce theme no correctly viewed

Im quite new to drupal, At the moment ive been trying to install a commerce theme but i dont get the correct appearance of it
the original theme
how it looks in my localhost
i have alreay installed drupal commerce, panels, ctoold, views etc... can sosmebody tell me what has gone wrong and how do i get the original look of the theme
There is a lot of things you need to do after installing the theme.
After installing new theme you should do the following:
Change default logo to your site logo.
Check what menu items are displayed and manage them in your structure>>menus
Add slider images by checking where to add the images (Read your theme readme.txt)
Add content so as to display in appropriate areas.
Add Products to your site.
Configure home page link.
Configure your categories / popular categories tags blocks.
Configure special offers block. May be you need to create a view with block display.
Place search block in appropriate region.
I am listing few and you can figure out rest if anything is not at its position.
Note: Generally the theme provides you basic regions, templates, css and icons structure, and you have to manage your site content so as to get the look and feel.

Wordpress gallery in portfolio isn't shown when the shortlink is used

I have a wordpress 3.9.1 installed with the Brooklyn theme pack.
I have several posts with the gallery of images inside.
When navigated through usual access:
http://soundsup.pro -> our releases -> Viza (first, red one),
the gallery works fine.
But when I am trying to use the direct link:
http://soundsup.pro/portfolio-item/viza-made-in-chernobyl/
the gallery is not shown.
Any ideas why is that and how to fix that?
Thanks.
It looks like there is a bug in the theme. You should contact the theme owner/support to solve this issue.
If you customize the theme on your own, you will not be able to update it in future.

Creating wallpaper website site in wordpress

I'm trying to create a wallpapers site, using WordPress platform. The website should have similar functions like this wallpapers site. Which plugin is required to re-size images in multiple sizes, like 1920x1200, or 1920x1080. If there's no such plugin, how can I create this function in WordPress?
You have two options for this:
Manual: Uploaded images can be edited and cropped to the required size by teh administrator. Go to the media library, find the image, click edit and make the changes necessary
Automatic: I found this page by typing "how to edit image size in wordpress" when I was, in fact, looking for a manual that would explain with screenshots the instructions in step 1 above: http://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/
The post there makes use of the add_image_size function of Wordpress and tells Wordpress to automatically generate thumbnails in your required size.
Creating a Wallpaper website in WordPress is now as easy as counting 1-2-3. All you need a WordPress + decent hosting and a Wallpaper WordPress theme from https://binarynote.com
Just install Wallpaper WordPress theme along with their bulk image uploader plugin and you are ready to upload your wallpapers. The theme is able to generate different image sizes like you have mentioned automatically but will not store any such images on your server.
here is one such theme for your ready reference. https://binarynote.com/wordpress-theme-wallpaper.html
Hope this will help you a lot.

Resources