Rafał
@ayek on WordPress.org
- Member Since: September 24th, 2007
- Location: Szczecin, PL
- Website: anamaja.pl
- Job Title: Freelancer
- Employer: Anamaja
Bio
Interests
WordPress Origin Story
-
Created a topic, How to Disable WP Lazy Loading by a Class Name, on the site WordPress.org Forums:
Hi there! All adds in my website are images. I'd like… -
Created a topic, Lack of plural forms in translations, on the site WordPress.org Forums:
Dear Estatik Support Team, There are lines like below… -
Posted a reply to How to customize PDF file name, on the site WordPress.org Forums:
Thank you are trying to help me. It isn't clear for me, because I'm not… -
Created a topic, How to customize PDF file name, on the site WordPress.org Forums:
\estatik\classes\class-property-pdf.php line:90 $this-… -
Posted a reply to How to customize PDF template, on the site WordPress.org Forums:
@novaleks I know I have to overwrite the template, but HOW to construct a function???… -
Posted a reply to How to customize PDF template, on the site WordPress.org Forums:
Hi! Sorry, it's too difficult for me. Am i allowed to add another parameter here… -
Posted a reply to How to customize PDF template, on the site WordPress.org Forums:
How to change background color of QR code image? (the default is #C4C4C4) I've changed… -
Created a topic, Amazing Tool, on the site WordPress.org Forums:
I LOVE IT! Congratulation!!! -
Posted a reply to PHP Code, on the site WordPress.org Forums:
Probably it depends on the place you want to fetch the price I've created my… -
Posted a reply to PHP Code, on the site WordPress.org Forums:
If you want to do math operations, then you should get the price only es_get_the_property_field('price') -
Created a topic, Great Support, on the site WordPress.org Forums:
Well designed plugin, and has fantastic support -
Posted a reply to Logo Title Heading Level, on the site WordPress.org Forums:
Thank you very much! -
Created a topic, Skip PNG to JPG conversion when custom post type, on the site WordPress.org Forums:
Hi! Is it possible scenario like that?: If a new custo… -
Posted a reply to File size restriction for single image, on the site WordPress.org Forums:
Hi Joachim, Thank you for your assistance. (I didn't receive an email on your replay,… -
Created a topic, Great Pro Support, on the site WordPress.org Forums:
Has helped me to output modified social snippets -
Created a topic, Works with WEBP galleries, on the site WordPress.org Forums:
Quite strange matter - tested on WP 5.9.3, and 6.0 - w… -
Created a topic, File size restriction for single image, on the site WordPress.org Forums:
Hi! Is it possible to impose maximum file size for sin… -
Posted a reply to How to customize PDF template, on the site WordPress.org Forums:
Going to tackle. Seems to be a hard task ;) Thank you -
Created a topic, How to customize PDF template, on the site WordPress.org Forums:
Dear Estatik Team, I'd like to rearrange the layout of… -
Posted a reply to Change DIV to ASIDE tag, on the site WordPress.org Forums:
I've figured out a workaround earlier. Used Insert after nth paragraph My $ad_code = <aside… -
Posted a reply to Change DIV to ASIDE tag, on the site WordPress.org Forums:
Thank you! I've changed the type to 'post_content'. Works! function advads_change_wrapper_div( $output, $ad ) {… -
Posted a reply to Change DIV to ASIDE tag, on the site WordPress.org Forums:
Thank you! It would be great if I may alter the tag only on content… -
Created a topic, Change DIV to ASIDE tag, on the site WordPress.org Forums:
Hi Advanced Ads Support! How to alter the outer ad co… -
Created a topic, Logo Title Heading Level, on the site WordPress.org Forums:
Hi there! May I alter gs_logo_title tag from H3 into a… -
Posted a reply to Order By: Random, on the site WordPress.org Forums:
OK, i see. -
Created a topic, Order By: Random, on the site WordPress.org Forums:
Dear Support Team, Order By setting has no option for … -
Posted a reply to Bad CSS minification, on the site WordPress.org Forums:
Not 3.2.1? (it does not fix) OK, waiting patiently ;) -
Posted a reply to Bad CSS minification, on the site WordPress.org Forums:
@bornforphp Fingers crossed for you :) -
Posted a reply to Bad CSS minification, on the site WordPress.org Forums:
@bornforphp Merging has no effect on the issue. I'm very convinced that the minification algorithm… -
Created a topic, Bad CSS minification, on the site WordPress.org Forums:
Hi there! Minification breaks my CSS values, seems th… -
Posted a reply to How to set defaults for Block?, on the site WordPress.org Forums:
No, I can't. However, thank you for quite widely customizable plugin. Regards -
Created a topic, How to set defaults for Block?, on the site WordPress.org Forums:
Hi! There are settings for the hook, but when I'd lik… -
Posted a reply to Add class to lists, on the site WordPress.org Forums:
Needed a little tweak (WPSP 1.2.0-alpha.3) add_filter( 'wpsp_settings', function( $settings ) { if ( 1402… -
Posted a reply to Class depending on Post Format, on the site WordPress.org Forums:
It's good idea, definitely, however, I'll stick with the whole function. It allows me to… -
Posted a reply to Class depending on Post Format, on the site WordPress.org Forums:
I've also changed the title tag. Now it looks like that: add_filter('crp_list_link','modify_output', 10, 3); function… -
Posted a reply to Custom class output depending on category, on the site WordPress.org Forums:
add_filter('crp_post_class','more_crp_classes'); function more_crp_classes( $post_classes ) { $post_classes .= ' new_class '; return $post_classes; } But…… -
Created a topic, Class depending on Post Format, on the site WordPress.org Forums:
Hello! Is it possible to add an easy filter which inse… -
Posted a reply to How to skip creating intermediate image sizes when uploaded to a gallery, on the site WordPress.org Forums:
Thank you Beda for your response, unfortunately it doesn't help. I've been searching, found this:… -
Posted a reply to Query Loop Block Image Size, on the site WordPress.org Forums:
No, it doesn't. Because the image gets new dimensions in width and height attributes, but… -
Created a topic, Query Loop Block Image Size, on the site WordPress.org Forums:
Hi! Is there a way, filter or something, to set the si… -
Created a topic, How to skip creating intermediate image sizes when uploaded to a gallery, on the site WordPress.org Forums:
My website will use plenty of big galleries. Really hu… -
Wrote a comment on the post Introducing theme.json in WordPress 5.8, on the site Make WordPress Core:
I use a child theme, have defined some presets in theme.json, but WP produces extended… -
Posted a reply to Price not well aligned, on the site WordPress.org Forums:
the fastest (not necessarily the best) rule: .es-price { padding-right: 0 !important; } -
Created a topic, Very useful, on the site WordPress.org Forums:
I'm using conditionals by Query String. Great work! Th… -
Posted a reply to Dynamic title for listings, on the site WordPress.org Forums:
OK, thanks! Meanwhile I'm going to put all the titles (headline blocks) in a stack,… -
Posted a reply to Duplicated blocks cannot be controlled separately, on the site WordPress.org Forums:
Hi Nick! Indeed, duplicated blocks share the same visibility rules (I've tested Query String), no… -
Created a topic, Dynamic title for listings, on the site WordPress.org Forums:
Is it possible to apply a filter to the main heading t… -
Posted a reply to is_paged() ?, on the site WordPress.org Forums:
Thank you!!! -
Created a topic, is_paged() ?, on the site WordPress.org Forums:
Hi! I'd like to hook some stuff on the first page only… -
Posted a reply to Estatik – problem with agents accounts, on the site WordPress.org Forums:
Hi! i had the same problem. Installed PublishPress Capabilities: Manage WordPress Permissions and Edit User…
Plugins
-
10WebSocial
-
Admin Columns
-
Advanced AJAX Product Filters
-
Animate on Scroll
-
Asset CleanUp: Page Speed Booster
-
Auto Cloudinary
-
Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO)
-
Block Editor For WooCommerce
-
Block Visibility — Conditional Visibility Control for the Block Editor
-
Bulk edit image alt tag, caption & description - WordPress Media Library Helper by Codexin
-
CDN Enabler
-
Code Snippets
-
Code Syntax Block
-
Contact Form 7
-
Contextual Related Posts
-
CSS & JavaScript Toolbox
-
Custom Global Variables
-
Customizer for WooCommerce
-
Data Tables Generator by Supsystic
-
Developer
-
DHL Express Shipping for WooCommerce - Live Rates
-
Drag and Drop Multiple File Upload - Contact Form 7
-
Duplicator - WordPress Migration & Backup Plugin
-
Easy Footnotes
-
EWWW Image Optimizer
-
Fast Velocity Minify
-
Feed Them Social - Page, Post, Video, and Photo Galleries
-
FiboSearch - Ajax Search for WooCommerce
-
Footnotes Made Easy
-
HTML Editor Syntax Highlighter
-
HUSKY - Products Filter for WooCommerce Professional
-
InPost PL
-
Insert Pages
-
Lazy Loader
-
Lightbox with PhotoSwipe
-
Lightweight Subscribe To Comments
-
Loco Translate
-
LuckyWP Table of Contents
-
Menu Icons by ThemeIsle
-
My Calendar
-
OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.
-
Omnibus — show the lowest price
-
Page Builder Gutenberg Blocks – CoBlocks
-
Perfect Brands for WooCommerce
-
Polylang
-
Product Slider for WooCommerce
-
Product Slider for WooCommerce by PickPlugins
-
PublishPress Capabilities - User Role Editor, Access Permissions, Admin Menus
-
Rate my Post - WP Rating System
-
ReCaptcha v2 for Contact Form 7
-
Recent Comments Widget Plus
-
Recent Posts Widget Extended
-
Regenerate Thumbnails
-
Related Products for WooCommerce
-
Related Products for WooCommerce
-
Robin image optimizer — save money on image compression
-
Safe SVG
-
Scriptless Social Sharing
-
Search Regex
-
Show modified Date in admin lists
-
Smash Balloon Social Photo Feed - Best Social Feed Plugin for WordPress
-
Social Media Share Buttons | MashShare
-
Social Share Icons & Social Share Buttons
-
Speed Optimizer - The All-In-One WordPress Performance-Boosting Plugin
-
SrcSet Responsive Images for Wordpress
-
SVG Support
-
Tabby Responsive Tabs
-
Table Rate Shipping Method for WooCommerce by Flexible Shipping
-
Tawk.To Live Chat
-
Ultimate Blocks - WordPress Blocks Plugin
-
VS Event List
-
Website Builder by SeedProd — Theme Builder, Landing Page Builder, Coming Soon Page, Maintenance Mode
-
Widget Logic
-
WordPress Infinite Scroll - Ajax Load More
-
WordPress Slider Block Gutenslider
-
WP Add Custom CSS
-
WP Logo Showcase Responsive Slider and Carousel
-
WP Performance Pack
-
WP Shortcodes Plugin — Shortcodes Ultimate
-
WP Swiper
-
WP-Optimize - Cache, Clean, Compress.
-
YITH WooCommerce Wishlist
-
Zotpress