-
AuthorPosts
-
febtonline Friend
febtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 25, 2015 at 9:13 pm #731797I am really frustrated with this.
I have taken an existing Joomla install of JA Nuevo.
I took some of the existing K2 Categories and Items and modified the text to fit the site I was building. However… I can not get the articles to display AT ALL.
I create menu items that point to K2 ? Categories – Nothing shows up.
I create a sub menu item of that item to link to ta K2 ? Item – Nothing shows up.
Please help me resolve this because I need to get this up and running soon.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 26, 2015 at 4:48 am #752758Hi,
I guess the K2 ? Categories menu item does not set with JA_Nuevo – Default template style (because it includes component block which shows main content of page), please check and set it with JA_Nuevo – Default template style
Let me know if it helps
Regards
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 27, 2015 at 1:43 am #752876Hi Ninja,
I went into the template and those menu items were assigned to the “Default” JA Neuvo. Also went into the K2 Categories I have print screened it here.
Still not displaying.
Any other ideas?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 27, 2015 at 9:48 am #752932You can pm me the URL and admin login backend of your site. I will help you to check it directly on your site.
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 28, 2015 at 3:26 am #752988<em>@febtonline 499539 wrote:</em><blockquote>PM Sent @ninja Lead</blockquote>
I changed the configuration directly from backend of your site
Now, you can see component element to show under CAR and CAR For Auto Owners pages
1 user says Thank You to Ninja Lead for this useful post
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 28, 2015 at 12:19 pm #753047Ok, so this is the type of display I am getting now…
full screen view – why does that text have a mind of it’s own?
Notice the menu is gone? If I use the Windows split feature, where it evenly splits windows for me, the menu disappears.
If I open the window ever so slightly, the menu comes back.
I am temporarily disabling these menu items till I get this resolved.
@ninja Lead
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2015 at 2:38 am #753136I solved the problem of menu on your site with the following step below
+ Open templates/ja_nuevo/less/variables.less file
find and change
@grid-float-breakpoint: @screen-lg-min;
to
@grid-float-breakpoint: @screen-sm;
+ Go to admin -> Template Manager -> JA_Nuevo – Default and click LESS to CSS button
Now, the menu on your site is working as well
1 user says Thank You to Ninja Lead for this useful post
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 31, 2015 at 3:10 am #753387Hi @ninja_Lead , still having some issues.
@screen-sm was already stated where you wanted me to put it. However running the LESS to CSS command seems to have fixed the menu issue.
However I am still having this issue:
As well as this menu display issue:
Menu Settings:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2015 at 3:45 am #753446With the problem of CAR menu item on your site, you can apply my solution below to fix it
Open templates/ja_nuevo/css/custom.css file and add new rule
.t3-mainnav .t3-navbar ul.navbar-nav li .separator {
padding: 23px 5px 21px;
}.t3-mainnav .t3-navbar ul.navbar-nav li .separator:hover, .t3-mainnav .t3-navbar ul.navbar-nav li .separator:active {
border-color: #73bfe6 ;
border-bottom: 2px solid transparent;
}1 user says Thank You to Ninja Lead for this useful post
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
November 2, 2015 at 5:04 pm #753516Any thoughts on this issue:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 3, 2015 at 3:46 am #753575I added the css style into custom.css file directly on your site.
.t3-mainnav .t3-navbar .navbar-nav > li.open .separator, .t3-mainnav .t3-navbar .navbar-nav > li.active .separator {
border-bottom: 2px solid transparent !important;
border-color: #73bfe6 !important;
}and you can check it on your site
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 4, 2015 at 4:30 am #753693<em>@febtonline 500735 wrote:</em><blockquote>@Ninja Lead
I am now referring specifically to this:
</blockquote>
This is not a problem because masthead position shows fullwidth and K2 content modules is being assigned there
you need to set the configuration of K2 content modules – menu assignment section – so that it will not be assigned to all pages, just associated page only.
-
AuthorPosts
This topic contains 14 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum