Tomas Mackevicius
@tomasm on WordPress.org and Slack
Bio
- Member Since: September 10th, 2008
- Location: Chicago, IL
- Website: mtomas.com
- Job Title: Web developer
- Employer: mtomas.com
Contribution History
Tomas Mackevicius’s badges:- Core Contributor
- Theme Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Suspected critical vulnerability, on the site WordPress.org Forums:
Hi, I'm sorry to hear about the hacking issues. All my websites are running on… -
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… -
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… -
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… -
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… -
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… -
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… -
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… -
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… -
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-scheme -
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; -
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… -
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… -
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… -
Posted a reply to Background-gradient has outdated direction syntax, on the site WordPress.org Forums:
Thank you! Will take a look at this! -
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… -
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… -
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… -
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… -
Posted a reply to php7 and Tip84, on the site WordPress.org Forums:
Thank you! Will have to investigate this. -
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-name -
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… -
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… -
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… -
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. -
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… -
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… -
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-icon -
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:… -
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… -
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-issue -
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… -
Posted a reply to Copyright/license for header image?, on the site WordPress.org Forums:
Public Domain, please see readme.txt. -
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… -
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… -
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… -
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. -
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… -
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… -
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. -
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… -
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… -
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.… -
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… -
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… -
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… -
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… -
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,… -
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… -
Posted a reply to Flexible theme, good for WordPress beginners, on the site WordPress.org Forums:
Thank you!
-
RoundTableActive Installs: 20+
-
Tiny ForgeActive Installs: 1,000+
-
Tiny FrameworkActive Installs: 3,000+