Hello guys. After i put joomla 4 for my website, my ED have some issue. See pictures.
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75341735-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75341735-1');
</script>
It seems like somewhere injected this kind of Google analysis code during the ajax call so caused this issue, you can check my attached screenshot below.
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75341735-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75341735-1');
</script>
Can you share with us where you add these tag on your site?
It seems like somewhere injected this kind of Google analysis code during the ajax call so caused this issue, you can check my attached screenshot below.
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75341735-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75341735-1');
</script>
Can you share with us where you add these tag on your site?
Hello again my friend, i will disable now and i let you know what happend after this.
I remove this google script and now work. Remain some little issue. When i try new post, is just apear edit the last one. Go on my site with same user and pass like yesterday and try yourself.
I remove this google script and now work. Remain some little issue. When i try new post, is just apear edit the last one. Go on my site with same user and pass like yesterday and try yourself.
Would you mind sharing with us where you add the Google script on your site? Because I am wondering why this script will appear on the ajax response.
Regarding with your second issue, I found out that you only created Easydiscuss - single post menu layout on the site, and this menu item you set to show a specific discussion post.
Since you only create this menu item, so all the Easydiscuss link will be associated with this menu item so it always shows that specific discussion post content when you start a new discussion.
So I already helped you create an Easydiscuss ((Posts) Default Layout ) menu item, and it should work fine now.
It seems like the jQuery conflict with your template, I've helped you remove the hover pop-up in the following files.
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/helpers/post/category.php
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/helpers/post/author.php
It should work fine now.
Yes, even though I tried to enable the "Load jQuery (Recommended to leave it on)" setting but somewhere still conflicts with the toolbar dropdown.
1. Disable the "Load jQuery (Recommended to leave it on)" setting
- Toolbar icon clickable
- Mouse hover popup will show on the top corner
2. Enable the "Load jQuery (Recommended to leave it on)" setting
- The mouse hover popup works fine
- Toolbar icon unclickable
So turning off the popup will be okay to prevent this conflict together. Or do you have a plan to use other templates?
I already helped you remove the code from your template override file as I mentioned in my previous reply.
https://stackideas.com/forums/issue-with-easy-discuss#reply-588726
Can you check again? Those category and author hover names will never show popup now.
That's strange, can you clear your browser cache and see how it goes?
You can watch my attached video, the pop up no longer appear now.
I see, updated the following files on your site, can you give it a check again?
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/html/user/avatar.php
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/html/user/name.hyperlink.php
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/html/user/name.text.php
body #ed .ed-replies-filter {
display: none;
}
I've helped you apply the following CSS from your site backend > Easydiscuss > setting > custom CSS
body #ed .ed-replies-filter {
display: none;
}
It should hide that filter option on the page now.
Remember to clear your browser cache before you test this so it will load the latest CSS stylesheet on the page.
I've helped you apply the following CSS from your site backend > Easydiscuss > setting > custom CSS
body #ed .ed-replies-filter {
display: none;
}
It should hide that filter option on the page now.
Remember to clear your browser cache before you test this so it will load the latest CSS stylesheet on the page.
It works 😎 Thank you my friend 🎄 Happy Hollidays for you and all !
body #ed .o-card--ed-category .o-media.t-align-items--fs {
align-items: center !important;
}
You can try this.
body #ed .o-card--ed-category .o-media.t-align-items--fs {
align-items: center !important;
}
We do not have a setting to turn it off, but you can download my attached files and then place these files into your current template's new directory folder.
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/user/edit/...
Done, please check and please start a new thread if you have any new questions/issues.
Hmm, actually I am not sure where you put those files on your site.
From what I checked just now, you did not put the file into the correct file location.
This is the file location I referring to:
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/user/edit/account.php
JoomlaFolder/templates/gamingzone/html/com_easydiscuss/user/edit/account.js
I already put these files into the above file location so you do not need to delete it.
body #ed .ed-filters {
display: none;
}