Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172071
    logoglo
    Participant

    http://www.logoglo.com/

    If 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.

    #1172321
    Jade
    Moderator

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

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1172504
    logoglo
    Participant

    Its not in the footer…did you look? its in the body of the site.

    #1172505
    logoglo
    Participant

    In 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….

    #1172653
    Rupok
    Member

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

    #1173270
    logoglo
    Participant

    I 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.

    #1173305
    Rahul
    Moderator

    Hello 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!

    #1173982
    logoglo
    Participant

    Is that for the page, or will that remove all of the post hatom ones too?

    #1174373
    Christopher
    Moderator

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

    #1175809
    logoglo
    Participant

    That 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 🙁

    #1176111
    Paul R
    Moderator

    Hi,

    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

    #1177286
    logoglo
    Participant

    Worked a treat! nailed it,. Thanks.

    #1177290
    logoglo
    Participant

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

    #1177672
    Friech
    Moderator

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

    #1178755
    logoglo
    Participant

    Perfect, thanks!

  • <script> jQuery(function($){ $("#no-reply-1172071 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>