Wp-admin doesn't work anymore

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 7 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #285722

    Rutger van Stappershoef
    Buyer
    Post count: 74

    Hi Support

    Since today the wp-admin doesn’t work anymore.
    I tried to add an account by creating one on this this page:
    http://linge.webnproduction.nl/gd-login/?signup=1

    When i fill out the form i receive the email but the user is send to an error.
    Also my wp-admin isn’t working:
    http://linge.webnproduction.nl/wp-admin/

    Do you know what the problem is overhere?

    Thank you!

    #285723

    Rutger van Stappershoef
    Buyer
    Post count: 74
    This reply has been marked as private.
    #285727

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now, there is no need to add a php closing tagto the end of functions.php

    Thanks,

    Stiofan

    #285804

    Rutger van Stappershoef
    Buyer
    Post count: 74

    Thanks for your very fast reply Stiofan!
    Problem solved, thank you very much.

    I have one more small question.
    Is it possible to change the hotspot list into a full list or a lazy loading instead of the pagination?
    Like for example on this page?:
    http://linge.webnproduction.nl/gids/tags/eten-drinken/

    #285816

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Just try some of the plugins like this, https://wordpress.org/plugins/ajax-load-more/
    I remember we had one that worked but i cant find the list.

    Stiofan

    #286090

    Rutger van Stappershoef
    Buyer
    Post count: 74

    Hi

    The plugin say’s that i need to integrate this piece of code in the archive.php.
    In which file do i need to replace the code for getting the infinite scroll?

    
    
    <?php if(is_author()){ ?>
    	<?php
    		$author = get_the_author_meta('ID');
    		echo do_shortcode('[ajax_load_more author="'.$author.'"]');
    	?>
    <?php } ?>
    <?php if(is_category()){ ?>
    	<?php
    		$cat = get_category( get_query_var( 'cat' ) );
    		$category = $cat->slug;	
    	?>
        <h1><span>Category:</span> <?php echo single_cat_title('', false );?> </h1>
        <?php
    		echo do_shortcode('[ajax_load_more category="'.$category.'"]');
    	?>
    <?php } ?>	
    <?php if(is_tag()){ ?>
        <h1><span>Tag:</span> <?php echo single_cat_title('', false );?></h1>
        <?php
    		$tag = get_query_var('tag'); 
    		echo do_shortcode('[ajax_load_more tag="'.$tag.'"]');
    	?>
    <?php } ?>

    By the tag pages i need to integrate this code:
    Where can i find that file? (tag.php)

    
    
    <?php
    $tag = get_query_var('tag'); 
    echo do_shortcode('[ajax_load_more tag="'.$tag.'"]');
    ?>

    Thank you!

    #286113

    Paolo
    Site Admin
    Post count: 31206

    Hi, the problem with that approach is that only the list will auto increase, while on the map you’ll always only have the listings loaded in the 1st page.

    I’m not sure this is a good approach, but let us know if you still want to proceed with it.

    Thanks

    #286445

    Rutger van Stappershoef
    Buyer
    Post count: 74

    Hi! My wish was to create one long list with hotspots or events and show all te items on the map.
    How can we make that possible?

    Thank you!

    #287188

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the only way would be to load all listings from page 1. So if you have let’s say 100 listings, go to Settings >> Reading and set in “Blog pages show at most”: 100.

    However this would be a terrible idea, because that page would be extremely heavy in size and loading very slow. That’s why it is paginated right now.

    Anything else would require a customization.

    I’m sorry.

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket