getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
70 stars 51 forks source link

[canterville] The default silk-road background image does not appear #195

Closed ArcTanSusan closed 3 years ago

ArcTanSusan commented 3 years ago

Id like to see the silk-road image but I do not see it. This is the post:

.. title: We Buy Mortgages in Cash
.. slug: we-buy-mortgages-in-cash
.. date: 2020-10-04 03:58:34 UTC-07:00
.. tags: mortgages, notes
.. category: mortgages, notes
.. link: 
.. description: Got a note to sell
.. type: text
.. pagekind: front_page

.. image:: /galleries/cats_house.jpg

=========================================================
Got a Note to Sell?
=========================================================

Do you have a note that a borrower is paying you monthly payments on-time on?  Do you want to turn your performing note into a lump sum of cash? We buy performing notes for cash. If you have owner-financed your property and want a lump sum of cash on, call us for a free quote.  We prefer to buy notes secured by residential properties and commercial retail properties. We pay for all closing costs & due diligence such as title, appraisal, and insurance.

Please share the following information or have it available so that we can get started:

- Your Contact Info
- Note Status (We buy Performing Notes only)
- Property Address
- Note Unpaid Balance
- Note Rate
- Note Term
- Date the Note was originated
- Original Note Balance
- Why are you selling your note?
- Rental property or owner occupied?
- Any other information such as type of property, borrower’s credit, balloon payment, etc?

Call us at 510-519-8573 for a free no-obligation quote on your note. 
Screen Shot 2020-10-04 at 5 31 38 AM
Kwpolska commented 3 years ago

Sorry the response took a while, this got lost in my inbox.

The silk-road image appears only on the index page. If this is a subpage (the post page), the image is not visible. If this is the index page, and you can’t see the image there, make sure you set it in GLOBAL_CONTEXT, as the theme suggests:

LOGO_URL = 'https://getnikola.com/assets/img/logo.svg'
GLOBAL_CONTEXT = {
        'TWITTER_URL': 'https://twitter.com/getnikola',
        'GITHUB_URL': 'https://github.com/getnikola',
        'LINKEDIN_URL': None,
        'BANNER_URL': '/assets/img/silk-road.jpg'
}

If you want to use the cat house photo, put its path in BANNER_URL. Modifying the templates to show the banner on all pages is also possible (although this might confuse users if the banner was full-height).