Patryk Kachel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boyo] Change to another Google FontHello @muscroftm
depends on your development skills it might be trivial task or incredibly hard ??
Anyway, I’ll try to explain what needs to be done:
- you need to override this function -> https://github.com/fatthemes/boyo/blob/master/functions.php#L200-L229 – it means you need to define it in child theme’s functions.php file and adjust to your needs
- then you need to override the fonts in child theme’s style.css wherever needed.
I hope it will help you a little.
For experienced developer – it shouldn’t take more than a few hours (1-3), but for newbie it may take days or weeks… ?? If you need help from developer – you may look here -> https://blogonyourown.com/customization/Forum: Themes and Templates
In reply to: [Boyo] Thumb image not updatingHi @arpingajjar I looked into the issue, but can’t reproduce it… Do you have any idea how I may reproduce the issue? Without reproducing it I have (almost) no chance to help…
Thanks in advance for any more info ??
Best,
Patryk
Forum: Themes and Templates
In reply to: [Boyo] Thumb image not updatingHi @arpingajjar
currently I’m on vacation with my family, but I will look into that when I’ll be back (in the middle of August).
In the meantime may I know if you use Gutenberg (block) editor or maybe Classic Editor?
Forum: Plugins
In reply to: [Age Gate] WP Offload Media related issueHi I’ve made some quick investigation again, to confirm my previous hypothesis ?? and – indeed – when I created mu plugin (mu-plugins are executed before “standard” plugins) and hooked there into “age_gate/logo/src” I may set my own image URL – otherwise it’s impossible to use the filter, so it makes it unusable ??
So it’s kind of a bug and it would be great if you could help with that ?? I don’t know why “Settings” class is instantiated so early, maybe it would be possible to hook it into “plugins_loaded”? Just a simple idea ??
Thanks in advance for any help!
It looks like there was something off with the update, as I reinstalled the plugin and can’t reproduce the issue anymore…
Anyway – thanks for fast reaction ??
@amagsumov
Sure, thanks!Forum: Themes and Templates
In reply to: [Blogito] Deprecated jQuery functions on Blogito themeHi @krozycki
I tried to investigate the issue. To do so I installed Enable jQuery Migrate Helper plugin, but can’t see any deprecation info. Additionally I looked through the code and can’t find anything suspicious as well. Could you share a bit more info? Where exactly those deprecated functions are used?Best,
PatrykForum: Themes and Templates
In reply to: [Pencil] image problemForum: Themes and Templates
In reply to: [Pencil] image problemas some time ago WordPress removed class alignnone for images, you need to add it manually in image’s settings in editor. Please see screenshot ->
https://snipboard.io/Hy4D3Q.jpgPlease let me know if you need more help.
Best,
PatrykForum: Themes and Templates
In reply to: [Loose] Post under the SliderThanks @paulkuellenberg for explanation!
At the moment there is no such possibility…
To do so you need to change a bit template files – create child theme, copy files and modify some of them to your needs.I will consider such option in the future versions.
Best,
PatrykForum: Themes and Templates
In reply to: [Loose] Post under the SliderHi @paulkuellenberg
I’m afraid I don’t understand what you want to achieve…
Could you explain a bit more?Looking forward to hearing from you!
Thank you,
PatrykForum: Themes and Templates
In reply to: [Loose] 2 modals open when click on gallery image in woocomerceHi @buehehe666
it may depend on your configuration/customization, but – I think – adding something like that to child theme’s function.php file should help:
add_action( 'wp_enqueue_scripts', function () { if(is_product()) { wp_dequeue_script( 'magnific-popup' ); } }, 20 );
This snippet – basically – removes “magnific-popup” script from the page when product page is displayed.
I hope it will help you to solve your problem ??
Best,
Patryk- This reply was modified 3 years, 5 months ago by Patryk Kachel.
- This reply was modified 3 years, 5 months ago by Patryk Kachel.
Forum: Themes and Templates
In reply to: [Loose] Photos in Articles/PagesHi @retroboost
we’ll fix that soon, however there is workaround for that.
Images need to have “alignnone” CSS class to be displayed this way… But it was removed some time ago from WP.
Anyway, you may add that by yourself – please see -> https://snipboard.io/ArndWz.jpg
I hope it will help you ??Best,
Patryk- This reply was modified 3 years, 6 months ago by Patryk Kachel.
Forum: Themes and Templates
In reply to: [Blogito] Deprecated jQuery functions on Blogito themeForum: Themes and Templates
In reply to: [Pencil] Search curser