Tomas Mackevicius
@tomasm on WordPress.org and Slack
- Member Since: September 10th, 2008
- Location: Chicago, IL
- Website: mtomas.com
- Job Title: Web developer
- Employer: mtomas.com
Bio
Contribution History
Tomas Mackevicius’s badges:- Core Contributor Core Contributor
- Theme Developer Theme Developer
- Translation Contributor Translation Contributor
- Translation Editor Translation Editor
-
Wrote a comment on the post WordPress 4.1 Field Notes, on the site Make WordPress Core:
Will try to put as a code: ` REQUIRED: The theme needs to have a…3 months ago
-
Posted a reply to Sidebar on the static frontpage, on the site WordPress.org Forums:
Hi, if you want regular sidebar, once you select in the Admin/Settings/Reading the desired page…1 year ago
-
Posted a reply to Compatability with WordPress 5.0.1, on the site WordPress.org Forums:
Update: I already implemented Gutenberg/WP 5.x compatibility on the front end. Now I just need…1 year ago
-
Posted a reply to Custom header on archive/category pages, on the site WordPress.org Forums:
Hi, if I understand correctly, you want only 1 same header image on all pages…1 year ago
-
Posted a reply to Compatability with WordPress 5.0.1, on the site WordPress.org Forums:
Sure, I was waiting for the final Gutenberg version, so not to waste time, as…1 year ago
-
Wrote a comment on the post Introducing Twenty Nineteen, on the site Make WordPress Core:
As a non-professional theme developer, I would support this initiative if it would be possible…1 year ago
-
Posted a reply to Widget and Tiny framework, on the site WordPress.org Forums:
You would have to use CSS rules. Webmaster tools will let you to target element…1 year ago
-
Posted a reply to Styling questions…, on the site WordPress.org Forums:
Hi, for font and color changes, please see: http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Customize-color-scheme Yes, you can remove link to…1 year ago
-
Posted a reply to change of colors, on the site WordPress.org Forums:
Yes, please see: http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Customize-color-scheme1 year ago
-
Posted a reply to Revert from Small Caps to ‘normal’ font for menu, on the site WordPress.org Forums:
Please see: .main-navigation li a { text-transform: uppercase; You can set value to: none;2 years ago
-
Posted a reply to Can I change Logo-Link ?, on the site WordPress.org Forums:
Hi, the Logo link code is part of the standard WordPress function: https://developer.wordpress.org/reference/functions/the_custom_logo/ https://codex.wordpress.org/Theme_Logo For…2 years ago
-
Posted a reply to Tiny Framework CSS Changes, on the site WordPress.org Forums:
Hi, 1. not necessary, if it is not disabled specifically, you should be able to…2 years ago
-
Posted a reply to Clickable Header, on the site WordPress.org Forums:
Hi! If you would upload a logo of the same size as header, then it…2 years ago
-
Posted a reply to Background-gradient has outdated direction syntax, on the site WordPress.org Forums:
Thank you! Will take a look at this!2 years ago
-
Posted a reply to code error in footer.php, on the site WordPress.org Forums:
Hi, you see, standard TF child theme doesn't have footer.php file, so unless you would…2 years ago
-
Posted a reply to How to use icons from font awesome?, on the site WordPress.org Forums:
Hi! Your best bet is to check with WebDev tools to see where is the…2 years ago
-
Posted a reply to How to hide tags in front page, on the site WordPress.org Forums:
I assume you have to remove the widget that displays the tags. It's hard to…2 years ago
-
Posted a reply to Need help to get sub page/ child page to work, on the site WordPress.org Forums:
Hi, unless you specify in WP settings that new pages should be automatically added to…2 years ago
-
Posted a reply to php7 and Tip84, on the site WordPress.org Forums:
Thank you! Will have to investigate this.2 years ago
-
Posted a reply to sharethis cookie?, on the site WordPress.org Forums:
Are you using plugin ShareThis? https://stackoverflow.com/questions/44314985/deleting-a-cookie-with-no-name2 years ago
-
Posted a reply to Is Tiny Framework already Gutenberg ready?, on the site WordPress.org Forums:
Hi, at this point I didn't do any special enhancements, although this theme is very…2 years ago
-
Posted a reply to How to change the font size of the main navigation, on the site WordPress.org Forums:
Hi! Please open style.css of main theme or child theme in text editor and there…2 years ago
-
Posted a reply to Front page image sizes, on the site WordPress.org Forums:
Actually, header image is optimized by WP automatically, depending on the viewport size. If you…2 years ago
-
Posted a reply to Firefox scales everything down by 0.875, on the site WordPress.org Forums:
Sorry for late reply, but everything looks good, header image is 960px.2 years ago
-
Posted a reply to Firefox scales everything down by 0.875, on the site WordPress.org Forums:
I checked on my computer and FF showed normal 100% page. Try to clean internal…2 years ago
-
Posted a reply to Firefox scales everything down by 0.875, on the site WordPress.org Forums:
It is possible that while on your site you accidentally did Ctrl+Mouse wheel or just…2 years ago
-
Posted a reply to target=blank – disable icon only once, on the site WordPress.org Forums:
Yes, you have to include a special class name in the link: http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Links-disable-external-link-icon2 years ago
-
Posted a reply to mobile view menu, on the site WordPress.org Forums:
You have to use dev tools to find the CSS styles that affect that text:…2 years ago
-
Posted a reply to Change Fonts (in Menu or Content), on the site WordPress.org Forums:
Well, of course, you just included the font, now you have to go to style.css…2 years ago
-
Posted a reply to Change Author Permalink, on the site WordPress.org Forums:
Another related info: https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#why-are-disclosures-of-usernames-or-user-ids-not-a-security-issue2 years ago
-
Posted a reply to Change Fonts (in Menu or Content), on the site WordPress.org Forums:
For child theme, look into functions.php of the child theme example, there you will will…2 years ago
-
Posted a reply to Copyright/license for header image?, on the site WordPress.org Forums:
Public Domain, please see readme.txt.2 years ago
-
Posted a reply to Search Icon in Primary Menu, on the site WordPress.org Forums:
Personally for my projects I'm using KnownHost for VPS hosting and BigScoots for simple shared…2 years ago
-
Posted a reply to Change Fonts (in Menu or Content), on the site WordPress.org Forums:
Please open functions.php in the code editor and search for: Tip31 - Support for aditional…2 years ago
-
Posted a reply to Change Author Permalink, on the site WordPress.org Forums:
This is not theme related. Overall, the best way is to never use an admin…2 years ago
-
Posted a reply to HELP Parse error: syntax error, unexpected, on the site WordPress.org Forums:
Thanks for the update! I would recommend using the Notepad++ or Atom as your editor.2 years ago
-
Posted a reply to Search Icon in Primary Menu, on the site WordPress.org Forums:
I think you can. You need to add a function. For the function you could…2 years ago
-
Posted a reply to Default Justify Settings, on the site WordPress.org Forums:
I tracked where is the issue. You're right - Edublogs is using pretty old version…2 years ago
-
Posted a reply to Default Justify Settings, on the site WordPress.org Forums:
This is not true - main post/page text by default is aligned to left.2 years ago
-
Posted a reply to Debugging menu button CSS/JS, on the site WordPress.org Forums:
It doesn't depend on the browser (most likely), I think if the button would be…3 years ago
-
Posted a reply to Debugging menu button CSS/JS, on the site WordPress.org Forums:
Right, I think minification is the issue, I always check those options before enabling, usually…3 years ago
-
Posted a reply to Debugging menu button CSS/JS, on the site WordPress.org Forums:
You have to look at first part of js/navigation.js and what classes it looks for.…3 years ago
-
Posted a reply to Line through error in mobile version, on the site WordPress.org Forums:
I found it. OK, you in debt to me now a cup of kombucha. Look…3 years ago
-
Posted a reply to Line through error in mobile version, on the site WordPress.org Forums:
This is not caused by CSS. I would say perhaps some JavaScript code? Remove JS…3 years ago
-
Posted a reply to Line through error in mobile version, on the site WordPress.org Forums:
Looks like CSS style bleeding, need link to actual site in order to investigate. Or…3 years ago
-
Posted a reply to Home page pagination not working, on the site WordPress.org Forums:
That's strange. Did you try to go to WP-Admin > Settings and save/renew permalink structure…3 years ago
-
Posted a reply to Home page pagination not working, on the site WordPress.org Forums:
Currently I do not see pagination, so it's hard to tell where was the issue,…3 years ago
-
Posted a reply to Support for article-video.php, on the site WordPress.org Forums:
You see, supported is a type, in this case video. But if there is no…3 years ago
-
Posted a reply to Flexible theme, good for WordPress beginners, on the site WordPress.org Forums:
Thank you!3 years ago
-
Posted a reply to Can’t remove the tinyframework credit!, on the site WordPress.org Forums:
The link is for new iteration of this theme, please use Tiny Framework theme instead…3 years ago
-
RoundTableActive Installs: 60+
-
Tiny ForgeActive Installs: 2,000+
-
Tiny FrameworkActive Installs: 9,000+
Plugins
-
Access Monitor
-
Acunetix WP Security
-
Add From Server
-
Admin Columns
-
Adminimize
-
Advanced CSS Editor
-
Advanced Custom Fields
-
Advanced Image Styles
-
Aesop Story Engine
-
Author Category
-
Autoptimize
-
Awesome Support - WordPress HelpDesk & Support Plugin
-
Bad Behavior
-
Beautiful taxonomy filters
-
Better Delete Revision
-
Better Internal Link Search
-
Better Notifications for WP
-
Better Search Replace
-
Block Gallery - Photo Gallery Gutenberg Blocks
-
Bogo
-
Broken Link Checker
-
CataBlog
-
Ceceppa Multilingua
-
Child Theme Check
-
Child Theme Configurator
-
Child Theme Creator by Orbisius
-
Church Content - Sermons, Events and More
-
CMB2
-
Commenter Data
-
Comments - wpDiscuz
-
Comments Evolved for WordPress
-
Compact Archives
-
Configure SMTP
-
Content Aware Sidebars - Unlimited Widget Areas
-
Content Progress
-
Contextual Related Posts
-
Cookies for Comments
-
CoSchedule
-
CSS & JavaScript Toolbox
-
Custom Content Portfolio
-
Custom Content Shortcode
-
Custom Field Suite
-
Custom Post Type Permalinks
-
Custom Post Type UI
-
Debug Bar
-
Debug Bar Actions and Filters Addon
-
Debug Bar Console
-
Debug Bar List Script & Style Dependencies
-
Debug Bar Post Meta
-
Debug-Bar-Extender
-
Dependency Minification
-
Device Mockups
-
Disable Comments
-
Disable Emojis (GDPR friendly)
-
Disable REST API
-
Draw Attention
-
Drop it
-
Duplicate and Merge Posts
-
Duplicate Post
-
Duplicator - WordPress Migration Plugin
-
DX Plugin Base
-
Dynamic "To Top" Plugin
-
Dynamic Widgets
-
Easy Digital Downloads
-
Easy FancyBox
-
Easy Testimonial Manager
-
Easy Updates Manager
-
EasyIndex
-
Edit Flow
-
Editorial Calendar
-
Embed Any Document
-
Enable Media Replace
-
Enhanced Media Library
-
Entry Views
-
Epoch - A native Disqus alternative with a focus on speed and privacy
-
Events Manager
-
EWWW Image Optimizer
-
Exploit Scanner
-
Exports and Reports
-
FancyBox for WordPress
-
File Away
-
Floating Social Bar
-
FooBox Image Lightbox WordPress Plugin
-
Gallery Carousel Without JetPack
-
Gallery Plugin for WordPress - Envira Photo Gallery
-
Generate WordPress Entities
-
GiveWP - Donation Plugin and Fundraising Platform
-
GlotPress
-
Google Analytics Dashboard for WP by ExactMetrics (formerly GADWP)
-
Google XML Sitemaps
-
Gravity Forms CSS Ready Class Selector
-
Holler Box - Lightweight popup plugin
-
Hyper Cache
-
Hyper Cache Extended
-
Image Widget
-
ImageInject
-
Imsanity
-
iThemes Security (formerly Better WP Security)
-
jQuery Smooth Scroll
-
Just Writing
-
Kanban Boards for WordPress
-
Kirki Customizer Framework
-
LearnPress - WordPress LMS Plugin
-
Limit Login Attempts
-
Link Library
-
Link Manager
-
Log Deprecated Notices
-
Login LockDown
-
Login Logo
-
Login Security Solution
-
Loginizer
-
Mailgun for WordPress
-
MailPoet Newsletters (Previous)
-
Maintenance Mode
-
MainWP Dashboard
-
Media Author
-
Media File Renamer (Auto Rename)
-
Mentionable
-
Mini Loops
-
MultilingualPress
-
Multisite Language Switcher
-
My Calendar
-
Naked Social Share
-
Oasis Workflow
-
P3 (Plugin Performance Profiler)
-
Page Builder by SiteOrigin
-
Peter's Login Redirect
-
Plugin Detective - Troubleshooting
-
Pods - Custom Content Types and Fields
-
Polylang
-
Portfolio and Gallery Builder - GridKit Portfolio Gallery
-
Post Types Order
-
PowerPress Podcasting plugin by Blubrry
-
Pre-Publish Post Checklist
-
Publish to Schedule
-
PublishPress Capabilities
-
PublishPress Content Calendar and Notifications
-
PublishPress Permissions
-
Q2W3 Fixed Widget for WordPress
-
qTranslate X
-
Query Monitor
-
Really Simple SSL
-
Recent Posts Widget Extended
-
Redirection
-
Regenerate Thumbnails
-
Registered Users Only
-
Related Posts by Taxonomy
-
Related Posts for WordPress
-
Requirements Checklist
-
Responsive Lightbox & Gallery
-
Resume Page
-
Rocket Galleries
-
Safe Redirect Manager
-
Say what?
-
Search & Replace
-
Secondary Title
-
Shield Security: Protection with Smarter Automation
-
Simple Comment Editing
-
Simple Links
-
Simple Local Avatars
-
Simple Page Ordering
-
Simple Share Buttons Adder
-
Simple URLs
-
Simply Show Hooks
-
Smush - Compress, Optimize and Lazy Load Images
-
SportsPress - Sports Club & League Manager
-
Standard Widget Extensions
-
Starbox - the Author Box for Humans
-
Starfish Review Generation & Marketing for WordPress
-
Stop Spam Comments
-
Subscribe To Comments Reloaded
-
Subtitles
-
Swifty Bar, sticky bar by WPGens
-
Swiftype Site Search Plugin for WordPress
-
Table of Contents Plus
-
TablePress
-
Tada: Instant Webpage Loading, Fast Website Browsing
-
Term Management Tools
-
Theme Check
-
Thin Out Revisions
-
tinyTOC
-
Title Experiments Free
-
Two-Factor
-
Ultimate Member - User Profile & Membership Plugin
-
UpdraftPlus WordPress Backup Plugin
-
Use Google Libraries
-
User Role Editor
-
User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress
-
Velvet Blues Update URLs
-
What The File
-
Widget Logic
-
Widget Visibility Time Scheduler
-
Widgets Reloaded
-
WooCommerce Search, eCommerce Merchandising and Navigation
-
Wordfence Security - Firewall & Malware Scan
-
WordPress Meta Data and Taxonomies Filter (MDTF)
-
WordPress Page Builder - Beaver Builder
-
WordPress Responsive Gallery Plugin - FooGallery
-
WordPress User Registration, Front-end Login & User Profile – ProfilePress
-
WordPress Zero Spam
-
WOW Slider
-
WP AutoTerms: Privacy Policy Generator, Cookie Notice Banner, Terms & Conditions Generator
-
WP Dev Dashboard
-
WP Display Header
-
WP DoNotTrack
-
WP Fastest Cache
-
WP Featherlight - A Simple jQuery Lightbox
-
WP Help
-
WP Live Search
-
WP Mail SMTP by WPForms
-
WP Migrate DB - WordPress Migration Made Easy
-
WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage
-
WP Rollback
-
WP RSS Aggregator
-
WP Safe Updates
-
WP Security Audit Log
-
WP Support Plus Responsive Ticket System
-
WP User Avatar
-
WP User Avatars
-
WP-DBManager
-
WP-Sweep
-
WPGlobus - Multilingual Everything!
-
WPSiteSync for Content
-
WPThumb
-
Yoast SEO