snippet24
@snippet24 on WordPress.org, @Snippet on Slack
- Member Since: October 5th, 2017
- Website: tomastestart.com
-
Posted a reply to Redirection in htaccess shouldn’t remove avif if using free version, on the site WordPress.org Forums:
Okey thank to you!! Marking as solved. -
Posted a reply to Redirection in htaccess shouldn’t remove avif if using free version, on the site WordPress.org Forums:
And it doesn't affect performance right? And can't be a more complex conditional used to… -
Created a topic, Plese be more specific in the FAQ about the data sent to you, on the site WordPress.org Forums:
store some information such as the software installed … -
Created a topic, Can be used alognside Sucuri, on the site WordPress.org Forums:
So my question is whether is compatible or not with Su… -
Created a topic, Redirection in htaccess shouldn’t remove avif if using free version, on the site WordPress.org Forums:
I was looking something else and realized this code, f… -
Posted a reply to Possible bug: Woocommerce taking minutes to load the editor page of orders, on the site WordPress.org Forums:
Thank you so much!! it would be best to reach out to the plugin’s developers… -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Thank you so much!!! We are working on it and fixing the issue. Once it… -
Posted a reply to How to properly strip categories permalinks?, on the site WordPress.org Forums:
Thank you both!!! but you need something static that a rewrite rule can match against.… -
Posted a reply to How to properly strip categories permalinks?, on the site WordPress.org Forums:
Thanks, but no WooCommerse on this website.. but seems there's a "category base" nevertheless. Tried… -
Created a topic, How to properly strip categories permalinks?, on the site WordPress.org Forums:
Say I have this:miweb.com/category/parentcategory/chil… -
Posted a reply to How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
Thank you so much and sorry for the delay, will try and report back ;-) -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Let me know if you need anything else. -
Posted a reply to Possible bug: Woocommerce taking minutes to load the editor page of orders, on the site WordPress.org Forums:
I apologize for the late response. Ok here they are https://drive.google.com/file/d/1VzeQKqS99sgpS33XO6-avPXSKFFQLoi9/view?usp=sharing Do note the red… -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Ok finally I got it done, apologize for the delay. This is the test version… -
Posted a reply to How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
like this? $post_count = $_REQUEST["nameofajaxparameter"]; -
Posted a reply to How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
If it’s always going to be 5, it doesn’t make sense to pass it to… -
Created a topic, How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
Context: I'm making an ajax call with fetch api and va… -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Hi right now is not, give me two days to create another Wordpress installation in… -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Hi sorry for the delay, I'm searching for a good cheap hosting dedicated to testing,… -
Posted a reply to Problem with pagination after array merge in the loop, on the site WordPress.org Forums:
Well since the original problem is solved I think is wisest to just close this… -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Sure, enabled -
Posted a reply to Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Im going to disable the plugin let me know if you want to test it -
Created a topic, Possible bug: Woocommerce taking minutes to load the editor page of orders, on the site WordPress.org Forums:
So this issue happen when attempting to load the edito… -
Created a topic, Quircks and still seeing Pagespeed warnings of CCSS & remove unused CSS, on the site WordPress.org Forums:
Please take a look here Screenshot for the quircks… -
Posted a reply to Problem with pagination after array merge in the loop, on the site WordPress.org Forums:
I honestly not sure why it happened what happened: I get a correct amount of… -
Created a topic, Problem with pagination after array merge, on the site WordPress.org Forums:
I'm merging two array id's, so that starred ones appea… -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
Thanks @miketopher for all the help!! :-) -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
Ok figured out, here was the issue : (notice should be get_the_ID) : $loop_destacados[] =… -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
Okey this is how is done to custom fields: <?php the_field('field_name', $mypostid) ;?> But why… -
Created a topic, Examples per directives?, on the site WordPress.org Forums:
That would be a very welcome addition, other than that… -
Posted a reply to How unused & Critical CSS are generated more or less?, on the site WordPress.org Forums:
That is just amazing!! :thumbs: I will be trying this and probably reporting any problems… -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Well good news at least is the minify workaround with minor effects. Maybe I can… -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Removed it, problem persists, trying removing the intersection observer altogether.. -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Sure on it ;-) -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
1. it’s specific to one page Well I' say one template, lots pages (there are… -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Yes! -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
and if that makes the problem go away it didn't :/ i will leave it… -
Posted a reply to Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
Only as far as I could tell the schema ld+json in header with if (is_single())… -
Created a topic, Possible bug: 500 error JSMin_UnterminatedStringException, on the site WordPress.org Forums:
This happens only on all single page of "events", disa… -
Created a topic, How unused & Critical CSS are gneerated more or less?, on the site WordPress.org Forums:
Hi, most plugin uses a third party processing for this… -
Posted a reply to Can sharing of data be disabled?, on the site WordPress.org Forums:
Hi, thank you. We are clear now. -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
Tried <h2><?php echo get_the_title($loop); ?></h2> and for some reason it displays nothing, but if I… -
Posted a reply to Can sharing of data be disabled?, on the site WordPress.org Forums:
Ok, I'm not clear if you mean the first or second option. -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
if($modo_vista_proyecto == "cuadricula") { ?> <h2><?php echo get_the_title(get_the_ID()); ?></h2> <?php echo the_content(); } if ($modo_vista_proyecto… -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
And no, because is an array :/ -
Posted a reply to How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
Ok I'm setting my own function inside the variables, should work -
Created a topic, How to add conditional inside variable of type array in the WordPress Loop?, on the site WordPress.org Forums:
I need to replace get_the_title(); by a conditional … -
Posted a reply to Can sharing of data be disabled?, on the site WordPress.org Forums:
As a reminder, Jetpack syncs all the data required by all of its features, whether… -
Posted a reply to Can sharing of data be disabled?, on the site WordPress.org Forums:
btw I apologize since I wrongly assumed that data shared was the referenced here https://jetpack.com/support/what-data-does-jetpack-sync/… -
Posted a reply to Can sharing of data be disabled?, on the site WordPress.org Forums:
May I ask a question related to this? I realized there was a "More information…