Creative Slice
Forum Replies Created
-
I’m seeing the same console errors as others on the dashboard but I definitely cannot connect to the debug tab at all on local.. Server just spins and spins until I have to restart it and remove the Simple History plugin to make it work again.
/wp-admin/options-general.php?page=simple_history_settings_menu_slug&selected-tab=debug
Forum: Plugins
In reply to: [Advanced Query Loop] Check if the value existI’m running into the same issue where AQL overrides all the query blocks after it on a page. Is there any way to keep the AQL query settings so they don’t bleed over to other blocks?
We’re running into the same issue and have opened support tickets under our RankMath PRO account.
Still waiting on a resolution…We’re running into this same issue. Rank Math 1.0.205 and Rank Math Pro 3.0.48 are currently NOT COMPATIBLE with PHP 8.1+
??Forum: Plugins
In reply to: [Public Post Preview] Links expired after WP and Plugin updatesAny updates on this so we can have links expire later than two days?
Thank you Jahir, this fixed the issue and we’re now able to load the gutenberg block editor even with WPVR activated!
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Error: Uncaught TypeError: jQueryWe’ve tried this running PHP 7.4 and PHP 8.0
After updating to 5.8.0.4 WPEngine still blocks deployment if we include the SEOPress plugin due to this PHP error:
PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php on line 46 Errors parsing ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php
- This reply was modified 2 years, 4 months ago by Creative Slice.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Error: Uncaught TypeError: jQueryWe’re running into this similar error which blocks deployment to WPEngine (our webs host):
PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php on line 46 Errors parsing ./wp-content/plugins/wp-seopress/vendor/google/auth/src/Cache/TypedItem.php
I can confirm the issue is still there in the admin area after updating to 8.0.1.
Warning: The magic method Singleton::__sleep() must have public visibility in .../app/public/wp-content/plugins/wpvr/admin/views/class-wpvr-singleton.php on line 75
- This reply was modified 2 years, 4 months ago by Creative Slice.
Forum: Plugins
In reply to: [Worth The Read] reduxNewsflash 404 Not FoundWe’re now seeing additional errors after using the above update.
reduxNewsflash->get_notice_json() wp-content/plugins/worth-the-read/options/core/newsflash.php:57 reduxNewsflash->__construct() wp-content/plugins/worth-the-read/options/core/newsflash.php:42 ReduxFramework->__construct() wp-content/plugins/worth-the-read/options/framework.php:437 Redux::loadRedux() wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:122 Redux::createRedux() wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:134 do_action('after_setup_theme') wp-includes/plugin.php:470
Forum: Plugins
In reply to: [Classic Editor] Save popup seen even in page with no changes madeWe’ve also started having this issue after updating to WP 5.6.1
Forum: Plugins
In reply to: [Regenerate Thumbnails] Certain pictures just not resizingThis turned out ot be an issue with WPEngine and how they have the GD library setup incorrectly. To get around this we installed this plugin:
ImageMagick Engine
WPEngine is working on a fix for this but they were not able to give a timeline or even say it would be done this year.
Forum: Plugins
In reply to: [Regenerate Thumbnails] Certain pictures just not resizingI’m having this same issue where it’s resizing most of them well, but two of them just won’t work for some reason. I’m not seeing any server errors… is there another adjustment I can make?
Forum: Plugins
In reply to: [Native Lazyload] How to use for theme images?Thanks Felix. What about when using images from custom fields like this ACF:
$image = get_field('image'); <img src="<?php echo $image['sizes']['large']">
Is there a way to have the lazyloading plugin work with those images too?
Thanks!
Forum: Plugins
In reply to: [Redirection] Icon not loadingThanks John, I’m still seeing the error when I install this on new sites though. Here’s a better screenshot of the confirmation page after setting up Redirection:
It’s coming from this code:
<button class="button button-primary">Finished! <img draggable="false" class="emoji" alt="??" src="https://twemoji.maxcdn.com/2/1f389.svg"></button>
This appears to be referencing some type of emoji library.
- This reply was modified 5 years, 2 months ago by Creative Slice.