rocketpig3
Forum Replies Created
-
Hi,
Thanks. Just following up on the second part of my question.
Thanks
Thanks for the help.
I was able to fix this by adding the CSS code you mentioned with !important. However this made the table a bit wider and added a horizontal scroll bar.
I was able to fix this by reducing the font size with:
.tablepress-id-33 tbody td { font-size: 12px; } .tablepress-id-33 thead th { font-size: 14px; }
So I’m happy with how it looks now.
Thanks!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Error: The requested resource could not be found.This fixed the issue, thanks.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Error: The requested resource could not be found.I changed the API key a few weeks ago to move to a different account. This was when the issue started. The “Clear Mailchimp API Cache” option is greyed out, I can’t click it.
No I don’t have “Eliminate render-blocking CSS?” on because I’m not sure which CSS to put in the box, it looks a bit complicated, although I am willing to do it if this would be helpful.
Your solution kind of worked. Before I had Autoptimise CSS and WPFC CSS under Eliminate render-blocking resources in PSI, now there is only WPFC CSS. So I turned off WPFC minify HTML/CSS, to try and get Autoptimise to handle it. However, if I do this, then Autoptimise CSS returns under “Eliminate render-blocking resources”. I’m not sure if there’s a way to fix this, perhaps with “Eliminate render-blocking CSS” set up the correct way?
Thanks
Hi again,
Thanks for that.
I tried the filter to remove datePublished by putting it in my child theme’s functions.php. However “datePublished”:”2020-01-02T07:00:01+00:00″ remains in the source code after clearing my site and browser cache. The site I am testing it on is the same one as in the original post.
The code looks like this: https://i.imgur.com/TEuFZVI.png
Similar question: can you use the same code but with dateModified instead of datePublished to remove dateModified?
Thanks
- This reply was modified 4 years ago by rocketpig3.
Thanks.
Is this correct? It doesn’t appear to be working.
/**
* Filter to change the schema data.
* Replace $schema_type with schema name like article, review, etc.* @param array $entity Snippet Data
* @return array*/
add_filter( “rank_math/snippet/rich_snippet_{$schema}_entity”, function( $entity ) {
unset( $schema[‘datePublished’] );
unset( $schema[‘datePublished’] );
return $entity;
});Also, is there a way to remove the date from the sitemap? I’d like it to look like this: https://www.broadbandgenie.co.uk/sitemap-comparison.xml
Maybe using a sitemap made by another plugin?
Thanks
- This reply was modified 4 years ago by rocketpig3.
- This reply was modified 4 years ago by rocketpig3.
- This reply was modified 4 years ago by rocketpig3.
- This reply was modified 4 years ago by rocketpig3.
- This reply was modified 4 years ago by rocketpig3.
Forum: Plugins
In reply to: [Autoptimize] Finding the right exclusion to make Tablepress workThat fixed it, thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Two-stage form (or two forms on one page)Thanks, I was able to get it to work.
Is it possible to display a line of text (not input) only when a specific field contains values? I want to display a caveat (“*”) but only once the field has a value, because this will display the “*” suffix. I tried using an HTML block but I wasn’t sure how to set conditions about when it displays.
Also, for a currency input field, is it possible to display the currency symbol as the user types in values? This can be set for output fields as a prefix but I’m unsure how to do it for an input.
- This reply was modified 4 years, 8 months ago by rocketpig3.
- This reply was modified 4 years, 8 months ago by rocketpig3.
Forum: Plugins
In reply to: [Calculated Fields Form] Two-stage form (or two forms on one page)Thanks, I was able to get that to work with a simple field1 – field2 equation.
How would I make that work with something like this?
(function(){ if(fieldname1 <= 31) return 26; if(fieldname1 > 31 && fieldname1 <= 45) return 30; if(fieldname1 > 45 && fieldname1 <= 60) return 31; if(fieldname1 > 60 && fieldname1 <= 75) return 34; if(fieldname1 > 75 && fieldname1 <= 100) return 38; if(fieldname1 > 100 && fieldname1 <= 200) return 39; if(fieldname1 > 200 && fieldname1 <= 300) return 42; if(fieldname1 > 300 && fieldname1 <= 500) return 51; if(fieldname1 > 500) return 58; })();
I tried this but it didn’t work:
IF(AND(fieldname1|r != '', fieldname2|r != '', fieldname3|r != ''), (function(){ if(fieldname1 <= 31) return 26; if(fieldname1 > 31 && fieldname1 <= 45) return 30; if(fieldname1 > 45 && fieldname1 <= 60) return 31; if(fieldname1 > 60 && fieldname1 <= 75) return 34; if(fieldname1 > 75 && fieldname1 <= 100) return 38; if(fieldname1 > 100 && fieldname1 <= 200) return 39; if(fieldname1 > 200 && fieldname1 <= 300) return 42; if(fieldname1 > 300 && fieldname1 <= 500) return 51; if(fieldname1 > 500) return 58; })();
Forum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updatesSo it’s not possible to remove the link to the author’s page, and prevent this link being removed during plugin updates?
The first fix doesn’t work either. The text displays inside the box, not above it as it does with the change made in the thread.
I suppose I’ll just not update the plugin.
Forum: Themes and Templates
In reply to: [GeneratePress] Updating from 1.4Thanks @leohsiang
Is there any quick way of checking if I have edited the core files? It’s been so long that I’m not sure whether I did or whether I installed the child theme early enough.
Thanks.
Forum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updatesHey team, just looking to follow up, have you had the chance to look at this yet?
Thanks.
Forum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updates@greentreelabs Thanks guys, no rush!
Forum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updates@jdembowski What do you suggest I add? Nothing has changed, I just didn’t get a response to my question in this thread. ˉ\_(ツ)_/ˉ
If someone from the plugin team could help out that would be much appreciated.