Jump to content

miniarma

Members
  • Posts

    204
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by miniarma

  1. Try this, it worked for me

    In your header you will have something like this

    <script>
    $(document).ready(function() {
    //Retina Image
    $('img.retina').retina('@2x');
    //LayerSlider Settings
    $('#layerslider').layerSlider({
    skinsPath : 'images/layerslider_skins/',
    skin : 'borderlessdark',
    slideDelay : 5800,
    slideDirection : 'fade',
    thumbnailNavigation : false,
    navButtons : false,
    navStartStop : false,
    navPrevNext : true,
    hoverPrevNext : true,
    pauseOnHover : false,
    responsive : true
    });
    </script>
    

    Place this line of code in so it looks like this "var $j = jQuery.noConflict();"

    <script>
    $(document).ready(function() {
    //Retina Image
    $('img.retina').retina('@2x');
    
    //LayerSlider Settings
    $('#layerslider').layerSlider({
    skinsPath : 'images/layerslider_skins/',
    skin : 'borderlessdark',
    slideDelay : 5800,
    slideDirection : 'fade',
    thumbnailNavigation : false,
    navButtons : false,
    navStartStop : false,
    navPrevNext : true,
    hoverPrevNext : true,
    pauseOnHover : false,
    responsive : true
    });
    
    var $j = jQuery.noConflict();
    
    </script>
    
    

    Now replace the $ with jQuery so now it will look like this

    <script>
    jQuery(document).ready(function() {
    //Retina Image
    jQuery('img.retina').retina('@2x');
    //LayerSlider Settings
    jQuery('#layerslider').layerSlider({
    skinsPath : 'images/layerslider_skins/',
    skin : 'borderlessdark',
    slideDelay : 5800,
    slideDirection : 'fade',
    thumbnailNavigation : false,
    navButtons : false,
    navStartStop : false,
    navPrevNext : true, 
    hoverPrevNext : true,
    pauseOnHover : false,
    responsive : true
    });
    
    var $j = jQuery.noConflict();
    
    </script>
    

    Report back and let me know. If not send me a pm of your header and I will have a look at it for you

  2. I feel like your tone was completely wrong here - "sort it out this is ridiculous". PHPVMS is FREE! Don't like it lump it. And maybe do a quick search around the forums before demanding things? And also if your host is suspending you due to MYSQL injections I believe you have bigger problems with your host my friend.

    Didn't mean it that way, typed it in a little wrong. Did happen when I just woke up so was half asleep. Sorry for offending you.

    • Like 2
  3. Fixed and sorted it. Infected files found & deleted. Make note below

    Malware uploaded through weakness in script.

    You must:

    • Delete files uploaded by hacker
    • Change MySQL password
    • Remove weak script or fix weaknesses
    • Files uploaded by hacker:
    • /phpvms/core/lib/tmp-upload-images/log.php
    • /phpvms/core/lib/tmp-upload-images/pijar.php
    • /phpvms/log.php
    • /phpvms/sunnah.html
    • /sunnah.html

    Further notes:

    Please note that this list may not be complete.

    Please check all your files to make sure the malicious files are all removed.

  4. Cheap and affordable phpVMS Skinning Services

    I am offering the phpVMS community an affordable phpVMS skinning solution. All designs I offer are unique and are not sold on to any other customer.

    Prices start from $25 USD and upwards.

    About me

    I am a freelance web designer who is interested in helping out the phpVMS community with freeware skin releases and an afforadable payware service.

    Currently my website is under a major revamp but as soon as it’s back online I will notify the community.

    Recent work

    Fresh by miniarma - http://forum.phpvms.net/topic/6671-fresh-by-miniarma/

    Fly Scandinavia – http://flyscandinavia.net

    Quote me

    If your interested in my services then you can either request a quote by the following methods:

    · Email – sales@creative-designsuk.com

    · Private message me

    · Support ticket - http://creative-designsuk.com/flm/

  5. Sylvester, If you know HTML and CSS then its easy as coding a website. All your doing is designing the skin and placing bits of code that phpvms requires. I've designed and created loads of phpvms skins for clients and some of them only took a matter of days to complete.

×
×
  • Create New...