Brian Brown, Ph.D.
Forum Replies Created
-
Forum: Plugins
In reply to: [Cleanup Action Scheduler] What does the first setting mean?I think that it is mislabeled. Instead of “Duration” it should be called “Interval.”
Ciao Giulio!
The new update is WONDERFUL! But you still have misspelled the word “HIGHT” it should be “HIGH.”
Also, I see no webp conversion happening. You might want to look at the Plus Webp plugin (https://www.ads-software.com/plugins/plus-webp/). I have been using a modified version of this plugin (with the priority set to -1).
Thanks!
Forum: Themes and Templates
In reply to: [Savona] Space above H1, H2, H3You could also create what is called a “child theme” and modify the static style.css there.
Forum: Themes and Templates
In reply to: [Savona] Space above H1, H2, H3You can use your browser’s DOM inspector to inspect and real-time (temporarily) modify the css element(s).
That said, I would use:
.post-title
i.e.,
.post-title {
margin-top:40px:
}
or you could use padding-top or maybe even be tag-specific like:
.post-title h1 h2 {…
This would go in the theme’s “additionsl css” in the appearance->theme settings->additionsl css (or equivalent), although I never use nor do I recommend adding css dynamically like this, but inexperienced theme coders often do this.
See a screengrab of your own website here: https://imgur.com/a/e5yWQY7
To use the DOM inspector on most browsers enter F12 or right click on the web page in question at the position to inspect and select “Inspect Element.”
- This reply was modified 1 year, 5 months ago by Brian Brown, Ph.D..
- This reply was modified 1 year, 5 months ago by Brian Brown, Ph.D..
- This reply was modified 1 year, 5 months ago by Brian Brown, Ph.D..
Hi Zakch!
Do you know how to use the DOM inspector in your browser? If so, please inspect one of the buttons and report back to us the element properties (stylesheet css & inline css).
Thanks!
-Brian
- This reply was modified 1 year, 7 months ago by Brian Brown, Ph.D..
- This reply was modified 1 year, 7 months ago by Brian Brown, Ph.D..
Forum: Plugins
In reply to: [Generate Images - Magic Post Thumbnail] Semantic errorNot a problem. Thanks!
-B
Fixed, Thanks!
Php 7.4.33 and WP 6.1 and 6.2 beta; but this does not appear to be a versioning error. @b_dark has it enumerated for you.
- This reply was modified 1 year, 9 months ago by Brian Brown, Ph.D.. Reason: typo
Forum: Plugins
In reply to: [Generate Images - Magic Post Thumbnail] “Hook” not workingCan you enable logging and report back as to what the logs say?
Works now!
Thanks!
-Bkk
Forum: Plugins
In reply to: [Generate Images - Magic Post Thumbnail] Image GenerationHave you tried adjusting the ‘Interval -> Hours/Minutes/Days’ and/or ‘Stories date -> Hours/Days’ on the Cron tab?
You also might wish to increase the value of the ‘Interval’ in the main settings.Forum: Plugins
In reply to: [Generate Images - Magic Post Thumbnail] webpOops. My bad. Wrong file. It should be: google_image.php
Starting at line 192:$filetype = array( esc_html__( '-- Default --', 'mpt' ) => '', esc_html__( 'jpg', 'mpt' ) => 'jpg', esc_html__( 'png', 'mpt' ) => 'png', esc_html__( 'gif', 'mpt' ) => 'gif', esc_html__( 'bmp', 'mpt' ) => 'bmp', esc_html__( 'webp', 'mpt' ) => 'webp' );
Forum: Plugins
In reply to: [Generate Images - Magic Post Thumbnail] Magic Post Thumbnail does not workJust an observation:
I am wondering aloud why a host would block Big G? Very odd!
A vendetta, perhaps?
-B