Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Mark

    (@seemarkgeek)

    Hi 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.
    Mark

    Mark

    (@seemarkgeek)

    Hi 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,
    Mark

    Mark

    (@seemarkgeek)

    Hi, 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,
    Mark

    Mark

    (@seemarkgeek)

    Hi, 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

    Mark

    (@seemarkgeek)

    Thanks 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

    Mark

    (@seemarkgeek)

    Hi, 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.

    Mark, http://www.thisgeeksgoals.com

    Mark

    (@seemarkgeek)

    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

    Mark

    (@seemarkgeek)

    Excellent x 2 🙂 The site looks great and I reckon this theme suits your content really nicely. Keep well, M.

    Mark

    (@seemarkgeek)

    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.

    Mark

    (@seemarkgeek)

    Zeesolt, can you provide a link to your site so that I can look at how it is currently behaving?

    Mark

    (@seemarkgeek)

    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,
    Mark

    Mark

    (@seemarkgeek)

    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,
    Mark

    Mark

    (@seemarkgeek)

    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,
    Mark

    Mark

    (@seemarkgeek)

    Hi 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,
    Mark

    Mark

    (@seemarkgeek)

    Hi 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

Viewing 15 replies - 1 through 15 (of 19 total)