sinanisler
Forum Replies Created
-
ok
if it doesnt exist we need a new filter to disable all scripts.
please give this feedback to dev.
tested didnt work
I am no sure any of your filters works
I even tested on my other hosting too this scripts not working
fire up a local xampp or something and test it.
just tested didnt work
I need to disable alll the codes loading from sitekit on this page is_page(2103) page id 2103
do you know any filter hook that disables everything that sitekit loads for a specific page?
didnt work just tried it for this page https://wpaimuse.com/campaign/
add_filter( 'googlesitekit_analytics-4_tag_blocked', 'restrict_ga_snippet');
function restrict_ga_snippet( $original ){
if ( is_page(2103)) {
return true;
}
return false;
}check the html source there are still sitekit codes <!– Google Tag Manager snippet added by Site Kit –>
I double checked everything..
need working code please.
I wonder what is your output info.php phpinfo(); and what is your mysql version?
I have couple vps too none of them have this issue. weird.
hard to debug with this only log but seems like not properly installed mysql
I installed this plugin on at least 4 different hosting and at least 2 different vps server and none of them gave this error.
install your LAMPP stack properly. if you dont know how to do it just buy a managed hosting or managed server.
- This reply was modified 2 months, 3 weeks ago by sinanisler.
will try ??
it is a busy week in the agency ??
to fix it I have to disconnect it and re-connect it
this is so annoying I have 25+ sites using site kit -_-
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] cant find gapSOLVED.
lookslike rows dont have GAP option only container wrapper has.
I am able to make this structure. good.
FEEDBACK
this namings are too confusing. except grid block. this flex containers can be named as just container block thats it. we dont need others.
- container shoudl be default flex.
- remove the wrapper naming no need. container is container most people know from elementor or other builders already.
- when we first add container layout/design option should come up like it does in the row block.
this changes will allow too many nested doms to happen and will keep html structure more light and clean.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] cant find gapeven the custom css not working weird.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
- This reply was modified 11 months, 3 weeks ago by sinanisler.
Forum: Plugins
In reply to: [Blocks Everywhere] Doesn’t work with most themes I triedconfirm new version gutenberg breaking this it needs new build.
downgraded gutenberg and tested with bbpress + gutenbreg Version 16.7.0? it worked.
yep
thank you James
upgraded the php 7.4 to php 8
I think it was related and didnt get the error again
I dont think we foudn the cause upgrading to php 8 is sovled
but the problem need to be investigated why this error happened in first place. include the 7.4 php tests on the plugin if it not been included before.
- This reply was modified 1 year, 2 months ago by sinanisler.
1 – https://pastebin.com/pKGEq8T5
2 – yes tried re-install doesnt work it is 100% sitekit issue
3 – yes this problem happening only in the dashboard wp-admin page gives 503 or 500 error when disabling the google site kit fixes the problem.
Forum: Plugins
In reply to: [Blocks Everywhere] how can i enable the image block/upload ?no problem i custom coded the theme anyway ??
thanks for the link i will dig in….