lance aligiannis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Virus cPanel Warninginfo from my host about the server…
problem is the wordpress file it contains 2 files that are being flags
the 2 files that were flaged are NOT a problem and are standard WordPress files they are:
1) wp-admin/js/revision-js.php — packed data
2) wp-includes/js/tinymce/plugins/paste/js/pasteword — has “iframe” code in it…..Forum: Fixing WordPress
In reply to: Virus cPanel Warningthis warning is on two separate installations of wp tho.. coincidence?
thanks for the tip.. i’ll sus out that info regardless.
however, the zip files contain the potential virus code too, doesn’t seem like a hacker would infiltrate the raw zip wp installer bundle?
looks to me like a flagged warning of a potential weird uncommon string.artisteer themes… this code makes the ‘content’ wrapped div work..
but then the main menu n blog page still need codes.. that’s all i got.jQuery( ‘img[data-lazy-src]’ ).bind( ‘scrollin’, { distance: 200 }, function() {
var img = this,
$img = jQuery(img),
src = $img.attr( ‘data-lazy-src’ );
$img.unbind( ‘scrollin’ ) // remove event binding
.hide()
.removeAttr( ‘data-lazy-src’ )
.attr( ‘data-lazy-loaded’, ‘true’ );;
img.src = src;
$img.fadeIn();
});go into ur control panel n in the file manager go to ur plugins n edit the ‘wpf.class.php’ file in the mingle-forum plugin… search for the <td> that contains the info ur after n give it a class, then add some css with a larger font. or u cold remove the <small> </small> tags around the info u want bigger.
the dirty hack that i’ve done so far is to unload the widget on click, then redirect the user to the login page. then they can login again, tho it does a full page reload. almost there.
thanks for the reply dean… i’ve been sending u emails.. have u been getting them?? i’ve made u an admin of the ‘grind’ website i’m workin on… every aspect is there… where do u want me to list the problems? here or in email?
Forum: Plugins
In reply to: [Ajaxy Instant Search] [Plugin: Ajaxy Live Search] Settings after install?thanks man… the search form works great, tho only in one instance on the website… can u please contact me through my contact form at:
https://www.lancewhear.com/contact
with ur email then i’ll forward u login details… i can’t find any other way to contact u..
lance.Forum: Plugins
In reply to: [Ajaxy Instant Search] [Plugin: Ajaxy Live Search] Settings after install?this is the best search form i’ve seen..
is there any other theme code to use??? or shortcode??<?php echo ajaxy_search_form(); ?>
this shows the form, n takes the functionality away from the one in the sidebar widget..
i guess it’s not calling the js properly maybe??thanks.
Forum: Plugins
In reply to: [Co-Authors Plus] Multiple authors can't edit pagesany luck with a page editing fix? yeah, works great for posts!