ArteMa
@madeinua on WordPress.org
- Member Since: February 5th, 2013
- Job Title: Senior Software Web Developer
-
Mentioned in [52716] on Core SVN:
Query: Check if the theme supports `block-templates` before calling `locate_block_template()` in `get_query_template()`.2 weeks ago
-
Mentioned in [52697] on Core SVN:
Query: Check if the theme supports `block-templates` before calling `locate_block_template()` in `get_query_template()`.3 weeks ago
-
Created ticket #55074 on Core Trac:
Deactivating WP_Widget_Recent_Comments kills the whole Widgets area3 weeks ago
-
Posted a reply to This will appear, on the site WordPress.org Forums:
Hi, you have to update to the latest version 2.0.17.3 weeks ago
-
Created ticket #54917 on Core Trac:
Block template - missed check for support1 month ago
-
Posted a reply to Limit the plugin only to Categories, on the site WordPress.org Forums:
Hi, you can define this with the filter "colorful_categories_taxonomies".1 month ago
-
Posted a reply to This will appear, on the site WordPress.org Forums:
Hi, you can use the filter "colorful_categories_term_text" to change the output.1 month ago
-
Posted a reply to Empty term performance, on the site WordPress.org Forums:
Thanks3 months ago
-
Posted a reply to Empty term performance, on the site WordPress.org Forums:
Okay, but can this be somehow disabled? I.e. just don't start the query and return…3 months ago
-
Created a topic, Empty term performance, on the site WordPress.org Forums:
Hi, I have a huge performance issue when entering an …3 months ago
-
Created a topic, Install issue, on the site WordPress.org Forums:
Hi, The function relevanssi_create_database_tables() …5 months ago
-
Created a topic, Post Locking not working, on the site WordPress.org Forums:
Hi, I found an issue with Post Locking feature when t…7 months ago
-
Created a topic, Comments in the footer, on the site WordPress.org Forums:
Hi there, I see the plugins add data about the perfor…1 year ago
-
Posted a reply to Plugin + Active Filters widget, on the site WordPress.org Forums:
Hello, I think yes, this is possible. But requires code changes to the theme (functions.php).1 year ago
-
Created ticket #50507 on Core Trac:
The modal window is blank depending on the URL2 years ago
-
Created a topic, Private post types, on the site WordPress.org Forums:
Hello, is it any reason to manage only the public pos…2 years ago
-
Posted a reply to Changing hover colors, on the site WordPress.org Forums:
Hi kilmandjaro, have you tried this? .colorful-categories a:hover { background-color:#00a3ac !improtant; color:#000000; }2 years ago
-
Posted a reply to Changing hover colors, on the site WordPress.org Forums:
Hello, if you want to change all list items to the same background, then yes,…2 years ago
-
Posted a reply to PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
Up. Hi, finally I would say this is the error because even this code leads…2 years ago
-
Posted a reply to Error 504 Gateway Time-out when the server processes a packet, on the site WordPress.org Forums:
Hello, you have to check your server error logs because it can be a thousand…2 years ago
-
Posted a reply to hierarchy and admin bar, on the site WordPress.org Forums:
Hi alx359, thanks for the report! >> Noticed that when unzipping back, page hierarchy is…2 years ago
-
Posted a reply to copy of posts, on the site WordPress.org Forums:
Hello, it's hard to say what exactly happened in your case. It would be nice…2 years ago
-
Posted a reply to copy of posts, on the site WordPress.org Forums:
Text is inside the info.dat file. It's serialized. Together with all the other data (meta,…2 years ago
-
Posted a reply to copy of posts, on the site WordPress.org Forums:
When you archive (zip) an article - plugin archives all content including the texts (content)…2 years ago
-
Posted a reply to PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
Just an example that will cause the problem: add_action( 'init', function () { wp_insert_post(..); },…2 years ago
-
Posted a reply to PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
I have another plugin that tries to insert a post before your plugin initializes relevanssi_init()…2 years ago
-
Posted a reply to PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
Okay, thanks. This is not the missed file but the problem with the other plugin.…2 years ago
-
Created a topic, PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
Hi there, I have an error during the website indexing…2 years ago
-
Created ticket #47465 on Core Trac:
current_action function - return types3 years ago
-
Posted a reply to Notice message, on the site WordPress.org Forums:
Yes, sure. This line if ( ! empty( $options['logincust_logo_width'] ) || ! empty( $options['logincust_logo_height'] )…3 years ago
-
Created a topic, Notice message, on the site WordPress.org Forums:
Hi there, plugin generates notice message: PHP Notic…3 years ago
-
Posted a reply to Highlight type setting bug, on the site WordPress.org Forums:
Same here: if ( 'style' === $highlight ) { should be if ( 'css' ===…3 years ago
-
Posted a reply to Highlight type setting bug, on the site WordPress.org Forums:
Hello, Relevanssi 4.1.1.2. Wrong: $highlight_style = relevanssi_select( $highlight, 'style' ); Should be: $highlight_style = relevanssi_select(…3 years ago
-
Created a topic, Highlight type setting bug, on the site WordPress.org Forums:
Hi there, found bug in Excerpts and highlights > H…3 years ago
-
Created a topic, Gutenberg support, on the site WordPress.org Forums:
Hi there, this plugin doesn’t work with the upco…4 years ago
-
Posted a reply to W3TC Breaking Audio Playlist & Store Images, on the site WordPress.org Forums:
I can confirm this bug. W3TC Minify kills CDATA of the shortcode[playlist]. W3TC 0.9.7 Thanks.4 years ago
-
Committed [1833819] to Plugins SVN:
Colorful Categories 2.0.64 years ago
-
Committed [1813275] to Plugins SVN:
Colorful-Categories 2.0.54 years ago
-
Posted a reply to HTML Tags in Post excerpt, on the site WordPress.org Forums:
In this case I would recommend to add this line $content = strip_tags($content, get_option('relevanssi_excerpt_allowable_tags', ''));…4 years ago
-
Posted a reply to HTML Tags in Post excerpt, on the site WordPress.org Forums:
Not really. Relevanssi convert excerpt to HTML entities. So, as a result you will have…4 years ago
-
Created a topic, HTML Tags in Post excerpt, on the site WordPress.org Forums:
Hi there I found one issue: HTML tags added to the po…4 years ago
-
Committed [1774052] to Plugins SVN:
Colorful Categories 2.0.44 years ago
-
Committed [1761716] to Plugins SVN:
Added Wordpress 4.9 support4 years ago
-
Posted a reply to WordPress 4.8, on the site WordPress.org Forums:
Hah, it seems that the other plugin affect this area.. Okay, now it works ;)5 years ago
-
Posted a reply to WordPress 4.8, on the site WordPress.org Forums:
Hello webbistro, exactly, this was the first what I did.. Okay, it works on the…5 years ago
-
Posted a reply to WordPress 4.8, on the site WordPress.org Forums:
Okay, I have updated to the newest plugin version (2.4.5) but the bug is still…5 years ago
-
Created a topic, WordPress 4.8, on the site WordPress.org Forums:
Hi there, plugin doesn't work with the upcoming Wordp…5 years ago
-
Committed [1668779] to Plugins SVN:
Colorful Categories 2.0.35 years ago
-
Posted a reply to Looks GREAT, but threw a Parse error, on the site WordPress.org Forums:
Okay, I found the problem: not supported syntax in php 5.3-. Fixed.5 years ago
-
Committed [1641167] to Plugins SVN:
Colorful Categories 2.0.25 years ago