How to set up blog as in demo website?
Could someone please tell me where can I find documentation about blog layout styling in the main section? I want it to look just as in the demo site
Thanks!
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic How to set up blog as in demo website?
Posted 6 years 10 months ago #21002the 1page theme has no blog articles in the demo. The site is made with modules only.
Please read the description about the > Module Setup
demo.joomlaplates.com/jp_1page/docs/
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Replied by 3ndriago on topic How to set up blog as in demo website?
Posted 6 years 10 months ago #21009So in that case there is no explanation in the documentation page how to set up the "blog-like" module (see attachment 1)
The documentation page ( demo.joomlaplates.com/jp_1page/docs/ ) skips from Section "Slideshow" to section "Team" (see attachment 2) that plus a quick inspection of the code Chrome's developer tools made me think this was main system output area instead of a module.
At any rate, if you confirm this is indeed a module, could you please help me out with sample code used on it?
Thanks!
Attachments:
Please Log in or Create an account to join the conversation.
Replied by 3ndriago on topic How to set up blog as in demo website?
Posted 6 years 10 months ago #21012thanks!
Please Log in or Create an account to join the conversation.
Replied by 3ndriago on topic How to set up blog as in demo website?
Posted 6 years 9 months ago #21091
I expected better technical support for a paid template
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic How to set up blog as in demo website?
Posted 6 years 9 months ago #21097the blog in our theme is made with pure html and its just one article for demo, see below.
<h3 class="headline-border">Blog</h3>
<div class="uk-clearfix">
<img class="uk-align-medium-right uk-thumbnail-medium" src="images/joomlaplates/demo-008.jpg" alt="Demo" border="0" />
<p class="uk-text-large">Sample Article</p>
<p> Nunc velit risus, dapibus non interdum quis, suscipit nec dolor. Vivamus tempor tempus mauris vitae fermentum. In vitae nulla lacus. Sed sagittis tortor vel arcu sollicitudin nec tincidunt metus suscipit.</p>
<p>
<a class="uk-button-primary" href="#">MORE</a>
</p>
</div>
<hr />
<div class="uk-clearfix">
<img class="uk-align-medium-right uk-thumbnail-medium" src="images/joomlaplates/demo-009.jpg" alt="Demo" border="0" />
<p class="uk-text-large">Sample Article</p>
<p> Nunc velit risus, dapibus non interdum quis, suscipit nec dolor. Vivamus tempor tempus mauris vitae fermentum. In vitae nulla lacus. Sed sagittis tortor vel arcu sollicitudin nec tincidunt metus suscipit.</p>
<p>
<a class="uk-button-primary" href="#">MORE</a>
</p>
</div>
<hr />
<div class="uk-clearfix">
<img class="uk-align-medium-right uk-thumbnail-medium" src="images/joomlaplates/demo-010.jpg" alt="Demo" border="0" />
<p class="uk-text-large">Sample Article</p>
<p> Nunc velit risus, dapibus non interdum quis, suscipit nec dolor. Vivamus tempor tempus mauris vitae fermentum. In vitae nulla lacus. Sed sagittis tortor vel arcu sollicitudin nec tincidunt metus suscipit.
</p> <p>
<a class="uk-button-primary" href="#">MORE</a>
</p>
</div>
Otherwise you can set a basic blog in Joomla
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.