Patryk Kachel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blover] Co-Author Plus issueHi @masudcu
we will consider supporting mentioned plugin… However at the moment the only way is to modify theme using child template – here is a bit more on the topic: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] Woocommerce Product gallerywe’ll add the support in next theme release.
Currently you may do it yourself – here is how: https://wordpress.org/support/topic/lightbox-not-working-despite-added-code/Please let me know if it helped.
Best,
PatrykForum: Plugins
In reply to: [AMP] amp-wp.org – showcase/themeThanks for info π
Forum: Themes and Templates
In reply to: [Blover] Problem with the menusOne more thing – did you read already our docs?
Here is more info about menus: https://blogonyourown.com/docs/blover/#custom-menuForum: Themes and Templates
In reply to: [Blover] Problem with the menusthe menu takes too much space β like it had two lines
it is because there is too wide logo in demo… Thanks for pointing out that – we will change/fix the logo.
Referring to my page β yes, I made a change in CSS because for me it is important that social media icons are visible on mobile view directly on the screen.
The icons are not designed to be visible on mobile because there is limited space – not enough even for logo π
So if you need the social icons there – you should adjust the menu to your needs on your own. If you need help in customizing theme – please consider hiring a developer. More info here: https://blogonyourown.com/customization/I hope it clarifies a bit.
Please let me know if you have more questions.Best,
PatrykForum: Themes and Templates
In reply to: [Blover] Problem with the menusHi @magdalenafranczak π
are you able to replicate such behavior on demo pages? For example here: https://blover1.blogonyourown.com/
Did you make any changes in CSS?
It looks like there is added custom CSS in the header which may be the problem.
Please let me know your thoughts.Best,
PatrykForum: Themes and Templates
In reply to: [Penciletto] Menu is not displayed on Post pagesForum: Themes and Templates
In reply to: [Blover] How to change date format?Hi again @masudcu π
the date you’re looking for is located in function
blover_commentwhich is located in inc/template-tags.php file.
Modify this function to your needs similar way as the previous one (copy that function to child theme functions.php file and modify what’s needed).I hope it helps you.
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] How to change date format?Hi @masudcu
I’m glad the above works πIt should be possible to change using CSS.
If you know a bit CSS then you need to play a bit to find appropriate classes to overwrite, but it is definitely doable π
If you find what and how to change then please place the CSS code into style.css file in child theme directory.P.S. Is hard to give exact code without seeing your site (especially if you made any modifications already).
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] How to change date format?Hi @masudcu
to do so you need to modify theme… so basic PHP knowledge required.
The best way to modify theme is to use child theme – more info about child themes here: https://developer.wordpress.org/themes/advanced-topics/child-themes/You may find (and download) prepared by us child theme on this page: https://blogonyourown.com/themes/blover/
It should be enough to define your own version of function
blover_posted_on()– just copy the original function (from parent theme – file inc/template-tags.php) to functions.php file in child-theme directory.If it’s too much for you and need help from professional developer you’ll find more info here: https://blogonyourown.com/customization/
I hope it helps you a bit π
Please let me know if you have more questions.Best,
Patryk- This reply was modified 7 years, 1 month ago by Patryk Kachel.
Forum: Themes and Templates
In reply to: [Blogito] How to edit format of post publishing date?to do so you should create child theme and overwrite function
blogito_posted_on()
Just define it again in child theme function.php file – some PHP knowledge required.
If you need help from developer I recommend to take a look here: https://blogonyourown.com/customization/Best,
PatrykForum: Themes and Templates
In reply to: [Boyo] Woocommerce product gallery images don’t loadHi @jacopolupi
to be honest I have no idea what exactly you need to change.
I think you should add some CSS probably, but we don’t support officially WooCommerce, so can’t help.
If you’re unable to do it yourself – you may always hire someone… Fixing the issue shouldn’t be so hard. Here you may find info about where to search good devs: https://blogonyourown.com/customization/I hope it helps you a bit.
Best,
PatrykForum: Themes and Templates
In reply to: [Blogito] link to the blog post displays blank page on mobileI reproduced the issue, so I may fix it π
Yeah, it’s a bug πI will upload new version in upcoming week, so please stay tuned π
Best,
PatrykForum: Themes and Templates
In reply to: [Blogito] Load More Post Button Not WorkingHi @filmowicz
I checked on demo page and everything works there: https://blogito3.blogonyourown.com/
Sometime such issues are caused by:
– other plugins – did you try to disable plugins one by one?
– caching plugins – do you use any?
– custom changes made on websiteIt would be good to take a look at the backend – to do so you need to open the ticket and share credentials: https://blogonyourown.com/submit-a-ticket/
Forum: Themes and Templates
In reply to: [Pencil] Help with PencilHi @felzeri19
did you go through https://blogonyourown.com/docs/penciletto/#image-size-settings including thumbnail regeneration?Thanks,
Patryk