• Resolved mocadazu

    (@mocadazu)


    Hello!
    Nice template you have. The example looks very nice, so I would like to have a similar lay out. My website is https://mocadazu.com/Mocadazu/

    Photo in top
    You have this nice mountain picture in the top. How do I include a picture like that?

    2 columns on page

    I’m using my page as a company page, so I’m not using the blog page. Is it possible to create two columns on my home page?

    Looking forward to your answer,
    Thanks!
    Bouwe

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Bouwe….Thank you for the theme comment.

    Regarding the photo, I got that from a site called Pixabay. The photo can be found HERE

    Two columns is possible in a couple of ways….using some HTML relating to the theme’s Bootstrap columns, or a columns shortcode plugin.

    HTML

    <div class="row">
    	<div class="col-md-6">Your column 1 content here</div>
    	<div class="col-md-6">Your column 2 content here</div>
    </div>

    Only downside to this is that you mostly have to add your content in the “Text” tab of your editor. You may want to look at a columns shortcode plugin if you think you might be doing more columns in other pages.

    Thread Starter mocadazu

    (@mocadazu)

    Dear Shaped Pixels,

    Thanks for you reply.

    Regarding the columns, that’s solved.
    Regarding the photo, I meant how do upload it to my site? Now I downloaded a plugin which I put in the banner widget, is this the right method?

    Than 2 more questions:
    – When you go to my site it is directly linked to the blog page. Is it possible to make my Home page the opening page?
    – At my pages it shows in the right upper corner in the content on which page you are, is it possible to not show that?

    Thanks and I like your theme!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Greetings… I can’t believe I’m up answering this at 1am in the morning ??

    Anyway, there’s a couple methods to get that banner image in place.

    1. Using an image plugin
    2. Upload to your media library, copy the image File URL, then add it to a text widget.

    Also, correct, it would go into the Banner sidebar.

    Image Plugin Example:

    Image Plugin

    Text Widget Method:

    <img src="image File URL here" alt="short description here"/>

    I have setup tutorials for the banner image if you have not seen them yet?

    Add Banner Images

    Theme Author Shaped Pixels

    (@shaped-pixels)

    To follow up with your last two questions….

    The first one you want is what WordPress calls a Static Front Page

    If I understand correctly on your last question, you are referring to breadcrumb navigation? If so, I just realized I do not have that in capability in this theme. Something I obviously overlooked. So, what I will do is create an update tomorrow and upload it. It will have a new sidebar position added called “Breadcrumbs”. There you can use a breadcrumbs plugin that has a widget and drag that into that spot…giving you that kind of navigation. I will have to add that to the pro version too.

    Thanks for bringing this missing feature to my attention.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Quick follow up…I just uploaded an update to Aberration Lite which now includes a new sidebar position called “Breadcrumbs”. You can use any kind of breadcrumbs plugin that lets you insert a shortcode or a widget.

    You should receive an update notice in your admin for Aberration Lite.

    Thread Starter mocadazu

    (@mocadazu)

    Hi!

    Thanks for answering my questions!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Photo in top, 2 columns on page’ is closed to new replies.