keywerd
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] I want to shared URL to be what the picture links toThe events worked perfectly, thanks!
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] AddThis URL’sCan you tell me where in the code this ‘passing’ occurs please?
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] AddThis URL’sI want to do something like this, for pinterest specifically – not for everything: https://www.addthis.com/academy/setting-the-url-title-to-share/
Where is the javascript or call to do the sharing in the plugins code?
THanks
Done.
Yes, that makes sense.
I’ve gone ahead and done that but I still seem to have an issue. It seems the count/paging is still off when I go to a specific page vs. when i just scroll through pages. If i go to page/6 then the counting is like in half, because if i were to scroll that post shows up on page 3 and not 6. I have it set to pre-load 6 posts and the 18th post is showing up on page 3 if I scroll and page 6 if I manually type in page/6.
Reference this post for the issue: In 14th century England, they baptized children with cider because it was cleaner than the water.
I’ve tried clearing cache and not clearing cache, doesn’t seem to matter…
I’m just trying different things to make the plugin work as desired, which I think is just a fairly basic implementation.
I had wordpress loading the first post and then ALM loading the next 5 because that’s the minimum I could have wordpress load. It seemed to work fine but then had that issue where I go to a specific page and the first post disappears and is found all the way on the first page. I thought it might be related to the fact that i have wordpress load the one post and ALM load all the rest.
You then suggested having ALM load all of them and wordpress loading none, but that seems like a complicated way to address the problem when I would otherwise expect the plugin to work. You also suggested a problem with the repeater template, but it seems to work fine for all but this one scenario where the first post disappears.
I may go back to having wordpress load 5 and then ALM load five and see if i still have the specific page issue – i’m running out of ideas.
Do you have an example or a guide for that? It seems a bit more complicated to make it work than just installing/configuring the ALM plugin…
I thought your recommendation was to have wordpress to load 0 posts and have ALM load all of the first page, lets say 6 posts for example preloaded.
I was able to manually set the wp_options (table) posts_per_page = 0 in the database, but it still appears to load the first post and with no offset, i get a duplicate first post.
What were you recommending when you said “Also, is there a reason you just dont have ALM load all your posts instead of doing to offset?”.
Perhaps I am not understanding what the offset is used for…
I’m not sure how I can have ALM load all of them, as wordpress doesn’t allow an entry of 0 blog pages to show at most in that setting. I would be happy to have it load them all with the preload and no offset. It might fix this issue as I’m not sure there’s anything wrong with my repeater template.
- This reply was modified 6 years, 9 months ago by keywerd.
@spacetime @dcooney I can confirm that the after excerpt insertion point would work. It’s not ideal because it splits up pieces of the post (either puts the comments button after the ad slot or puts the ad between the image and my ‘likebtn’, which i might be able to fix with other css customizations); however, it does appear to work.
It would be great in the future if you all could get the ‘between post’ trigger point working. Thanks both for your help.
Unfortunately, manual insertion defeats the purpose of having the adinserter plugin in the first place.
Which include files are you referring too?
@spacetime Any idea why the posts aren’t getting recognized if the ALM loop is calling the_post?
Ok, to confirm then – there’s no ‘the_post()’ call being done by ALM’s loop?
You all have been down this path before in this thread: https://ww.wp.xz.cn/support/topic/attempting-to-have-ad-inserter-blocks-inserted-into-ajax-loaded-posts/page/2/
I just think my issues was a bit different since I’m not trying to get my ad inserted in the post itself where the paragraph/content comes in to play. I’m trying to put mine on the main homepage where I have blog entry/photo posts infinite scrolling.
You can do short codes and with widgets and such, or you can put it in after excerpts or before comments, etcs. My goal with using it was to make it dynamic e.g. after every 2 posts or similar.
I know you’ve got a premium plugin to do a CTA that might work similarly, but I’ve already paid for the ad inserter premium version and would like to keep all my ads config in the single plugin.