billyengler
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Output title only, no htmlOK had to dig deeper. Got this figured out. For anyone intersted
<title><?php wpp_get_mostpopular( 'wpp_start=\0&wpp_end=\0&post_type=post&range=last12hours&limit=1&post_html="{text_title}"' ); ?></title>
OK nvm I’ve figured it out. It’s not anything anyone would have to worry about. I thought nothing had changed but saw a snippet in functions that a partner added but didn’t tell me about. It’s causing the issue.
Sure thing. That line shows:
jQuery('.advads-bg-color-field').wpColorPicker();
I should also note that it’s doing the same thing on three different sites, on three different themes, but all using the same plugins. The last time I made changes to my placements (I don’t recall when, a couple of months ago at least) it worked fine. Besides running core and plugin updates, nothing has changed on my sites for nearly a year.
There’s also an error, that I believe is related, showing this line:
<input type="hidden" id="advads_placement" name="advads_placement" value="4207e5d36a" /><input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=advanced-ads-placements" /><button type="button" title="Create a new placement" class="button-secondary" onclick="advads_toggle('.advads-placements-new-form')">
- This reply was modified 5 years, 11 months ago by billyengler.
- This reply was modified 5 years, 11 months ago by billyengler.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Don’t display based on age of postYou, sir, are amazing! Thank you for the great support!