The widget no longer displays anything on the front-end.
]]>i have a simple question. i use gravity stripe addon to purpose pay service with (sorry i don’t know how to translate) payment in installments…
Like 2 times, 3 times and four times.
But i need to stop manually, with your plugin can i define cycle to match with my need ?
Anyway already can manage from the back office with free version…
Wait some news from You.
Stay safe, keep it works !
Best regards.
]]>I only want one tick, that will just repeat itself.
]]>Screenshots of me replicating the problem in an alternate server:
How the renewal date change looks from the wp_usermeta table
Of course, the workaround we will use for now is directly changing the database, but this is a critical bug since it can break the site for someone who doesn’t know about programming.
]]>Support at Liquid Web tells me: “there were quite a few calls to wp-cron.php from the site itself, except instead of calling it locally, it went outside to the internet and the site called itself. Having your site call itself that way will cause it to consume more resources, so doing a relative url call would be best.”
Any insight as to a way to get back to normal is appreciated.
]]>Features needed include:
A tree to display downlines
admin ability to assign new members to existing members
user ability to confirm payment received
4 levels in a cycle
Withdrawal order button for users
1) I installed the INCLUDE ME plugin first. This isn’t necessary if you plan on placing the Looped Nav items into the single.php template, but I was inserting into a Divi text module, and this plugin allows for the retrieval of PHP and other files into page content via shortcode.
2) Set up the code for the version which cycles through the same category and placed it into a file called infinite-postnav-same-cat.php. Here it is:
<div class="loop-navigation same-category">
<div class="alignleft">
<?php c2c_previous_or_loop_post_link( $format='« %link', $link='%title', $in_same_term = true, $excluded_terms = '', $taxonomy = 'category' ); ?>
</div>
<div class="alignright">
<?php c2c_next_or_loop_post_link( $format='%link »', $link='%title', $in_same_term = true, $excluded_terms = '', $taxonomy = 'category' ); ?>
</div>
</div>
The part that makes it cycle through the same category is changing $in_same_term to “True” in both cases. Other attributes can be changed as needed.
4) Then I linked to that php file through a shortcode from the Include Me plugin:
[includeme file=”wp-content/themes/MyChildTheme/added-functions/infinite-postnav-samecategory.php”]
5) And lastly, placed that shortcode into a text module in a Divi post.
After that, I repeated the process for the version that loops through all categories: Created a php file, named it appropriately, added the code into it, created the shortcode, and then applied the shortcode where I needed it in Divi. The only difference in the version that cycles through all the posts, is that the $in_same_term attribute was changed back to “false”. To make this EXTRA easy, here is that version:
<div class="loop-navigation same-category">
<div class="alignleft">
<?php c2c_previous_or_loop_post_link( $format='« %link', $link='%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ); ?>
</div>
<div class="alignright">
<?php c2c_next_or_loop_post_link( $format='%link »', $link='%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ); ?>
</div>
</div>
===
Like I mentioned at the start, if you don’t need to insert the nav links anywhere with shortcodes, then you would skip the part about the Include Me plugin, and the individual php files, and instead take the code I placed in either of the php documents, and paste it into your child theme’s single.php file where appropriate. Keep in mind though, that with this method, I believe you can only use one of the options (instead of one that works exclusively with categories, and one without).
After the widget cycles through all of the quotes, it reaches an end and just stops cycling at all, leaving it static at the last quote shown.
Any clue as to make it keep cycling?
Thanks
]]>https://www.ads-software.com/plugins/simple-job-board/
]]>