Tagged: x
-
AuthorPosts
-
September 12, 2016 at 4:29 pm #1172071
logogloParticipantIf you scroll right to the bottom you will see:
“Affordable logo design & graphic design | was last modified: September 10th, 2016 by Gary”
How do I stop this from displaying?
Gary.
September 12, 2016 at 8:10 pm #1172321
JadeModeratorHi Gary,
Did you add a custom code in the child theme that adds this additional text in the footer? If so, you can simple get rid of those text in the code that you have customized.
If you are having troubles figuring it out, kindly provide us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
September 12, 2016 at 11:24 pm #1172504
logogloParticipantIts not in the footer…did you look? its in the body of the site.
September 12, 2016 at 11:26 pm #1172505
logogloParticipantIn fact, its on every page apart from the portfolio, I added some code to fix the hentry webmaster errors, maybe that has something to do with it? I want that info to appear on posts, but NOT on pages….
September 13, 2016 at 2:53 am #1172653
RupokMemberHi there,
We can see that and that’s why asked for the credentials. Somehow you have added the below code :
<div class="hatom-extra"><span class="title">Affordable logo design & graphic design |</span> was last modified: <span class="updated"> September 10th, 2016</span> by <span class="author vcard"><span class="fn">Gary</span></span></div>It’s not possible to determine from where it’s coming. So we need to check that from dashboard and FTP. As you might have added them; let’s try to find yourself first.
Thanks!
September 13, 2016 at 10:51 am #1173270
logogloParticipantI added that code as per one of your posts regarding fixing the hentry errors on webmaster tools. This is fine, and its hows this info on posts, which is fine, I just dont want it to show on pages.
September 13, 2016 at 11:06 am #1173305
RahulModeratorHello There,
Thanks for posting in.
To remove that part on every page, please add the following code in your Customizer via Appearance > Customize > Custom > CSS:
.hatom-extra{ display: none; }Hope this helps!
September 13, 2016 at 6:31 pm #1173982
logogloParticipantIs that for the page, or will that remove all of the post hatom ones too?
September 14, 2016 at 1:22 am #1174373
ChristopherModeratorHi there,
It hides hatom on all posts type.
To hide it on article pages, update previous code to :.page .entry-wrap .hatom-extra{ display: none; }Thanks.
September 14, 2016 at 8:44 pm #1175809
logogloParticipantThat didnt work, that text still appears at the bottom of my page.
You mentioned article page, not sure if this is meant to be my home page…either way, it didnt remove it 🙁
September 15, 2016 at 1:06 am #1176111
Paul RModeratorHi,
Please replace the code with this.
.page .hatom-extra{ display: none; }The code will also cover your home page.
If that doesn’t help, kindly provide us your wordpress admin login in private reply.
Thanks
September 15, 2016 at 5:04 pm #1177286
logogloParticipantWorked a treat! nailed it,. Thanks.
September 15, 2016 at 5:09 pm #1177290
logogloParticipantWoops, how do I remove it from the portfolio item pages?
http://www.logoglo.com/portfolio-item/baboon-media/
Also, jetack is putting the related posts there too, how do I stop this?
Thanks.
September 15, 2016 at 10:35 pm #1177672
FriechModeratorHi There,
Please update the given CSS code to this
.single-x-portfolio .hatom-extra, .single .jp-relatedposts, .page .hatom-extra { display: none; }Hope it helps, Cheers!
September 16, 2016 at 6:43 pm #1178755
logogloParticipantPerfect, thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1172071 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
