jerryskate
Forum Replies Created
-
Hmm. Thats callback for the standalone script isn’t they? Wonder if they work for the plugin. How would I rewrite this ego wok with my function?
Yoo see what? It still don’t work for me.. The second part of posts that shows up when scrolling down is without the correct iframe.
I use the the wp plugin for Infinite Scroll, but it has a callback window in setting. What part would that be? The first function of the code is supposed to be a function for callback, and from my understanding this is the function i nee dot place there. Just that anything I tried won’t work..
Forum: Fixing WordPress
In reply to: Infinite scroll not working after upgrading to 4.0Should have said, Its the wordpress plugin, not the standalone script ot the jetpack version!
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll Masonry. Cant find a working callback.I realized I enqueud my script wrong, changed it. Callback still doesn’t work though.
function wpb_adding_scripts() { wp_enqueue_script( 'masonry' ); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'masonryInit', get_stylesheet_directory_uri().'/js/masonry.js', array( 'masonry', 'jquery' ) ); }
add_action( ‘wp_enqueue_scripts’, ‘wpb_adding_scripts’ );
Forum: Fixing WordPress
In reply to: Masonry Infinite Scroll. Cant find a working callback.I realized I enqueud my script wrong, changed it. Callback still doesn’t work though.
function wpb_adding_scripts() { wp_enqueue_script( 'masonry' ); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'masonryInit', get_stylesheet_directory_uri().'/js/masonry.js', array( 'masonry', 'jquery' ) ); } add_action( 'wp_enqueue_scripts', 'wpb_adding_scripts' );
Hi Mekku, and thanks. However, I just made it happen myself. I re-arrange som code in wp-rss-excerpt-thumbnails until it worked, basically.
Went trough comments to see if anyone else hav asked this (should have don that first) and came across one, from me.. I didn’t remember I asked this before. Anyways, the answer where that the template is fixed.. It’s gotta be a way to re-arrange the order in the php? Im trying to do a layout and this is stopping me.
I tried with the latest version as well, but had the same issue. And since the new version is buggy for me, i had to revert back. The issue remains the same though.
Hmm just saw someone having the same problem a few post below and this seems to be a known bug. My problem is I’m not using the latest version of the plugin, i have close to 600 feeds and the new version slowed down my site so i went back to the older version. Since you now the problem, maybe you i can correct it in the php myself?
Hmm just saw someone having the same problem a few post below and this seems to be a known bug. My problem is I’m not using the latest version of the plugin, i have close to 600 feeds and the new version slowed down my site so i went back to the older version. Since you now the problem, maybe you i can correct it in the php myself?
Opened this upp again, though it was working, isn’t.
Forum: Plugins
In reply to: [Multi-column Tag Map] Show CPT category, and how do i get more columns?As far as more columns go, i solved that. Also made changes to the array so i get an output of posts, now i need to be able to output from a selected category. Is this possible?
Forum: Fixing WordPress
In reply to: Trying to output columns with the loop, not working. Why?Nope.. can’t get this to work. I can make it output in one long let. Or somewhat in clams with alphabetically horizontal. Any pointers here would be highly appreciated.
Forum: Fixing WordPress
In reply to: Trying to output columns with the loop, not working. Why?Hope so! Going over it with some css at the moment. My theme has its own styles for tables so i need to override that. Been trying the vertical alphabetically for a while, hopefully this is it.