Revived
Forum Replies Created
-
Forum: Plugins
In reply to: [WP2Social Auto Publish] Emoji’s disappearingWhat happens if you go back to the settings page after you’ve closed the browser tab? Is the emoji still there or has it converted to that code above (starting with the span tag)?
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Auction loading visualI have it right after the function auction_nudge_loaded() script and before the closing body (with nothing else after) and it seems to be working fine.
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Auction loading visualDisregard that css question. The image had a height of 800, that’s why! lol
Thanks!
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Auction loading visualI have it placed before the closing body and it seems to be working fine.
All I’m using is a loading animation (gif). It seems to be vertically aligning itself to the middle of the total height of the to be displayed listings. I realize this question is probably beyond the scope of your typical support but could you suggest a (I assume css) fix to force that loading image to the top of the div? I tried vertical-align: top but that’s not moving it up.
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Auction loading visualShould this js go in the head, after the opening body, or before the closing body?
Forum: Themes and Templates
In reply to: [OceanWP] Did any css link colors changed w/ recent update?Yeah, probably so. Nonetheless, it was an easy fix. Thanks for taking the time to reply.
Sorry, I’m more of a designer than a developer. How would I call the_content?
First, I want to thank both of you for your willingness to look into this. May I ask what is the consensus? Do you guys believe it is possible to have the two plugins work together?
Can you give me a bit of guidance on where/how to add it? Sorry.
Doesn’t look like it:
Unfortunately, I’m not even remotely certain how to call/implement the_content()
Another reply from the ALM developer:
Seems like maybe the issue is Ad Inserter requires JS to initiate the ads and other content.
In that case, you would need to fire the appropriate function after a Ajax complete.
https://connekthq.com/plugins/ajax-load-more/docs/callback-functions/almcomplete/Can you ask the developer if this could be the issue?
Oh, sorry I should have clarified. One of the neat things about Ad Inserter is that it can be used to insert ANY content…which is what I’m attempting to do in this case. Specifically, I’m inserting the div code for a YouTube subscribe button:
<div style="width: 100%; overflow: hidden;"> <div style="width: 100%;"><div class="g-ytsubscribe" data-channelid="UCzQFgXrjO0cl_rdJvWJ6YaA" data-layout="full" data-count="default"></div></div> </div>Would you like me to open a ticket? I don’t mind granting access to the site (you seem trustworthy). 😀
- This reply was modified 8 years, 2 months ago by Revived.
His reply:
ALM doesn’t call any hooks after an ajax load.
I’m using Ad Inserter (a popular plugin) to insert ads after designated HTML Elements. I currently have ALM set up to display 25 posts and to load five posts at time subsequent to pressing the button.
The Ad Inserter content will not dynamically load with the ALM content.
Would you be inclined to test? Would be grateful! 🙂
Yeah I should have caught that. It happens when you are working at 3:00 am. 😴