NAROLLES
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Error XHR on EdgeHello and thank you for this quick and clear response.
I check with my hostForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Regeneration CSSGood morning
Difficult to reproduce
but when this happens….especially when there are a lot of css modifications…..restarting memcached on the server and the wp elementor flush_css command…all this solves the problem
For all purposes
THANKSForum: Plugins
In reply to: [WP Popular Posts] New shortcode and new function.php for elementorThank you Hector for the expertise and responsiveness
finally I did not understand the notice New Shortcode: [wpp_views_count] during the last update, there was nothing to change overall
THANKSForum: Plugins
In reply to: [Gutenberg] Bloc file PDF on mobile device@thelmachido thanks for your attention
Forum: Plugins
In reply to: [Gutenberg] Bloc file PDF on mobile deviceHI @thelmachido Yes you can upload the pdf directly on the post
https://www.jardinerie-animalerie-fleuriste.fr/actualites/la-biodiversite-est-a-lhonneur-chez-botanic-decouvrez-le-carnet-dinspiration/802373/
thanksForum: Plugins
In reply to: [Gutenberg] Bloc file PDF on mobile deviceGood morning @thelmachido
I specify that when I put the dimensions of the mobile in the F12 of google chrome on desktop – I have the same result as on my mobile
I followed your instructions
I deactivated all the plugins …. no change
neither on mobile nor on google chrome desktop F12 for S20FE or Iphone Pro (your size)I changed the Hello theme from elementor to theme 2023
No change on google chrome desktop F12 for the 2 types of mobile
On my mobile I have the display of an “iframe” to open….The same tests on Edge give the same result
https://drive.google.com/file/d/1bMs3TVI98q8oud8euXFLTm4tMWvVq25u/view?usp=share_link
Forum: Plugins
In reply to: [Gutenberg] Bloc file PDF on mobile deviceHi @thelmachido
Large your phone screen S20FE is ?
- Largeur (en mm)74,5
- Longueur (en mm)159,8
My site is using the Hello theme and I have Gutenberg active – Classic active, Elementor active,
Yes i confirm the option Show inline embed is enabled
My Site breaking points are
tablet (portrait): 1024px
Mobile (portrait): 627px
74.5mm=282pxThanks
Forum: Plugins
In reply to: [Gutenberg] Bloc file PDF on mobile deviceHi @thelmachido
Thank you for the quick reply
Here is what I see on a samsung S20 mobile (which is not too old)
it would take at least one thumbnail – the ideal the preview like the computer (or at your choice)
https://drive.google.com/file/d/1U1kbdRxZy1AZKV4kGDBAqlKBdosmTYuT/view?usp=share_linkHi @thelmachido
I add
I see this message on gutenberg
Note: Most phone and tablet browsers do not display embedded PDFs.
however is there a solution – I use chrome on my mobile – and with an old plugin that no longer exists now it worked fine with the same browser- This reply was modified 3 years, 2 months ago by NAROLLES.
Forum: Plugins
In reply to: [Login Lockdown & Protection] Error Php after update version V2.0Good morning
thank-you for your prompt response
I followed your instructions – I leave some time to see if the error comes back+1 idem
Forum: Plugins
In reply to: [WP Popular Posts] Json 403Hi Hector
For the function….
I adapted this existing function instinctively it works just how to put a space between the number and the "views" label if I was more manic I would put an option to put the label in the singular when there is only one view....but hey, we can do without it..... can you confirm me the writing of the last line Thank you`
function wpp_viewcounter ($option)
{
if (function_exists(‘wpp_get_views’) )
{
$nbView = wpp_get_views(get_the_ID());
$iNbView = intval(preg_replace(“/[^0-9]/”,””,$nbView));
echo colorCounterView($iNbView);
}
}
add_shortcode(‘wpp_counter_view’, ‘wpp_viewcounter’);
function colorCounterView($number)
{
$counterColorBegin=””;
$counterColorEnd=””;
$num= intval(preg_replace(“/[^0-9]/”,””,$number));
if ($num >100)
{
$counterImportant = “”;
if ($num >100) {$counterImportant = ‘-normal’;}
if ($num >300) {$counterImportant = ‘-good’;}
if ($num >500) {$counterImportant = ‘-verygood’;}
if ($num >1000) {$counterImportant = ‘-important’;}
if ($num >2000) {$counterImportant = ‘-veryimportant’;}
$counterColorBegin='<span class=”eye-counter-color’.$counterImportant.'”>’;
$counterColorEnd='</span>’;
}
else {
if (strlen($number)> 4) {
$counterImportant = ‘-veryimportant’;
$counterColorBegin='<span class=”eye-counter-color’.$counterImportant.'”>’;
$counterColorEnd='</span>’;
}
}
return $counterColorBegin . $number . $counterColorEnd . $iNbView . ‘vues’;}
Forum: Plugins
In reply to: [Public Post Preview] plugin not working on php 8.0Hello
Is your plugin at the level for PHP 8.1
it’s o with PHP 8.0
thanksForum: Plugins
In reply to: [OWM Weather] FIX DISPLAY NAVIGATORHello
Everything is OK
css and geolocation …. need to reset permissions in browsers
Thanks a lotForum: Plugins
In reply to: [OWM Weather] FIX DISPLAY NAVIGATORHello
Thank you but since its appearance and the last update, I no longer have geolocation. Have you also seen my message from a week ago Thank youForum: Plugins
In reply to: [OWM Weather] FIX DISPLAY NAVIGATORHi
after the last updateDevTools failed to load source map: Could not load content for https://www.jardinerie-animalerie-fleuriste.fr/wp-content/plugins/owm-weather/js/bootstrap.bundle.min.js.map: HTTP error: status code 410, net::ERR_HTTP_RESPONSE_CODE_FAILURE