WPIntell

Source evidence

Admin Title Shows ‹

AGCA – Custom Dashboard & Login Page · support · 2023-01-30T10:03:00+00:00

mixedsentiment
mediumseverity
0.85relevance
13replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 28 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
OllyDowning resolved
Hello, Please could you guys fix the ‹ showing in the menu bar? I am able to re-produce this on a fresh install as well as on my existing websites. It seems there is a problem with sanitisation of that field, trying to make the correct structure manually also fails. I would really appreciate it if a fix could be published quickly. Thanks! Hi @ollydowning , Thanks for your request, please update the plugin to the latest version, we’ve just published the fix for this and it should hopefully work now. Please let us know if it works, thanks Hi Guys, Thanks so much for your speed response! Sadly this hasn’t fixed the problem, I can provide access to a site in a development area if this would help solve the problem? As mentioned I am seeing this on existing and new sites, with the issue going once the plugin is disabled. Thanks, Olly. Hi Olly, Thanks for the update. Can you please try to open AGCA settings and click on apply button to apply settings again? This will store the fresh text, since the wrong text could be stored to DB. If this does not work still, please share the access with our support team at info(at)cusmin.com Hello, same here: the custom blog heading returns code without rendering This reply was modified 3 years, 3 months ago by vitaminik . @vitaminik thanks for your feedback. if you change the text in the input box in AGCA to look as expected and click on Apply button again, does it work? Didn’t work for me either, like I said it happens on fresh installs too. I also tried manually resetting the database value, but it was already null. The problem seems to be with sanitisation, maybe it could be tested internally before release this time? Thanks a lot, Hello, didn’t work at all, trying to delete entry, retrying with the new text, saved, re-saved. The heading don’t render html Thanks for your feedback. Can you please go through this list so we can cover all cases? Thanks, so please check these: – that your AGCA version is v7.1.4 – that your WordPress version is the latest 6.1.1 – that the field you’re using is on AGCA settings page > Admin bar (tab) > Page title template – that you paste in a value with these characters, an example of this is this value is: “Dashboard > < (site name)” – please click on “Save Changes” button after that and see if the changes are applied or not https://prnt.sc/gZFvhkQMC5Uy Please share if anything is different with your setup so we can debug further this issue. If nothing helps, please share the temporary credentials for your site to info[at]cusmin.com so we can take a look at this at your site. Thanks! AGCA is v7.1.4, WordPress is v6.1.1 i need to edit “CUSTOM BLOG HEADING” and insert two hyperlinks. One for admin url, one for public frontend. Thanks for the info. Can you please confirm this works as expected? https://prnt.sc/1M-6DlAXm2sv if not, please share the value that you’re trying to put into this field and if you can also the screenshot of how this looks like on your end. Thanks! yes, this works Thanks @vitaminik , please let us know if you need anything else here. Also, for a custom link you can paste this snippet to Advanced > JavaScript field: jQuery(function(){ jQuery('#wp-admin-bar-site-name .ab-item').attr('href', 'https://google.com'); }); Please note that this has its own limitations and if you need more fine-tuning then the only option is to upgrade, but I hope this can work fine for you. Thanks! thanks!

Comments

13 shown
cusmin 2023-01-30T12:47:00+00:00

Hi @ollydowning , Thanks for your request, please update the plugin to the latest version, we’ve just published the fix for this and it should hopefully work now. Please let us know if it works, thanks

OllyDowning 2023-02-01T20:38:00+00:00

Hi Guys, Thanks so much for your speed response! Sadly this hasn’t fixed the problem, I can provide access to a site in a development area if this would help solve the problem? As mentioned I am seeing this on existing and new sites, with the issue going once the plugin is disabled. Thanks, Olly.

cusmin 2023-02-02T07:15:00+00:00

Hi Olly, Thanks for the update. Can you please try to open AGCA settings and click on apply button to apply settings again? This will store the fresh text, since the wrong text could be stored to DB. If this does not work still, please share the access with our support team at info(at)cusmin.com

vitaminik 2023-02-07T09:50:00+00:00

Hello, same here: the custom blog heading returns code without rendering This reply was modified 3 years, 3 months ago by vitaminik .

cusmin 2023-02-07T09:58:00+00:00

@vitaminik thanks for your feedback. if you change the text in the input box in AGCA to look as expected and click on Apply button again, does it work?

OllyDowning 2023-02-07T10:04:00+00:00

Didn’t work for me either, like I said it happens on fresh installs too. I also tried manually resetting the database value, but it was already null. The problem seems to be with sanitisation, maybe it could be tested internally before release this time? Thanks a lot,

vitaminik 2023-02-07T10:32:00+00:00

Hello, didn’t work at all, trying to delete entry, retrying with the new text, saved, re-saved. The heading don’t render html

cusmin 2023-02-07T10:47:00+00:00

Thanks for your feedback. Can you please go through this list so we can cover all cases? Thanks, so please check these: – that your AGCA version is v7.1.4 – that your WordPress version is the latest 6.1.1 – that the field you’re using is on AGCA settings page > Admin bar (tab) > Page title template – that you paste in a value with these characters, an example of this is this value is: “Dashboard > < (site name)” – please click on “Save Changes” button after that and see if the changes are applied or not https://prnt.sc/gZFvhkQMC5Uy Please share if anything is different with your setup so we can debug further this issue. If nothing helps, please share the temporary credentials for your site to info[at]cusmin.com so we can take a look at this at your site. Thanks!

vitaminik 2023-02-07T11:40:00+00:00

AGCA is v7.1.4, WordPress is v6.1.1 i need to edit “CUSTOM BLOG HEADING” and insert two hyperlinks. One for admin url, one for public frontend.

cusmin 2023-02-07T13:12:00+00:00

Thanks for the info. Can you please confirm this works as expected? https://prnt.sc/1M-6DlAXm2sv if not, please share the value that you’re trying to put into this field and if you can also the screenshot of how this looks like on your end. Thanks!

vitaminik 2023-02-07T13:27:00+00:00

yes, this works

cusmin 2023-02-07T14:04:00+00:00

Thanks @vitaminik , please let us know if you need anything else here. Also, for a custom link you can paste this snippet to Advanced > JavaScript field: jQuery(function(){ jQuery('#wp-admin-bar-site-name .ab-item').attr('href', 'https://google.com'); }); Please note that this has its own limitations and if you need more fine-tuning then the only option is to upgrade, but I hope this can work fine for you. Thanks!

vitaminik 2023-02-07T14:07:00+00:00

thanks!