This has happened once with the desktop, but resolved itself quick. It pretty much only happens on mobile and is very frequent.
Not sure exactly what went wrong, as it has only been happening for the last five days or so. Any help would be great!
]]>The error im getting is:
[Log] Error: (ajax-load-more.min.js, line 6)
TypeError: undefined is not an object (evaluating ‘m.debug’)
(anonyme Funktion) — ajax-load-more.min.js:6:39178
(anonyme Funktion) — ajax-load-more.min.js:6:36830
promiseReactionJob
[Log] Error Msg: – “undefined is not an object (evaluating ‘m.debug’)” (ajax-load-more.min.js, line 6)
[Log] ALM Error started in adminajax (ajax-load-more.min.js, line 6)
This is part of the homepages php with the shortcode
<div class="row">
<div class="titelschrift">News:</div>
<div class="item">
<?php $yell_2 = new WP_Query(array('post_type' => 'post',)); while ($yell_2->have_posts()) : $yell_2->the_post(); ?>
<div class="paragraph">
<?php $link = get_field('link_to_artist_page');
if( $link ): ?>
<a class="button" href="<?php echo esc_url( $link ); ?>"><?php the_field('artist_name'); ?></a>
<?php else: ?>
<?php the_field('artist_name'); ?>
<?php endif; ?><br>
<?php the_field('info_news'); ?><br>
</div>
<?php endwhile; wp_reset_query(); ?>
</div>
<?php echo do_shortcode('[ajax_load_more container_type="div" post_type="post" acf="true" posts_per_page="3" pause="true" images_loaded="true" scroll="false" transition_container_classes="#paragraph" button_label="More News…" button_loading_label="…loading" offset="15"]'); ?>
</div> <!-- .row -->
And the repeater template
<div class="paragraph">
<?php $link = get_field('link_to_artist_page');
if( $link ): ?>
<a class="button" href="<?php echo esc_url( $link ); ?>"><?php the_field('artist_name'); ?></a>
<?php else: ?>
<?php the_field('artist_name'); ?>
<?php endif; ?><br>
<?php the_field('info_news'); ?><br>
</div>
I’m not sure what to do next. Hope you can help me.
]]>I’m trying to set up the grid view but having trouble loading posts. I follow this video to load posts but still not seeing a “no posts” page.
Is this usable with the jetpack portfolio service? I’m not able to load any grids on test pages. Wondering if its because i’m using jetpack
]]>I’m running the WordPress 2016 theme without modifications.
]]>Every other pages & posts load properly. Every thing on dashboard>posts loads properly. I can create new posts, see categories and tags but can’t get the all posts page to load.
This happened after creating a draft post. I did not install or change anything on my site before this happened.
I tried clearing cache, reseting permalink structure. Still no good.
]]>– nRelate related posts
– Po.st social buttons
– Total facebook for facebook comments
– Fancy Author Box
Have deactivated them all one at a time and tried. Have deactivated down to only one plugin of the 4 and tried that all around. Have deactivated other plugins to try and weed that out. I am still getting the same results.
The post displays just part of the total facebook plugin on first load. On reload all of the items appear. I remove the Total Facebook and this does not remedy. Nothing shows and then when I reload, it shows.
Seems like the information is getting generated but all objects get a 0px attribute. It’s like the site is timing out on loading before it is all loaded and then on a refresh it loads the last information that wasn’t loading before.
Any ideas?
website is located at https://23.21.211.27/
]]>This first happened last Friday. I ultimately uninstalled the entire WordPress site and reinstalled. This worked but took a lot of time as I had to reimport old blogs, recreate tags and catagories, etc.
Yesterday the same issue happened again. I’ve tried restoring from this weekend when everything worked fine, but this didn’t help. Any suggestions? I understand extremely simple code but not enough to be messing with the platform coding, so if that is what it will take I will need detailed step-by-step instructions that a 1st grader could follow
]]>