thisismyalterego
Forum Replies Created
-
Ah I see… If I deactivate the datatables-JS stuff everything works fine ??
Thx.Forum: Plugins
In reply to: [Infinite-Scroll] FIXED: Infinite Scroll on Custom Post PageGood suggestion sloweye!
Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollcool ?? You can keep me posted if you want.
Good luck with your pageForum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollyes – you need to tell the plugin which selector-ids (or class names) your element have…?
But before you need to fix the usual pagination. I guess you haven’t set your permalinks. If these are not set pagination is not working properly.
I still suggest you try to configure the plugin and everything else with a default theme first. This makes it lots easier to understand how wp and it’s plugins work together. Some themes are not using the official structure so you need to re-arrange pluginsettings and code a bit. But therefore it’s necessary to understand how they work with a proper theme
Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollwell…?in the backend you have a settings panel – especially for the plugin. This is NOT inside the plugin-panel. It’s nested inside of another panel called “settings” or something. Just rollover through the different navigation-menus in the backend.
When you find it you have to tell the plugins what names your css-selectors have…?
see here:
https://www.infinite-scroll.com/Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollAh I see this is the theme that has the problem. Can you switch to twentytwelve theme so I can have a look at the behaviour of the plugin (loading-bar that tells you there are no more posts)
Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollalright. But plugin isn’t running / configured – is it?
Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollWell, as a developer you should know how things work and how to test things.
Yes, use a default theme, use the default plugin *without* modifications.
And you should have noticed that the modifications above are not for the plugin you are using…Of course jquery is required, but it’s packed right into wordpress.
If you provide a link to your page (and not localhost…) we could help you way better ??
Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollAnd why have you modded your scripts? It’s a wordpress plugin that enables infinite scroll. Why did you do modifications like this one:
https://wptheming.com/2012/03/infinite-scroll-to-wordpress-theme/
This is only necessary if you want to code your own infinite scroll plugin / method.
Have you ever tried to use the plugin without modifications?
Also you should start testing the plugin with one of wordpress default themes (twentytwelve for example) to see if it’s running. If it is and not in your theme, your theme needs modifications.Forum: Plugins
In reply to: [Infinite-Scroll] need help to set up infinite_scrollTo me it seems that you are not using the official infinite-scroll plugin where this discussion is about.
You are using something different, don’t you? Because normally you do not need to “make it work with wordpress” as it is a wordpress plugin.What “infinite scroll” script do you use?
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?I’ve mailed to your gmail address. Did you get it?
I’ve found out how to use the manual trigger too…Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Alright – I’ll send you my contacts via your website
I hope this thread helps out lots of other people too. I saw that the web is full with the question of combining ngg and infinite…
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Hm. the manual trigger isn’t loading on my page too – I’ll have a look.
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Cool! Wish you all the best with your page and for your business
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Oh – and you might have seen that the loading image is only showing one time, then its gone even if it’s loading another bunch of images.
Fix for that – add this to your cssfile:
#infscr-loading{
clear:both;
}