WPIntell

Source evidence

The box height is too much

Announcer – Sticky Message Banner & Notification Bar · support · 2024-07-24T09:09:00+00:00

complaintsentiment
highseverity
1.0relevance
9replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 28 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
vilayati unresolved
The box where the ticker runs is too big. I want to reduce by 25% in height. Hi @vilayati , Sure I can help. Could you please share the page URL where the announcement is active? Currently it is on localhost, trying it out. Hi @vilayati , The height of the announcement will be impacted by the theme, font size, line height etc. If you can share any screenshot that would be nice. Also, there is an option in the bar settings page to decrease the “padding”. Can you please check if that helps? Thanks A different plugin I used, which I am trying to replicate with yours. The site is https://www.samhitawellness.in Any answers please? Hi @vilayati , I was waiting for a screenshot or something similar so that I can write CSS after looking at it. Below is a blind guess. Pls change the number as per your liking and paste the CSS in your theme settings. .ancr { height: 20px !important; } It did not work. I tried from 20px, then had to make it 50, else the text floated at the bottom. At 50, it comes back to square one. See this: https://imagizer.imageshack.com/img922/8705/RMiGCF.jpg Irrespective of the options, the font does not come crisp. Some shading persists. This reply was modified 1 year, 9 months ago by vilayati . Regarding the height, it is difficult to suggest CSS without looking at the site live. All the modifications is added by the active theme. Below is another rough workaround. I’m not sure if it will work. Adjust numbers as required. .ancr div, .ancr p{ padding: 0px !important; margin: 0px !important; line-height: 12px; } Regarding the font not being crisp. Your theme is applying a shadow. Please disable that shadow. Wild guess, .ancr p{ text-shadow: none; } my original site is using another plugin, there, with default settings, the font is crisp. I have given the site above. This is the one I am trying to replicate

Comments

9 shown
vaakash 2024-07-24T13:50:00+00:00

Hi @vilayati , Sure I can help. Could you please share the page URL where the announcement is active?

vilayati 2024-07-24T23:16:00+00:00

Currently it is on localhost, trying it out.

vaakash 2024-07-25T20:03:00+00:00

Hi @vilayati , The height of the announcement will be impacted by the theme, font size, line height etc. If you can share any screenshot that would be nice. Also, there is an option in the bar settings page to decrease the “padding”. Can you please check if that helps? Thanks

vilayati 2024-07-26T11:57:00+00:00

A different plugin I used, which I am trying to replicate with yours. The site is https://www.samhitawellness.in

vilayati 2024-07-31T19:00:00+00:00

Any answers please?

vaakash 2024-07-31T19:30:00+00:00

Hi @vilayati , I was waiting for a screenshot or something similar so that I can write CSS after looking at it. Below is a blind guess. Pls change the number as per your liking and paste the CSS in your theme settings. .ancr { height: 20px !important; }

vilayati 2024-08-06T14:50:00+00:00

It did not work. I tried from 20px, then had to make it 50, else the text floated at the bottom. At 50, it comes back to square one. See this: https://imagizer.imageshack.com/img922/8705/RMiGCF.jpg Irrespective of the options, the font does not come crisp. Some shading persists. This reply was modified 1 year, 9 months ago by vilayati .

vaakash 2024-08-06T17:34:00+00:00

Regarding the height, it is difficult to suggest CSS without looking at the site live. All the modifications is added by the active theme. Below is another rough workaround. I’m not sure if it will work. Adjust numbers as required. .ancr div, .ancr p{ padding: 0px !important; margin: 0px !important; line-height: 12px; } Regarding the font not being crisp. Your theme is applying a shadow. Please disable that shadow. Wild guess, .ancr p{ text-shadow: none; }

vilayati 2024-08-06T18:44:00+00:00

my original site is using another plugin, there, with default settings, the font is crisp. I have given the site above. This is the one I am trying to replicate