JackGraal
Forum Replies Created
-
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Sign up form disappearedOk, I know what was wrong. I didn’t register the second site so it wasn’t present on the list after logging to the MailMunch account.
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Sign up form disappearedMailMunch plugin is activated on the whole network and I’m using the widget that shows up at the end of post content.
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Sign up form disappearedI wanted to use seperate widgets on both sites and integrate them with two different MailChimp lists.
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Sign up form disappearedIt’s back again after I removed the blog from my MailMunch account and recreated the form.
But I still have one question – does MailMunch work with multisite?
Forum: Themes and Templates
In reply to: [Hueman] HUEMAN Disqus for comment area kills comment iconAdd this code to functions.php
add_filter( 'get_comments_link', function( $link, $post_id ) { return get_permalink( $post_id ) . '#disqus_thread'; }, 10, 2 );
It just replaces #comments with #disqus_thread on the end of comments url (like this: https://jackgraal.com/en/frozen-review/#disqus_thread )
Works for me, keeps the font awesome icon counter and there is no need to use the “Output JavaScript in footer” option.
Forum: Plugins
In reply to: [SlimStat Analytics] How to delete all SlimStat data from mysql databaseMy bad ?? I just needed to remove my multisite wp_4_slim… and wp_5_slim… tables first.
Awesome, thank you again ??
Oh no, on mobile devices there is a blank space in the left and the sharrre buttons are below content. Is it possible to get rid of this blank space on mobile devices and keep the buttons below?
Thanks a lot ??
a blank space showed up to the left, but the share buttons rendered in the middle of the post covering it.
Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?Thanks, it works again ??
Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?Hi again,
I was using Hueman v.2.0.8. Today I’ve updated to 2.1.1 but the whole trick from this topic doesn’t work anymore so I had to go back to 2.0.8.
The whole theme stopped being responsive.
Could you help me?
Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?Now I see that it would be in conflict with my floating social bar anyway
Thanks for help again and keep up the good work ??
Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?It worked ?? Thanks for help
Could you also tell me how to move this sidebar to the left side of the page? If I use one of these layouts in theme options the s1 sidebar goes to the left side and the s2 sidebar stays on the right side.
I’d like to have the s1 sidebar always on the right side, and the s2 sidebar collapsed on the left side.
Forum: Themes and Templates
In reply to: [Hueman] How to make secondary sidebar allways hidden?Unfortunately it does not work. I changed it in my child theme, should i change it also in the main Hueman theme?