S04e04 - Alert message QUESTIONS/SUPPORT

Open to all! Ask other shopowners for help.
Post Reply
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

S04e04 - Alert message QUESTIONS/SUPPORT

Post by admin »

Addon:
This addon allows shopowner to easily set up messages on the Shop Side.

Download:
viewtopic.php?f=28&t=1063

--

Questions / Comments /Concerns

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: S04e04 - Alert message

Post by radhavallabh »

Hi dear the close button does not seem to work after updating the modules shows a dash sign instead and on click nothing happens.
Pls help
Very Warm Regds./
radhavallabh
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: S04e04 - Alert message

Post by ecartz »

Maybe line 25 of templates/default/includes/pages/alerts.php needs to be

Code: Select all

     <div class="text-right"><?= new Button(IMAGE_BUTTON_CONTINUE, 'fas fa-angle-right', 'btn-light btn-block btn-lg', [], $Linker->build('index.php')) ?></div>
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: S04e04 - Alert message

Post by radhavallabh »

ecartz wrote: Mon Feb 14, 2022 11:25 am Maybe line 25 of templates/default/includes/pages/alerts.php needs to be

Code: Select all

     <div class="text-right"><?= new Button(IMAGE_BUTTON_CONTINUE, 'fas fa-angle-right', 'btn-light btn-block btn-lg', [], $Linker->build('index.php')) ?></div>
Hi dear I tried to the above changes but still the same issue the close button does not display only a neutral color dash sign with no changes on click
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: S04e04 - Alert message

Post by heatherbell »

radhavallabh wrote: Mon Feb 14, 2022 12:16 pm close button does not display only a neutral color dash sign with no changes on click
Tested and works for us as expected on a clean installation.
screenshot.png
Are your other message stack messages working for you.
You do not have the required permissions to view the files attached to this post.
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: S04e04 - Alert message

Post by radhavallabh »

heatherbell wrote: Mon Feb 14, 2022 1:21 pm
radhavallabh wrote: Mon Feb 14, 2022 12:16 pm close button does not display only a neutral color dash sign with no changes on click
Tested and works for us as expected on a clean installation.
screenshot.png
Are your other message stack messages working for you.
Hi I just checked all messages are having same issue, What might the problem be dear??
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: S04e04 - Alert message

Post by heatherbell »

radhavallabh wrote: Mon Feb 14, 2022 1:36 pm Hi I just checked all messages are having same issue, What might the problem be dear??
I don't know. It is nothing to do with this addon so ask in a new topic.
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: S04e04 - Alert message

Post by Kofod95 »

radhavallabh wrote: Mon Feb 14, 2022 1:36 pm Hi I just checked all messages are having same issue, What might the problem be dear??
Have you, by any chance uploaded stuff from the BS5-template? That overrides some stuff (I think in includes/system/override) that gives a behaviour similar to what you describe.

//Daniel

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: S04e04 - Alert message

Post by radhavallabh »

Kofod95 wrote: Mon Feb 14, 2022 5:14 pm
radhavallabh wrote: Mon Feb 14, 2022 1:36 pm Hi I just checked all messages are having same issue, What might the problem be dear??
Have you, by any chance uploaded stuff from the BS5-template? That overrides some stuff (I think in includes/system/override) that gives a behaviour similar to what you describe.

//Daniel

//Daniel
Thank you so much dear indeed that was the issue!!
Regds./
radhavallabh
User avatar
burt
Core Team
Posts: 4547
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: S04e04 - Alert message QUESTIONS/SUPPORT

Post by burt »

This addon has been updated to display in a much nicer way.

It now looks like this:

s04e04.jpg

instead of invoking the messageStack as seen in the image a couple of posts up in this thread.

Obviously this module was built at the height of C19, and that message remains as a symptom.
Messages can be changed in the language file!
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply