ygirod
Forum Replies Created
-
Hi,
I think I understand what’s going on.
When you add a bulleted list or an ordered list somewhere in the page, this inserts an “inline” CSS style which acts on all the “ol” and “li” elements of the page which have a background color. For example, the navigation menu.
<style id='wp-block-list-inline-css'> ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em} </style>
Otherwise, this “inline” CSS style does not appear in the source code of the page, nor in an external CSS file.
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Updated Version?@spontis +1 !
Forum: Plugins
In reply to: [WPDBSpringClean] updateI agree !
On my side it is the “WP Ultimate Search” plugin that was the problem.
https://fr.www.ads-software.com/plugins/wp-ultimate-search/Forum: Plugins
In reply to: [MimeTypes Link Icons] Size file disappear when rel=”noopener noreferrer”Any “official” idea or plugin release for this problem ? ??
Forum: Plugins
In reply to: [Carbon Offset] Fatal errorIt’s OK with released v1.0.4 ! My PHP v. is 7.3.
Thx & regards
Forum: Plugins
In reply to: [MimeTypes Link Icons] Size file disappear when rel=”noopener noreferrer”Because WP core automatically adds noreferrer, noopener in rel attribute on open links, it clears also the attribute mtli_filesize value. Note: My open links are PDF internal files.
Meanwhile, awaiting an update of the plugin, I have modified the file mime_type_link_images.php this way.
On line ~1246 I relplaced
$replace = str_replace( $match[3], $match[3] . ' rel="mtli_filesize' . str_replace( array( '.', ' ' ), '', $filesize ) . '"', $replace );
with
$replace = str_replace( $match[3], $match[3] . ' relmtli="mtli_filesize' . str_replace( array( '.', ' ' ), '', $filesize ) . '"', $replace );
On line ~1254 I replaced
$this->filesize_styles[] = 'a[rel~="mtli_filesize' . str_replace( array( '.', ' ' ), '', $filesize ) . '"]:after {content:" ' . $css_filesize_string . '"}';
with
$this->filesize_styles[] = 'a[relmtli~="mtli_filesize' . str_replace( array( '.', ' ' ), '', $filesize ) . '"]:after {content:" ' . $css_filesize_string . '"}';
It seems to work temporarily.
Forum: Themes and Templates
In reply to: [Chaplin] Warning → template-tags.php on line 386My temporary solution is to add
if ( $post_meta && ! in_array( 'empty', $post_meta ) ) :
and
endif;
around
// Reassign the reordered post meta with custom post meta items appended, and update the indexes $post_meta = array_values( array_merge( $post_meta_reordered, $post_meta_custom ) );
- This reply was modified 4 years, 10 months ago by ygirod.
Forum: Themes and Templates
In reply to: [Chaplin] Last modified date in post meta+1
Forum: Plugins
In reply to: [Event post] Date() error in postAlso interested.
Forum: Plugins
In reply to: [Edit Post Link] Plugin: Edit Post Link ErrorIdem
Forum: Plugins
In reply to: [ICS Calendar] Sorting Feeds by colorHi,
THanks for the “trick” !
It’s OK for the colors but I can’t not understand how to change the word “key”…
Anyway, I’ll wait for the “official” new feature.
Best regards.
Forum: Plugins
In reply to: [Premium Addons for Elementor] Google Maps problemFor your demo too ?
On my side, everything seems to be OK with Google API key…
- This reply was modified 5 years, 8 months ago by ygirod.
Forum: Plugins
In reply to: [Premium Addons for Elementor] Google Maps problemForum: Themes and Templates
In reply to: [Astra] Dropdown menu on iPad not usable?Interested… ??