-
AuthorPosts
-
November 3, 2013 at 11:51 pm #191950
Hi,
I would like to have my articles shown like regular components. My plan is to have a simple article as a default page and I do not want it to pop up with the overlay. How can I link articles in the menu without loading them via ajax and overlay?
Please tell me a way to gain control over the ajax/overlay features of JA_Smashboard. I sometimes have overlays even when using components. (like using search in the top right corner. The results are loaded via ajax and if I click on a result which is a Virtuemart product in my case the prdouct page shows up in an overlay via ajax instead of reloading the page and displaying the product details in the component area.) How could I control it?
Thanks,
lipmatSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 4, 2013 at 9:13 am #511117Hi Lipmat,
If you don’t want that page load with ajax, you can go to menu item of that page > Page Display Options > Page Class > add this class noajax such as this page in our demo site: http://joomla-templates.joomlart.com/ja_smashboard/index.php/en/registration
Regards
November 20, 2013 at 6:51 pm #512903Dear Saguaros,
If you click on the link, sent to you in PM, you see that the article pops up in a ‘lightbox’ poopup. I want it to be shown normally, in the component area, so I could use the menu and so on.
Thanks
lipmatSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 25, 2013 at 10:28 am #513392PM sent!
Thanks in advance!December 12, 2013 at 1:12 am #515150Could you please find out a solution? The case is not solved yet.
Thanks
lipmatSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 12, 2013 at 1:21 am #515152I’m looking at this, please give me more time 🙂
December 12, 2013 at 1:43 am #515155well, i fixed it with jquery…
Any further info on where view-article class is appended to <html> would be very nice!Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 13, 2013 at 3:24 am #515302Hi lipmat,
Did you try to have a look at this file? /templates/ja_smashboard/js/script.js, function
changehtmlclass = function(classes){var cclass = ($(document.documentElement).attr('class') || '').split(' '),
result = (classes || '').split(' ');
if(cclass.length){
var removesig = ['com_', 'view-', 'layout-', 'task-', 'itemid-', 'home'],
hclass = '',
keep = true;
for(var i = 0, il = cclass.length; i < il; i++){
hclass = $.trim(cclass);
keep = true;
...............................................................
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum