Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Saguaros Moderator
    #1088077

    Hi,

    Does the account you use to login from frontend have permission to edit module?

    Pls also try to switch default template to a standard template of Joomla like Beez/Protostar then see how it goes.

    Regards

    belex24 Friend
    #1088100

    Hi,
    I tried it with protostar and the user is able to edit the modules. See attached screenshot.
    And as i mentioned: yes I enabled the permissions for publisher to edit modules.

    So it’s the problem of JA onepager.

    When the users clicks on the icon which is supposed to open the edit window, the website even stucks for some seconds. So if it would load something but couldn’t.
    Would be very fine if you could check this out. My client needs to edit the modules from the frontend.
    Thank you very much for your afforts.


    1. 2018-01-22_21-37-34
    Saguaros Moderator
    #1088137

    Hi,

    Kindly share the credentials of your site: URL, Admin + FTP account, I will take a look.

    Regards

    belex24 Friend
    #1088161
    This reply has been marked as private.
    Saguaros Moderator
    #1088258

    Hi,

    I realize that the homepage on JA Onepage uses special layout ‘onepapge’ layout which doesn’t contain the ‘component’ block (which shows the main content of a page), so when you click to edit from homepage, the edit form shows in ‘component’ block doesn’t display there.

    I just edited this ‘onepage’ block on your site: root/templates/ja_onepage/tpls/blocks/onepage.php

    defined('_JEXEC') or die;
    
    function isSuperAdmin()
    {
      $user = JFactory::getUser();
      return $user->get('isRoot');
    } 
    ?>
    
    <jdoc:include type="message" />
    <jdoc:include type="modules" name="onepage" style="onepage" />
    <?php if (isSuperAdmin()) : ?>
        <div id="ja-content" class="ja-content container">
            <jdoc:include type="component" />
        </div>
    <?php endif ?>

    and update this custom CSS;

    .com_config.view-modules .modal { position: inherit;}

    You can check it now.

    Regards

    belex24 Friend
    #1088289

    Hi, thank you for your affords. But still it won’t work 🙁
    After login I see the icons, but after clicking it justs jumps to the top of the page.

    Please I urgently need this to be working on SATURDAY!
    My client will come to get to know how to edit this page.
    Thank you.

    Saguaros Moderator
    #1088443

    Hi,

    Which module you can’t edit? Maybe the status of that module is still in ‘Check out’ so you can’t click to edit. I just go to Admin Panel > System > Global Checkin and check in all there, you can edit module now.

    belex24 Friend
    #1088458

    I can’t frontend edit no module at all. maybe you want to check it by yourself so we can save time…. 😉

    • This reply was modified 6 years, 2 months ago by  belex24.
    belex24 Friend
    #1088459

    they are all checked in

    Saguaros Moderator
    #1088609

    Yes, I always checked before posting here: http://prntscr.com/i5s8v5

    belex24 Friend
    #1088634

    Oh, I see, it opened the editor on the very bottom, but never saw it because it jumped always on the top of the page.
    Thank you so much for your help!

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

This topic contains 11 replies, has 2 voices, and was last updated by  belex24 6 years, 2 months ago.

The topic ‘Frontend module editing not working’ is closed to new replies.