Frank Green

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Edit slider carousel pages #3157
    Frank Green
    Participant

    no… this is not a WHMCS issue… I recently corrected this myself… in the main.js file that is supplied with the theme:

    
     if ( pageHslider.length ) {
                pageHslider.owlCarousel({
                    items: 1,
                    autoplay: true,
                    loop: true,
                    dots: true,
                    mouseDrag: true,
                    touchDrag: true
    
                });
            }
    

    is how i altered main.js, the only thing im looking for now is how to slow the slider down because its still a little fast.

    Sincerely,

    Frank Green
    My Domain Labs LLC
    https://mydomainlabs.com

    in reply to: Slide show images Not found #3156
    Frank Green
    Participant

    Just incase anyone else stumbles upon this topic, I just feel inclined to mention that if the user takes the sample photo’s from the html template and places them inside of the img folder, they line up perfectly…

    so here’s what i did:

    I opened the HTML Template folder, and copied the img folder. into the whmcs-template folder.
    **img folder has subfolders with image place holders**

    I then had generic place holder images in all of the correct locations, which gave me an idea of how things were going to turn out.

    I then found / created images that matched the dimensions of the place holder. the only thing i had trouble with… was getting the full width portions of the template (like the sliders and the mailchip section).

    ** if anyone wants to see a project that is almost finished – check the link below.

    https://mydomainlabs.com

    Thank you,

    Frank Green
    My Domain Labs LLC

Viewing 2 posts - 1 through 2 (of 2 total)