A. M. M.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Severe Problems with StylingHere are some screenshots:
https://nimb.ws/mAr9lV
https://nimb.ws/Xpv5PnForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyCould you please resend your reply? Something seems to have been wrong with my email address, but it’s working now.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyPlz use [email protected].
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyDone. I’m afraid it’s still not working.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyThis time I tried it w/ copy&paste, as the builder did not provide said result. Is this correct?
[ajax_load_more taxonomy=”user:user” taxonomy_terms=”subscriber1:subscriber2″ taxonomy_operator=”IN:NOT IN” taxonomy_relation=”OR”]
Because if so, it’s still not working.
- This reply was modified 7 years, 7 months ago by A. M. M..
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyIs there another short code builder than the one in the plugin itself? Because that’s the one I used. If it is not correct, please advice how to make it correct.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyI wish that would help/work. I tried the following shortcode:
[ajax_load_more container_type=”div” post_type=”post” posts_per_page=”48″ taxonomy=”user” taxonomy_terms=”subscriber1″ taxonomy_operator=”IN” taxonomy=”user” taxonomy_terms=”subscriber2″ taxonomy_operator=”NOT IN”]
But upon logging in as subcriber1 and going to my private page (where I placed the shortcode above), I can still see the posts that I explicitly assigned to subscriber2.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Only include particular taxonomyI’m confused. Is there any way at all that I can exlude posts with Ajax Load More?
Use case: I have a bunch of posts with different tags, categories and a taxonomy “user”.
I created a private page for some users and want to use Ajax Load More to load SOME of the blog posts to their private page. But only those that fulfill the criteria (e.g. have a certain tag or user).
Is there any way for me to accomplish this with this plugin?
Forum: Plugins
In reply to: [MailChimp Goal for WordPress] Not trackingSorry for not getting back to you earlier. Glad to hear it should work. Until recently, it didn’t (which is why I deactivated the plugin). I’ll do some testing myself in the next couple of days.
Forum: Plugins
In reply to: [MailChimp Goal for WordPress] Not trackingForum: Plugins
In reply to: [MailChimp Goal for WordPress] Not trackingI’m using automation to send out a three day email series (www.upyourincome.net) and have goal tracking enabled. Workflow:
1) Subscriber signs up
2) Gets confirmation email with confirmation link (which is also the first job)
3) Subscriber gets second email
4) Subscriber gets third emailForum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Update broke PluginEverything back to normal. Thanks.
Forum: Plugins
In reply to: [Rename wp-login.php] Hide linksDoes anybody have a piece of advice? Would be much appreciated.
Please make it possible to change the color of the “register” button. Is currently only possible for the “log in” button.
Forum: Fixing WordPress
In reply to: Set front page with phpApparently I have to use
elseif ($foo) ($SignupCounter==1) {
instead of
elseif ($SignupCounter == 1) : {
But it is still not working. I tried something simpler too:
$LP = get_page_by_title( ‘Fragen’ );
update_option( ‘page_on_front’, $LP->ID );
update_option( ‘show_on_front’, ‘page’ );And even this doesn’t work. There must be something wrong with the basics here. Can anyone help? Pleeeeaaasseee