-
AuthorPosts
-
andersonannem Friend
andersonannem
- Join date:
- November 2007
- Posts:
- 76
- Downloads:
- 17
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 5 times in 1 posts
September 25, 2013 at 1:29 pm #190911Hello.
Is is possible to have a single article open as the default page (so readers don’t have to click on something when they first come to the site)?
I’ve tried to set a single article as the default page and the site opens, however, the menu is not available and when I try to close the article, it gets stuck in an infinite loop (of just opening the same article again).
Thank you!
Anne
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 6:41 am #507119Hi Anne,
Yes. You can set a Single Article menu item as a default page on JA Smashboard template. Well, at this time, on your website i still see the Home menu menu item is working fine with displaying 2 articles on ja-tabs. Do you still need our help on the infinite loop issue ?
andersonannem Friendandersonannem
- Join date:
- November 2007
- Posts:
- 76
- Downloads:
- 17
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 5 times in 1 posts
September 26, 2013 at 10:35 am #507167Yes I do still need help with the infinite loop issue.
I set the home page to be a contact page because I could make that work. I would prefer to use an article because I can load module positions within the article (as well as use plugins). I just needed to move on with the prototype of the site and that’s why I set the home page as is. I consider this a temporary situation.
Anne
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 27, 2013 at 3:28 am #507242Hi Anne,
Can you send me PM with your website ‘s credentials and explain more details about the infinite loop issue ? Since i still see the wheelscroll (infinite scroll) works finely on your main menu now.
andersonannem Friendandersonannem
- Join date:
- November 2007
- Posts:
- 76
- Downloads:
- 17
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 5 times in 1 posts
September 30, 2013 at 9:48 am #507514Hi Leo.
Did you get the PM I sent you?
Anne
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 30, 2013 at 10:24 am #507517Hi Anne,
I’m sorry for my late response. I have accessed the forum few hours before, and already saw your PM. Well, The contact module background that you can make it look better by putting below codes into templates/ja_smashboard/css/custom.css file:
.contact-form {
background: black;
padding: 5px;
}Change to the background color you want.
The menu gets invisible when viewing the article on popup view. Generally, the background of menu is a transparent color that is why they will get the color effect of your menu page background. In this case, the solution is defining the menu background by putting below codes into custom.css file:
ul.nav.nav-list {
background: grey;
}Change to the color you think it is fine.
andersonannem Friendandersonannem
- Join date:
- November 2007
- Posts:
- 76
- Downloads:
- 17
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 5 times in 1 posts
October 5, 2013 at 8:58 pm #508102Hi Leo.
Although I appreciate your responding, the information you responded with is in no way the answer I was hoping for.
When you click on an article, it doesn’t matter what the color of the menu is, the menu is not available at all to “click on”.
I guess, maybe I’m not being as clear as I want to be. Here is what I want…..
In many of the other templates, there is a content area. An article can be defined as the “default” page and shows up in the content area when you open the site (and are viewing the home page).
In Smashboard, this model seems to be changed. Unfortunately, I would like to take advantage of the new features within Smashboard but also have an article show up in a content area (similar to how the contact shows up that I am currently using) WITHOUT the content being in a popup.
Is this possible?
Anne
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 7, 2013 at 2:55 am #508151Hi Anne,
Thank you for describing your concern in details again. Indeed, we will have to break the popup view and overlay effects on JA Smashboard template to reach your requirement. Anyways, you can try to follow these steps one more time:
– Open templatesja_smashboardjsscript.js file, remove or comment lines:
+ 442th line: $(‘<div class=”overlay”></div>’).appendTo(document.body);
+ 1480th line: dim = $(‘<div id=”mega-dim” class=”mega-dim”></div>’).appendTo(document.body),
>> These will make the menu visible when viewing article content.
– Open /templates/ja_smashboard/css/custom.css file, then put below codes into:
/*Adjust the width of article content*/
@media (min-width: 1200px) {
.span9 {
width: 889px !important;
}
}Note: I still keep the X close button and scroll-bar on article view because there are few important css styles of article view layout defined relatingly to the scritps of scroll-bar.
andersonannem Friendandersonannem
- Join date:
- November 2007
- Posts:
- 76
- Downloads:
- 17
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 5 times in 1 posts
December 11, 2013 at 2:03 pm #515111Hi Leo.
Thank you very much for this. I do like being able to access the menu when I am viewing a page. I have partially implemented this. The way an article displays as the home page is a bit too high on the screen and the Close icon is confusing, so I’ll be sticking with the contact for home page.
Anne
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 12, 2013 at 1:59 am #515159Hi Anne,
Our last reaction in reply of this thread is about 2 months ago, I am afraid that I can not follow your questions well again. However, if you can put the site’s url here or PM me, I can take a look on what you did apply on article displaying on homepage and give you any suggestions on this.
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by phong nam 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum