Hello, thank you in advance for your time.
My site is: booomcha
Not long ago, I opened a ticket (#283697) because after I made a footer page, I had a duplicate of the JetPack like button appearing before the footer. That was resolved with some CSS snippets and I’m quite happy with it.
This time, however, I installed a single post template from the Cloud Library. Again, I have a duplicate JetPack like button showing up, but this time, it is just below the comments section, above the footer. I was wondering if you could please help me out with more coding to get rid of this duplicate?
Please see photos: This is a pic of the JP Like I want to keep; This is a pic of the duplicate I want to remove
My next question is regarding the Home tab in the main menu in the header. Although my static page is “Home,” I do not see the need to have the Home link in the menu. When I delete it from Appearance>Menus, WordPress automatically seems to generate it regardless. I tried moving the Home tab to the end of the menu, then use CSS to display:none, but No matter where I put the Home tab on the Appearance>Menus, it still appears at the beginning of the menu on the front end. If I leave it there, and use the CSS snippet to hide it, it messes the margin up.
Please see photo: Home Tab
There is just one more question, please. When I use the search in my header and it comes back with “no results,” the page that comes up has a different header. I have a header template set as my global header, so I’m not certain why this is happening. This is the only page I’ve noticed that has this issue. All the others seem fine.
Please see photo: Wrong Header
Thank you again for your time, I appreciate any help you can provide.
Kymber
-
This topic was modified 7 years by
booomcha.
Hi,
Regarding on Like button, please check the following official documentation from here -> https://jetpack.com/support/likes/ You can turn off this functionality from the settings.
For your second question, please notice that you can change the order of your main menu from the Menus Appearance from the panel. You need to move it at the end of your menu items. That’s all! You need to move the first item at the bottom of these from that section, as an example -> https://www.screencast.com/t/Pe8ZxlgM
Regarding on the header section when you do not have any posts, it seems to be a mini bug in our theme and at the moment, we do not have any quick fix in this case, sorry! We hope to fix it in our future updates.
Thank you for your understanding!
Hi, Catalin, thank you for your response.
For the likes… The JetPack information does not help me because I do not want to turn likes off. I want to hide the duplicate likes that are appearing under the comments on my posts when I use the theme template. This does not happen when I do not use the template.
In my previous ticket that I mentioned, likes were duplicated under the footer when I implemented a footer page. I was then given a CSS snippet to hide the duplicate likes.
As far as I can tell, this cannot be done through any JetPack settings. I still think I need to use CSS to hide the duplicate. Please help, if you can.
As for moving the “Home” tab in my main menu… please note that what I explained was that even though I moved my home tab in Appearances>Menus, it still appeared at the head of the menu (first tab) on the site. So, this does not answer my problem either.
Please see my photos: Image 1 Image 2
Thank you for answering my question about my header in search. I understand and look forward to the update.
Hi,
I have checked more than 15 posts of your website but I did not saw your duplicate Like button at the bottom of your page, sorry! Please provide the exact link with the problem so I can identify it closer that section and also, so I will be able to provide a more accurate response.
Regarding the moving of your “HOME” menu items, please notice that when you have correctly made that change and save it as properly, it sohuld works as expected. Ensure that your modification has successfully saved in order to achieve good theme results. Otherwise, please check your system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/ If the problem is still there after you have made these changes, please let us know.
Thank you!
Hello,
There is only one post right now that I’m using the template on. It’s the most recent post HERE. I did not use the template on all the posts yet because of the duplicate likes.
Please note, the duplicate likes are beneath the comments section as pictured here: IMAGE
I’ve checked my parameters as per your link, and it looks as if they are fine. Please see IMAGE.
My menu appears to be saving normally. I do not know what the issue is.
Thank you.
Hi, again.
I was able to fix the menu “home” tab on my end. It was a dumb mistake I made that you inadvertently led me to. I thank you for that and for your patience.
The only thing I need help with now is figuring out how to hide the duplicate likes.
Thanks again.
Hi,
Thank you so much for this code, however, it does not work. I tried that one before I wrote on the forum for help.
The code I have for hiding the duplicate likes in the footer is:
.single .td-footer-page .sharedaddy {
display: none;
}
So, I’ve tried different selectors with no luck.
.single .sharedaddy – this hides all the likes. I don’t know what the selector should be for that area of the post template, just under the comments.
I hope showing you what I’ve tried helps.
Thank you again so much.