Ivan Lutrov
Forum Replies Created
-
Are you sure you have the plugin activated? I just checked the source code generated by your site and I can’t see
/plugins/wp-attest, which suggests WP Attest isn’t running.- This reply was modified 4 years, 10 months ago by Ivan Lutrov.
- This reply was modified 4 years, 10 months ago by Ivan Lutrov.
- This reply was modified 4 years, 10 months ago by Ivan Lutrov.
- This reply was modified 4 years, 10 months ago by Ivan Lutrov.
- This reply was modified 4 years, 10 months ago by Ivan Lutrov.
I can see a great deal of work has gone into the templates, with so many styles and different business uses, so it would be a shame if you couldn’t make it work. I just haven’t committed enough time to React and Redux to offer assistance though.
Forum: Plugins
In reply to: [Payment Button for PayPal] Modern buttonsDidn’t read the docs fully, sorry. Thanks!
Forum: Themes and Templates
In reply to: [Page Builder Framework] Theme settings colour valuesYep, thanks!
I haven’t checked them all but for instance, you’re using:
<h2>Powerkit Modules</h2>
<h2>Coming Soon</h2>
<h2>Insert Headers & Footers</h2>They should be:
<h1>Powerkit Modules</h1>
<h1>Coming Soon</h1>
<h1>Insert Headers & Footers</h1>I’m assuming all your modules are consistently using
<h2>but should be using<h1>instead.That was quick, thanks!
In this case, I don’t believe there’s anything to be gained by giving users the ability to set their own preference. Going by what this plugin does, it should be under the tools menu.
Forum: Plugins
In reply to: [Advanced Popups] Picture as backgroundWhere is the documentation? I couldn’t find it.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Remove ‘font awesome’ functionalityEither add it to your child theme’s
functions.phpfile or alternatively in a custom plugin, like this example.- This reply was modified 6 years, 3 months ago by Ivan Lutrov.
- This reply was modified 6 years, 3 months ago by Ivan Lutrov.
Hey @raster02, that works just fine. Thank you!
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Which blocks plannedHow about a social sharing block which uses the same icons as the social links block?
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Recent posts blockThanks @motopress, I’ll make sure I check it out soon.
Has anyone actually tried styling these checkout fields to use fonts, padding, borders & colours that match the rest of their site?
Thanks @treibalen but those snippets only partially work. They don’t have any impact on font family, font colour, font, size & font weight.
Forum: Plugins
In reply to: [WooCommerce Square] Issue customising the css for square payment formHey @fullysupportedphil, what kind of “custom coding” is required?