Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • girkers Friend
    #1015202

    I have followed the instructions and gone through and created a new Home page, however when I publish it and look at the site it only shows the header and footer.

    Editing the page at: /component/jabuilder/home?jub=edit (works)
    Publishing the page at: /component/jabuilder/home (works)
    Front page of site at: / (doesn’t work)
    Front page edit at: /?jub=edit (doesn’t work)

    If I go back into the backend I can edit the page as normal and all of my content elements are there, however I cannot get it to display them normally.

    Cheers

    Girkers


    1. backend-edit
    2. backend-publish
    3. frontend-view
    4. frontend-edit
    Saguaros Moderator
    #1015558

    Hi Girkers,

    You can share the URL and Admin login info of your site so I will take a look.

    Regards

    josefk Friend
    #1015571

    I can confirm that! I ve tried to build a normal blog-layout page. Followed the instructions, created a new menu link –> choose Ja-builder as tempalte style. When i pusblish the site in frontend, only footer and header (menu + logo) are rendered with the tempalte styles. the content section is pure html, without any css-files loaded from the template. same problem with single page article.
    can`t share link, this is on my local xamp server.
    rest of ja-builder works as intended.

    please fix this asap. this is crucial. cheers, joe


    1. jabuilder-blog-page-bug
    Saguaros Moderator
    #1015849

    Hi guys,

    You can open this file: ROOT/templates/ja_builder/index.php

    Look for this div tag:

    <div class="uber-block mainbody">

    and change it to:

    <div class="jub-block mainbody">

    Then refresh your site again.

    Regards

    josefk Friend
    #1016015

    Hi guys,

    You can open this file: ROOT/templates/ja_builder/index.php

    Look for this div tag:

    <pre class="prettyprint linenums:1 prettyprinted" style="">

    1. <span class="tag"><div <span class="pln"> <span class="atn">class<span class="pun">=<span class="atv">"uber-block mainbody"<span class="tag">>

    and change it to:

    <pre class="prettyprint linenums:1 prettyprinted" style="">

    1. <span class="tag"><div <span class="pln"> <span class="atn">class<span class="pun">=<span class="atv">"jub-block mainbody"<span class="tag">>

    Then refresh your site again.

    Regards

    thank you – this works for me.
    blog post pictures should have a padding/margin if they are floated right or left.
    also, they do not automatically scale when viewport is smaller, not responsive. you should consider this in future updates.
    cheers,
    joe

    girkers Friend
    #1016106

    I tried to change the DIV tag but this made no difference, as this if statement is failing:

    if (!$helper->isJUBPage() && is_array($cols)) : ?>

    Because that is failing, I get the generated HTML:

                    <div class="main-content">    
                <div id="system-message-container">
        </div>
    
                <div class="blog-featured" itemscope itemtype="https://schema.org/Blog">
    <div class="page-header">
        <h1>
        Home    </h1>
    </div>
    
    </div>
    
            </div>

    Thanks.

    Saguaros Moderator
    #1016130

    Could you illustrate the modification you expect via screenshot?

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum