UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
Hello,

OK... creating a new question as requested.

I started here (http://stackideas.com/forums/sidebar-and-content-swap) and may use the CSS changes to reposition the sidebar and content areas but I would still like to know if there is something running that's changing the page.

I've modified the profile/default.php file so that the sidebar is AFTER the container block and placed the file in my template /html/com_easysocial/profile like this:

...
<div class="es-container">

<div class="es-content" data-profile-contents>
<i class="loading-indicator fd-small"></i>

<?php echo $this->render('widgets', 'user', 'profile', 'aboveStream', array($user)); ?>

<?php echo $this->render('module', 'es-profile-before-contents'); ?>
<div data-profile-real-content>
<?php echo $contents; ?>
</div>
<?php echo $this->render('module', 'es-profile-after-contents'); ?>
</div>

<div class="es-sidebar" data-sidebar>
...

See pictures.

I've also tried modifying the template directly, but the magic sidebar keeps moving after load.

When I look at the source, after the page has loaded es-sidebar appears before es-content rather than the other way around as in default.php. Is there some javascript in there that changes the position of these divs after the page has been loaded? I've found some code that seems to toggle the sidebar on and off but it does not seem to reorder attributes within the DOM.

This is easy to test for yourself... just change default.php in components\com_easysocial\themes\wireframe\profile and swap the positions of the es-sidebar of es-content divs and reload the page.. you will see the sidebar appear on the correct side and then flip over to the other side.

Thanks
Chris
The replies under this section are restricted to logged in users or users with an active subscription with us