Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lipmat Developer
    #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,
    lipmat

    Saguaros Moderator
    #511117

    Hi 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

    lipmat Developer
    #512903

    Dear 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
    lipmat

    Saguaros Moderator
    #513015

    Hi lipmat,

    You can PM me admin login info of your site, I will check this for you.

    lipmat Developer
    #513392

    PM sent!
    Thanks in advance!

    lipmat Developer
    #515150

    Could you please find out a solution? The case is not solved yet.
    Thanks
    lipmat

    Saguaros Moderator
    #515152

    I’m looking at this, please give me more time 🙂

    lipmat Developer
    #515155

    well, i fixed it with jquery…
    Any further info on where view-article class is appended to <html> would be very nice!

    Saguaros Moderator
    #515302

    Hi 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;
    ...............................................................

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

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