Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1111638

    I have date archives disabled in Yoast SEO plugin.

    On the Site Map Page (the template is Archives) and the editor has no content for me to edit. I need to get rid of the date archives on https://gatehealing.com/site-map/ but cannot figure out how to do so.

    Thank you!
    Jon

    #1111902

    Hi Jon,

    I tried to use the Archives template but I’m getting a different result on my end (tabs with pages, portfolio, etc).
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1113336

    Private Login creds below (I’m trying to minimize plugin use). Apologies for delay–been wrestling with a crashing macbook pro.

    #1113514

    Hi Jon,

    Thanks for giving us admin access.
    In your child theme, create a file and call it: archives-child.php
    Then inside it paste this code: https://pastebin.com/0QQE7cDR
    Then change the template from Archives to Archives Child, let us know if this helps.

    Best regards,
    Nikko

    #1113730

    Thanks Nikko.

    That worked for getting rid of date archives. But the format still looks pretty sloppy. The Google Drive link below shows a screenshot. You’ll notice that the the first couple of section titles are to the left margin, but the last one is to the right. Also, above Available Pages is just a normal font word Pages, and above Archive by Subject is the word Categories. (Similarly, above the most recent blog posts bolded section title is a normal font word “Blog Posts.” Those normal font pieces look redundant. If I can get that site map page to look more professional, that would be ideal.

    Here’s the link to the screenshot: https://drive.google.com/open?id=1ON0fhRkPoOUC-fSzEVnDyIh37u7bu68u

    #1113985

    Hi Jon,

    I see I thought there’s some plugins causing the accordion not to work on Archives template but it’s actually a bug which doesn’t load the accordion when Disabling of template builder elements is set to: Load only used elements.
    We will report this bug on our devs. For the meantime I have set Disabling of template builder elements to Always load all elements.

    Best regards,
    Nikko

    #1114013

    That looks better . . . is having all elements loaded going to cause more burden on my shared server? I ask bc I am already having some issues when my site is so small in size that it shouldn’t be getting the memory kills that it is getting.

    JOn

    #1114182

    Hi Jon,

    Yes, it will have more burden than the other option.
    You can switch to the other option for now until the issue is fixed and you can use some html sitemap temporarily.

    Best regards,
    Nikko

    #1115277

    Hi Nikko,

    What do you mean, “you can use some html sitemap temporarily.” Do you mean a html sitemap plugin?

    Jon

    #1115329

    Hi Jon,

    Yes, that’s what I meant.
    I apologize it wasn’t clear.

    Best regards,
    Nikko

    #1115534

    No prob, just wanted to be sure there wasn’t another feature in the template someplace I had missed.

    J

    #1115633

    Hi gatehealing,

    Thanks for understanding, there are some high priority bugs that our devs are currently working on, so it might take a while before they can check on this issue.

    Best regards,
    Nikko

    #1122590

    HI Nikko,

    I just looked at my sitemap, and it appears to have reverted back to the sloppier version where there are no tabs. I am unable to find where you set the theme to “always load all elements.”

    Any ideas?

    Jon

    #1122624

    Hi Jon,

    It’s fixed now.
    I have added this code in enfold > includes > helper-assets.php as advised by our developer.

    //	tabs are needed in template-archive
    if( isset( $disabled['av_tab_container'] ) )
    {
    	if( '' != locate_template( array( 'template-archives.php' ) ) )
    	{
    		unset( $disabled['av_tab_container'] );
    	}
    }

    It will be fixed on the next release of Enfold :)

    Best regards,
    Nikko

    #1122870

    Nikko

    Thanks! Is there any chance you did anything that may have messed something up with my access? I had to reset my password, and once I got in, there are no pages, posts, settings etc links down the left sidebar?

    Jon

    #1122875

    perhaps you changed me from being an admin?

    #1122879

    Nikko,

    Disregard. . . something weird with w3 plugin. Not sure if the changes you made caused something with w3 total cache or not. I do konw that I use a child theme . . . should the changes you made have been in the parent theme or the child theme?

    I am getting with w3 total cache authors to troubleshoot as well.

    J

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.