Width is now Fixed, but here's my other question about Image File Selection in T4 Page Builder. Any help would be appreciated...

Not inserting images from the media library `https://www.joomlart.com/forums/d/46706-not-inserting-images-from-the-media-library/4

This did not work for me and as noted on that message, trying to fix my similar problem on this test website.

  • I double checked JCE editor set by default,
  • backed up the original file...replaced with update,
  • T4 Page Builder still doesn't allow adding images by selecting and adding images from withing the T4 Page Builders edit interface.

So instead of setting up another Forum Question. Thanks for the help. Sorli...

Okay...I now know that Pages created in T4 Page Builder will auto shrink because of this inline code

@media (min-width: 1728px)
.container {
padding-left: 18px;
padding-right: 18px;
max-width: 1296px;

Here's my resolution with Body Content not going Widescreen. So yes I've fixed this...by adding to Custom.css

/* Adjust for pages not quite Widescreen */

.container {
max-width: 1400px !important;
}

No idea how this will affect menus displaying properly on tablets or smaller screen laptops, since they tend to bounce around on screens 13 to 15 inches or smaller. I am glad that I found a basic fix to a problem I have a lot of trouble with on JA templates. Sorli...

    saguaros Yes I still can't auto-click on images from inside T4 Page Builder. So if you can check that...

    Actually, thinking of Menus - is there a way to stack menus - Like instead of Gift Certificates have Gift on-top of Certificates in the menu (two lines)? Thanks either way, Sorli...

    You can set the width for menu item:

    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
        line-height: 45px !important;
    }
    
    .t4-navbar .nav-item {
        width: 160px;
    }

    here is how it looks like:

      saguaros Here's what I used that kinda worked

      .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
      height: 70px !important;
      line-height: 75px !important;

      but I'll try yours and see if the change helps with Responsive Layout and transitions.

      Thanks, Sorli...

      Update - your options and the two-line menus didn't work for me, so I left my changes noted above.

      saguaros Please also note, that I still can't click on and add images automatically from inside JA Spa or T4 Page Builder and what's weird, I also can't click on Edit T4 Page items from the from front page. Maybe this all related...

      So if you can check that... and as noted in forum link below "can't auto-click on images from inside T4 Page Builder." I've updated the Login and password credentials that I had backwards on that message linked here https://www.joomlart.com/forums/d/46706-not-inserting-images-from-the-media-library/7

        saguaros Thanks and I noticed a few changes and T4 Page Builder now missing from Component Menu, but working in the background.

        I'll leave it for now and wait till I hear back from you, and thanks as always for the help! Sorli...

        Hi Sorli,

        I'm following that topic, appreciated your patience on this 🙂

        Write a Reply...
        You need to Login to view replies.