I want this to be display in Vertical means first Image and below Info. For that I have to remove the “d-flex” from the class user-panel
So on the Global Footer I put th code as
<script>
loadjs.ready("head", function () {
$(".user-panel").removeClass("d-flex");
});
</script>
This display the image and below it Info correct.
The issue is when the page load it first show in the horizontally and next change to Vertically. when some one open the page in low speed internet it is not looking nice.
Here how can I get the Image data for src=“”
and the issue is still there, first it display the way phpmaker generated and after that it replace it. so there is a flicking on the display.
You may refer to the original HTML code on how to show the image by the src attribute,
You replace the original content on page load, so you’ll see the original HTML for a brief moment first. If you don’t want to see it first, you may add CSS (under HTML → Styles → User) to hide it first, e.g.
Now I have put an option to change the profile picture by creating a edit page “UpdatePhotoEdit” the photo is change but it does not reflect to the user-panel. It effect only after logout and login again. how can I reflect it as soon as when change or udated.
You are probably using older versions. If so, you may search “Set up user image” in the template and borrow the code to update the user image after editing your image.