Mark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hoffman] social icons not appearingHi there.
Just checking, is this still an issue for you? Looks like you have a splash page on your site now and it might be down for maintenance?
Also, can I check, where are you wanting the genericon to appear? If it’s in the social menu, the twitter icon might be appearing okay as the menu system has auto-detected a twitter URL in the link you’ve entered in the appearance / menus area of the backend.
Let me know if this is still causing you grief. Happy to help further if you need it.
MarkHi Marijn.
Here are some thoughts on these issues which may be of help.
Firstly, I’d recommend that you make a child theme (if you haven’t already done so) and make the following edits to that child theme. That way, any updates Anders pushes out won’t erase the edits you will make to customise the theme.
You can learn about child themes here: https://codex.wordpress.org/Child_Themes
Then you’ll need to make the following code edits to some files (either in your child theme or, if you’ve decided to skip that step, in the master theme:)
1. Removing the top menu social bar (but leaving it in the footer)
In the header.php file, look for this code:
<?php get_template_part( 'menu', 'social' ); ?>and update it to cause it not to show (commenting it away between <!– and –> should do the trick, like this:
<!--<?php get_template_part( 'menu', 'social' ); ?>-->2. Removing comments count in post headers.
In both the single.php and content.php files, you’ll need to look for this section of code:
<?php if ( comments_open() ) { echo '<span class="sep">/</span> '; comments_popup_link( __( '0 Comments', 'hoffman' ), __( '1 Comment', 'hoffman' ), __( '% Comments', 'hoffman' ) ); } ?>and update it to cause it to not show (again, commenting it away between <!– and –> should do the trick, like this:
<!--<?php if ( comments_open() ) { echo '<span class="sep">/</span> '; comments_popup_link( __( '0 Comments', 'hoffman' ), __( '1 Comment', 'hoffman' ), __( '% Comments', 'hoffman' ) ); } ?>-->Let me know how you go and good luck,
MarkForum: Themes and Templates
In reply to: [Hoffman] Gallery PostHi, Theomidm.
On the post drafting screen in your WordPress backend, have you tried setting the “post type” as “Gallery”? By default, the post type is set to “standard.”
Switching to the Gallery option might cause the image slider to work.
Good luck,
MarkForum: Themes and Templates
In reply to: [Hoffman] My main menu doesn't deployHi, Victor.
There was a theme update this morning to address some problems with the main menu.
Perhaps try updating the theme your WordPress admin and see if this resolves the issue.
M
Forum: Themes and Templates
In reply to: [Hoffman] Primary drop down menu doesn't workThanks for resolving this Anders. We can’t expect you to be sitting about waiting to resolve issues on all your great, free themes at the drop of the hat and I’m grateful that you resolved this one so speedily. I’ve applied the update and the issue is sorted on my site. I hope others have the same success. Best wishes, M
Forum: Themes and Templates
In reply to: [Hoffman] Primary drop down menu doesn't workHi, folks. I have the same issue since the latest update.
On desktop devices, the navigation menu is expanded by default (used to be hidden, until revealed with a menu toggle click) and I can’t figure out how to get it back to this behaviour.
If anyone has a solution, that’d be tops.
Forum: Themes and Templates
In reply to: [Fukasawa] Changing Testimonials page from "Archive" ??Hey John. Excellent that you’ve found a fix. Could you let us know how you’ve resolved this issue? It may be of use to others who are watching 🙂 Keep well, M
Forum: Themes and Templates
In reply to: [Fukasawa] Change Image posts to show titleExcellent x 2 🙂 The site looks great and I reckon this theme suits your content really nicely. Keep well, M.
Forum: Themes and Templates
In reply to: [Fukasawa] Categories error 404?Zo_Nynke, without seeing the error in situ, I’m not sure anyone is going to be able to come up with a solution 🙂 If we can’t replicate / test the error, there’s no path forward. In any case, you’ve got something else in the pipes that’ll work for your site and that’s the important part. Best wishes, M.
Forum: Themes and Templates
In reply to: [Fukasawa] Infinite Scroll Click type malfunctionZeesolt, can you provide a link to your site so that I can look at how it is currently behaving?
Forum: Themes and Templates
In reply to: [Fukasawa] Categories error 404?Hi Zo_Nynke.
Can you share a link to your site so that I can see the problem you are having directly and to try to diagnose a solution for you?
Best wishes,
MarkForum: Themes and Templates
In reply to: [Fukasawa] Infinite Scroll?Wait, having looked at your site, I can see you’ve got Fukasawa in place and it’s looking great 🙂 If your issue is resolved, perhaps you can mark this post as resolved.
Best wishes,
MarkForum: Themes and Templates
In reply to: [Fukasawa] Infinite Scroll?Hi there.
I’m using Fukasawa and have Jetpack running and the infinite scroll is working just fine for me.
You can see it in action at http://www.thisgeeksgoals.com if that helps allay any worries.
Best wishes for your site,
MarkForum: Themes and Templates
In reply to: [Fukasawa] Infinite Scroll Click type malfunctionHi there. Are you still experiencing this issue? The link you’ve provided doesn’t lead to your site now, so I can’t check. If you’re still having issues, post a fresh link and I can try to assist.
Best wishes,
MarkForum: Themes and Templates
In reply to: [Fukasawa] Only1 Column Appears On My Fukasawa ThemeHi Louise.
I had both of these issues on an off for a while.
In the end, I think it came down to a caching and minimisation issue. Do you have a caching plugin? And do you use that plugin to minimise javascript elements on your site?
If you do, try turning off Javascript minimisation, then clearing all your caches several times over (on your browser and your wordpress caches as well) and see if this improves things.
Let us know if this helps at all. I’ve tried to take a peek at your site but it’s understandably behind a maintenance mode splash – so maybe send a screenshot if the problem persists and we can go from there.
Best wishes,
Mark