i0n1ca
Forum Replies Created
-
I have removed the access from google account and tried to re-authorize the plugin but it opens your page and remains blank.
Hi Alin,
I am not trying anything just having my dashboard open like always during the day. And after some article published I’m refreshing the page. I will clear the error again (but when I do this nothing happens the error remains there). Probably the re-authorize the plugin again will do the magic.
Thanks,
ionica
Perfect Alin. 6.0.3.2 fixes the issue and now the live numbers are displayed corectly.
Many thanks.
@jezkerw I have the same issue like yours with fewer counts than actual one’s in GA4.
wp: https://imgur.com/a/rC0xfWu
analytics: https://imgur.com/a/w3wYey3
Version 6.0.2 was working fine, 6.0.3 showing 0 views and 6.0.3.1 showing fewer views.
Forum: Plugins
In reply to: [LightPress Lightbox] webp support codeHi @edanzer,
Thanks for your fast reply, I can confirm that is working now. Till now, I love this plugin because it’s simple and it does what it says, creates a nice image preview.
Sure, if something goes through my mind I will come back with feedback.
Congrats,
Ioan
Forum: Plugins
In reply to: [XML Sitemap & Google News] No such fileSorry for your time checking this. Yes, I will close it now. Thank you.
Forum: Plugins
In reply to: [XML Sitemap & Google News] No such fileHello Rolf,
I have already deleted from wordpress and installed again with all my settings. Yes, the error is from 13th of may when I had the version 5.3.3 installed. Till now it seems that everything is ok and no errors are showned.
Many thanks for your help,
ionica
Forum: Plugins
In reply to: [XML Sitemap & Google News] No such fileHere is the stack trace from error log file:
Stack trace: #0 .../public_html/wp-content/plugins/xml-sitemap-feed/controllers/functions.shared.php(186): load_template() #1 .../public_html/wp-includes/class-wp-hook.php(308): xmlsf_load_template() #2 .../public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #3 .../public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #4 .../public_html/wp-includes/functions.php(1624): do_action() #5 .../public_html/wp-includes/template-loader.php(48): do_feed() #6 .../public_html/wp-blog-header.php(19): require_once('/home/pu...') #7 .../public_html/index.php(17): require('/home/pu...') #8 {main} thrown in .../public_html/wp-includes/template.php on line 783
Forum: Plugins
In reply to: [XML Sitemap & Google News] No such file[13-May-2023 21:26:05 UTC] PHP Warning: require_once(.../public_html/wp-content/plugins/xml-sitemap-feed/views/feed-sitemap-index.php): Failed to open stream: No such file or directory in .../public_html/wp-includes/template.php on line 783 [13-May-2023 21:26:05 UTC] PHP Fatal error: Uncaught Error: Failed opening required '.../public_html/wp-content/plugins/xml-sitemap-feed/views/feed-sitemap-index.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in .../public_html/wp-includes/template.php:783
Hi @zztalano1zz
I have changed the box, buttons, shapes to fit my website, but it is really simple CSS tricks that can be made through Chrome Dev Tools.
This is the /public/css/perfecty-push-public.css file. I have created a backup file with my code bellow and everytime the plugin will be updated I have to manually add this code again.
text/x-generic css_backup ( ASCII text ) /* Dialog control */ .perfecty-push-dialog-container { position: fixed; top: 0; left: 5px; right: 0; display: none; z-index: 100000; } .perfecty-push-dialog-box { display: inline-flex; align-items: center; flex-wrap: nowrap; width: 24em; background: white; padding: 2px; border-radius: 10px; box-shadow: 0px 7px 30px 0px grey; margin: 3px; text-align: center; } @media only screen and (max-width: 370px) { .perfecty-push-dialog-box { width: 97%; flex-wrap: nowrap; } } @media only screen and (min-width: 370px) and (max-width: 430px) { .perfecty-push-dialog-box { width: 97%; flex-wrap: nowrap; } } .perfecty-push-dialog-box .perfecty-push-dialog-icon { width: 55px; margin: 15px; } .perfecty-push-dialog-container .perfecty-push-dialog-form .perfecty-push-dialog-title { margin-left: 18px; } .perfecty-push-dialog-container .perfecty-push-dialog-form button{ margin: 5px 10px; font-size: 1em; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 10px; color: #fff; cursor: pointer; font-weight: 600; letter-spacing: 0.0222em; line-height: 1.25; opacity: 1; padding: 0.2em 0.1em; text-align: center; text-decoration: none; transition: opacity 0.15s linear; } .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel { background-color: #ffffff; color: #ff3300; width: 50%; } .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe { background-color: #3858f6; color: #ffffff; width: 50%; } /* Settings control */ .perfecty-push-settings-container { z-index: 100000; display: none; } .perfecty-push-settings-container #perfecty-push-settings-form { display: none; border: 1px solid rgb(221, 221, 221); background-color: white; padding: 20px; border-radius: 10px; margin-bottom: 20px; } .perfecty-push-settings-container #perfecty-push-settings-form label{ display: inline; } .perfecty-push-settings-container { position: fixed; bottom: 10px; left: 10px; } .perfecty-push-settings-container #perfecty-push-settings-open { height: 56px; width: 56px; background-color: transparent; border: 0px; margin: 0px; padding: 0px; outline: 0px; box-sizing: border-box; box-shadow: none; } .perfecty-push-settings-container #perfecty-push-settings-open svg { color: #ffffff; padding: 16px; width: 56px; height: 56px; border-radius: 50%; background-color: #f77924; transition: padding .1s ease-in-out; cursor: pointer; fill: #fff; outline: none; box-sizing: border-box; } .perfecty-push-settings-container #perfecty-push-settings-open svg:hover, .perfecty-push-settings-container #perfecty-push-settings-open svg:focus { padding: 12px; }
Here are some pictures https://www.isay.ro/vrei-sa-primesti-notificari-push-pentru-isay-ro-atunci-cand-scriu-articole-noi/
I have managed to change the css and make the plugin work with new Apple Push API. Thanks.
My site https://www.isay.ro was saved to HomeScreen but is not working on my iPhone or iPad. Both have iOS 16.4. I think that is because of the manifest json file that probably does not exist. I will try to look on your mentioned links to see how can I create one.
Forum: Plugins
In reply to: [Classic Widgets] PHP 8.1 compatibility ?Hello,
I have installed PHP8.1 but this plugin doesn’t show any of the classic blocks. I cannot edit anything in the menu. Here is a picture.
I am looking forward for a fix.
Thanks,
ionic?Am instalat update-ul, totul este ok acum, s-a rezolvat.
Mul?umesc frumos pentru ajutor Alin! Folosesc cu pl?cere pluginul t?u de mult timp de pe vremea cand ?l aveai pe cel?lalt ??
Salut Alin,
Da, ?nc? mai apare eroarea. Uite aici o poz?.