WPIntell

Source evidence

mobile responsive

Visual Link Preview · support · 2023-08-16T10:02:00+00:00

mixedsentiment
mediumseverity
0.78relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

1 / 15 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Tae Hyeon resolved
Hello thanks for making nice plugin, this is the only one i can find I’m using default Dynamic – Basic Template and for some reason its not responsive on mobile(Galaxy/Chrome) My website is using Neve Theme View post on imgur.com Here’s the screenshot And this is the website I’m having issue with This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon . Hi there, Could you try adding the following custom CSS code? @media all and (max-width: 450px) { .vlp-layout-basic { display:block } } Hmm I added custom css but it didn’t work I have no idea what can cause this issue maybe my theme or other plugins Could you try adding an !important flag: @media all and (max-width: 450px) { .vlp-layout-basic { display: block !important; } } Make sure to clear any caching plugins as well. Actually, That worked Thanks so much you are amazing !! Came for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code! Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.

Comments

5 shown
Brecht 2023-08-16T11:32:00+00:00

Hi there, Could you try adding the following custom CSS code? @media all and (max-width: 450px) { .vlp-layout-basic { display:block } }

Tae Hyeon 2023-08-16T19:10:00+00:00

Hmm I added custom css but it didn’t work I have no idea what can cause this issue maybe my theme or other plugins

Brecht 2023-08-16T22:05:00+00:00

Could you try adding an !important flag: @media all and (max-width: 450px) { .vlp-layout-basic { display: block !important; } } Make sure to clear any caching plugins as well.

Tae Hyeon 2023-08-16T22:19:00+00:00

Actually, That worked Thanks so much you are amazing !!

ebonweaver 2023-08-18T04:49:00+00:00

Came for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code! Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.