George Olaru
Forum Replies Created
-
Forum: Reviews
In reply to: [Hive Lite] Great ThemeThank you Muskowski! Glad you enjoy Hive 😊
Forum: Themes and Templates
In reply to: [Silk Lite] translation mistake in the french versionGlad to hear about that Eva! Cheers
Forum: Themes and Templates
In reply to: [Silk Lite] translation mistake in the french versionHello and thanks for noticing!
I highly appreciate that you want to submit translation suggestions for Silk Lite. Please follow the Translator Handbook and the French Translation page for Silk Lite: https://translate.ww.wp.xz.cn/projects/wp-themes/silk-lite/fr/default
Thanks,
GeorgeForum: Themes and Templates
In reply to: [Silk Lite] 3 columns ?No — you paste it in the Text view in the WordPress Editor: http://www.wpbeginner.com/glossary/text-editor/
Forum: Themes and Templates
In reply to: [Silk Lite] 3 columns ?Hi! You might be able to do that with a little help of a CSS. Add the code below in Appearance → Customize → Additional CSS:
@media only screen and (min-width: 1000px) { .threecolumn { -moz-column-count: 3; column-count: 3; } }Then use the “threecolumn” class on content like this:
<div class="threecolumn"> Your content.. </div>Let me know how it works.
Cheers,
GeorgeForum: Reviews
In reply to: [Noah Lite] Something unintelligible, does nothing without JetpackThanks again for your feedback! We are already starting to write the documentation and it will be available on https://pixelgrade.com/noah-lite-documentation/
Version 1.0.4 will come with many improvements for the user onboarding.
Forum: Reviews
In reply to: [Noah Lite] Something unintelligible, does nothing without JetpackHey again!
Can you please check if the Jetpack plugin is connected and the Portfolio custom post type is activated? Upon that, the “Portfolio” page will appear.
You can check if they are enabled by going to Settings → Writing → Portfolio Projects.
Let me know how it works,
GeorgeForum: Reviews
In reply to: [Noah Lite] Something unintelligible, does nothing without JetpackHey Jarne and sorry to hear about this,
If there are any misunderstandings, I would love to give you a helping hand.
After you create an empty page with the “Portfolio” template and assign it as Front page on Dashboard → Settings → Reading (screenshot), then the “Featured Image” assigned to that page will be used for the full screen parallax image.
Let me know how it works.
Regards,
GeorgeForum: Reviews
In reply to: [Noah Lite] GoodThanks Katie! Glad you like it 🙂
Forum: Plugins
In reply to: [Fonto - Custom Web Fonts Manager] error message “can’t upload”Hey,
If you receive such an error like, please follow this article for more details: http://freewptp.com/fix-wordpress-issue-sorry-this-file-type-is-not-permitted-for-security-reasons/
Also we have an article that might come in handy in setting up a font with Fonto: https://pixelgrade.com/docs/plugins-integrations/fonto-premium-fonts/
Hope it helps,
GeorgeForum: Plugins
In reply to: [Fonto - Custom Web Fonts Manager] typekit questionHey Vincent and thanks for pointing out this situation!
You can add multiple fonts using the same Typekit Embed code and we will load it only once.
Does that work fine for you?
Cheers,
GeorgeForum: Plugins
In reply to: [Contact Form 7] Shortcode not workingThe shortcode looks good to me but have you checked if you have the Contact Form 7 plugin installed and activated?
Forum: Plugins
In reply to: [Contact Form 7] Shortcode not workingHi! That might be caused by not having a function (or a plugin) to render that shortcode in the first. What shortcode are you trying to use? Is it coming from a plugin?
Forum: Fixing WordPress
In reply to: Post columns in admin backendYou can change the columns visibility by clicking the Screen Options button from the top right corner and then uncheck the unwanted columns:
Forum: Developing with WordPress
In reply to: Admin editor meta box to show shortcodes renderedHey Stacy! I don’t think that’s possible by default. There is an initiative to bring live-preview inside the Editor for shortcodes, called Shortcake, but the shortcode creator need to declare their UI first.