Patryk Kachel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pencil] Disable image lightbox from themeIf you modify it directly, it will be overwritten when you update theme…
Here is the link to resource about child themes: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/Forum: Themes and Templates
In reply to: [Pencil] Disable image lightbox from themeHi Jan,
the code you need to adjust is located in /js/pencil.js ~lines 242-274 (you can see it there, but enqueued file is named pencil.min.js)
Best way would be to dequeue file from parent directory, copy it to child theme directory, then modify it and enqueue new one…
Please see: https://codex.www.ads-software.com/Function_Reference/wp_dequeue_script
and: https://codex.www.ads-software.com/Plugin_API/Action_Reference/wp_enqueue_scriptsI hope it helps you a bit ??
Forum: Themes and Templates
In reply to: [Blover] Many theme questionsI was unavailable few days… Could you open a ticket here: https://fatthemes.com/submit-a-ticket/ and share a screenshot?
Forum: Themes and Templates
In reply to: [Blover] Many theme questionsHi @diginbeing,
so:
1. I don’t understand what you want to do. It looks like general WordPress question not related to theme…
2. Hard to say not seeing a website.
3. Did you saw something like this on our demo page? Can you paste a link?
4. You can use one of many form plugins – but we recommend contact form 7. Could you paste a link to demo page to show what you want to achieve?
5. Please ask on plugin page.
6. To do that you need to use child theme (or hire someone to do it for you) – more info: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/Forum: Themes and Templates
In reply to: [Blogito] Co-Authors PlusHi @annashili
would you be able to open the ticket about this topic?
I’d like to discus a bit implementation details of co-author plus plugin. I’d like to know what are your expectations… How it should look?
Here is the URL: https://fatthemes.com/submit-a-ticket/Thanks in advance ??
Forum: Themes and Templates
In reply to: [Pencil] gallery pencil themeHi Maria,
on the page you linked is used gallery in post type gallery ??
To achieve this you need to add gallery to the post and choose post type gallery (from sidebar on editor screen).I hope it helps you a bit ??
Best,
PatrykForum: Themes and Templates
In reply to: [Blover] TaglineI’m glad I could help ??
Maybe you would be able to leave us quick review: https://www.ads-software.com/support/theme/blover/reviews/#new-post
Thanks in advance ??
Forum: Themes and Templates
In reply to: [Blover] TaglineMenu related settings are in: Appearance -> Menus
Forum: Themes and Templates
In reply to: [Blover] TaglineHi @aburrows this is because you have empty social menu…
Do you plan to use social menu at all?As a quick workaround I propose to set up temporary one page/link in social menu… WordPress displays by default all pages when menu is empty.
Forum: Themes and Templates
In reply to: [Blover] TaglineCould you share website url so I can take a look?
Probably it’s because you use image in header – then title and subtitle (tagline) is not displayed… Is it visible if you remove header image?
Forum: Themes and Templates
In reply to: [Pencil] Posts not loadingAre you using developer tools in the browser to address correct selector?
Additionally you can use !important directive on css properties.Forum: Themes and Templates
In reply to: [Pencil] Excerpt on frontpageImages in profiles should be loaded from gravatar.com
You just need to have Gravatar account registered with the same email address as WordPress user. Then it should just work ??Forum: Themes and Templates
In reply to: [Pencil] Posts not loadingIt’s not loading because you load https://lydmag.com/ from https://
http and https are treated as different websites and if you load one from another the resource is blocked.
If you open https://lydmag.com/ then loading is working as expected.You can see it in console (developer tools in the browser).
This is problem with http/https configuration… I’m not an expert in this area ??Forum: Themes and Templates
In reply to: [Pencil] Excerpt on frontpageHi @annashili,
you’re right there is nothe_content()
function in those files, but to display excerpts you should addthe_excerpt()
function.
You need to copy one of thecontent-home-
files (depsnds on the home page layout settings) to your child theme directory and add<?php the_excerpt();?>
in the line where you want to display excerpt (mostly line 26, but in list layout it’s line 28 and 44).If you have any more questions – please let me know ??
Forum: Themes and Templates
In reply to: [Blogito] Co-Authors PlusHi @annasili,
do you still need help with this issue?