Patryk Kachel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blogito] Lost featured iamgesHi @baldgyt
may I know what is your setting here: Appearance > Customize > Single Post > Show Featured Images In Standard Posts
If you want me to take a look – please open the ticket here: https://blogonyourown.com/submit-a-ticket/
Best,
PatrykForum: Themes and Templates
In reply to: [Loose] Infinite ScrollThis is not straight forward,
but you should take a look at enqueued scripts,
then handle pagination…I hope it helps you a bit.
Forum: Themes and Templates
In reply to: [Loose] Infinite ScrollHi @zdrowebodomowe
there is no simple way to do so.
The only way is custom coding via child theme.Best,
PatrykI found some workaround for this, so no longer valid.
Best,
PatrykHi @nazmul6231
I see you use some optimization plugin(s) like autoptimize…
When you work on the website is good to disable optimization plugins.In the free time I will try to reproduce the issue.
Best,
PatrykForum: Themes and Templates
In reply to: [Penciletto] Widget area appears in single postForum: Themes and Templates
In reply to: [Blogito] blogito theme demoHi @dean34
I prepared a plugin to import the demo, but at this stage (it’s beta version – functioning, but not yet fully tested) I don’t want to share it here (publicly).
So could you open the ticket: https://blogonyourown.com/submit-a-ticket/
so I could share the plugin with you.Thanks!
PatrykForum: Themes and Templates
In reply to: [Loose] FooterHi @balazinska
it’s not good idea to place privacy policy in the footer, because there is infinite article loading on scroll… So if you’ll have many articles user may never be able to see the footer on pages like blog or category. Better idea is to add privacy policy link in mobile menu (Left Menu).
However if you really need it – you should use child theme and modify footer template (footer.php file in theme directory).
More info about child themes: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/I hope it helps you a bit.
If you need developer’s help you may take a look here: https://blogonyourown.com/customization/Best,
PatrykForum: Themes and Templates
In reply to: [Blogito] blogito theme demoSo please give me few days (possibly next week). I’ll be back with an update ??
Forum: Themes and Templates
In reply to: [Blogito] blogito theme demoI’m going to create a plugin to set up demo content in our themes with one click.
It should be ready in next few days… I hope so ??Hi all, I see that still there is no explanation here.
The reason why orders are reverting their statuses to processing, may be that the code is added to thank you page.
I see it very often.
Thank you page for each order is available through link. Then if someone will load “Thank you” page for that order – the snippet will be called and status will be changed again…Conclusion: it is not good idea to change statuses on thank you page.
Forum: Themes and Templates
In reply to: [Blogito] blogito theme demoHi @dean34
as per WordPress theme repository rules, we are not allowed to add demo content to the theme. More info: https://make.www.ads-software.com/themes/handbook/review/required/#importing-or-downloading
We plan to add such content to download on our website.
Please let me know your thoughts.
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] Wrong image size chosen for “masonry” miniaturesIt looks like we need to review our recommendations and update them ??
And size of featured image may be a bug. I will take a closer look at the sizes in near future…Another way is to use child theme and adjust everything to your needs.
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] Wrong image size chosen for “masonry” miniaturesHi @develancer
images displayed on home page or generally on listing/archive pages have sizes taken from “medium size” settings.
You may see what we recommend in our docs: https://blogonyourown.com/docs/blover/Here I pasted related part:
Best Image Size in pixels for Blover Theme:
Thumbnail size: Width 80 – Height 80
Medium size: Max Width 448 – Max Height 9999
Large size: Max Width 738 – Max Height 9999
Custom logo: Height 40Please let me know if it helped.
Best,
Patryk- This reply was modified 4 years, 12 months ago by Patryk Kachel.
Forum: Themes and Templates
In reply to: [Blover] Co-Author Plus issueInstalling child theme is not enough – you need to modify appropriate template files. Especially template-parts/content-single.php file.
Another option (better) is to override functionblover_posted_on()
in your functions.php file.
If you can’t do this on your own it may be needed to hire developer – on our website you’ll find more info about recommended services: https://blogonyourown.com/customization/Best,
Patryk