Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Homepage Slide Content Hover

    Hello :-) This module will give you a home page layout using the jQuery ContentHover Plugin to create a cool advanced slide out on hover effect.

    Name:  homepage-slide-content-hover.jpg
Views: 417
Size:  23.4 KB

    See a live demo here:

    Homepage Slide Content Hover Module Live Demo

    Module Features:

    • Completely customizable

    • Add your images, slide titles, slide texts, button texts, and button links

    • W3C Valid XHTML and CSS

    • Cross Browser Compatible

    • No changes to core files

    • Easy Installation

    • Detailed HTML readme file with written instructions and screenshots, and links to videos for the installation and customization steps.

    • Fully compatible with versions 1.3.8x, 1.3.9x, 1.5x. Would probably work with lower versions although it has not been tested.


    Please post any bugs or questions here.

    Thanks,

    Anne
    Last edited by picaflor-azul; 17 Nov 2012 at 07:05 PM.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Homepage Slide Content Hover

    Pretty slick! It's great to see so many new tools for advanced graphics so users don't need to install TM to get the polished looks they want...

  3. #3
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Homepage Slide Content Hover

    Quote Originally Posted by gjh42 View Post
    Pretty slick! It's great to see so many new tools for advanced graphics so users don't need to install TM to get the polished looks they want...
    jQuery is great ;-) You can do so much with it. I hope that people will use it to spruce up their zen carts.

    Thanks,

    Anne

  4. #4
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Homepage Slide Content Hover

    In a word...Wow!

    Thank you Anne, I look forward to having a play with this.

  5. #5
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Homepage Slide Content Hover

    Kathleen was looking for something new and didn't realize this was new.... as in today

    Great looking mod but I'm having a bit of a problem, most likely something simple that I'm overlooking but I've edited, reedited the file several times

    After editing the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php file by inserting the code using Notepad++

    All I get is a blank main page.

    This is a default v1.5.1 install using Avonlee_Contempo with no additional modules installed yet.

    upscalemaille dot com

    I did upload all the files first then copy/paste/edit the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php instead of editing the file prior to uploading.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #6
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Homepage Slide Content Hover

    Quote Originally Posted by picandnix View Post
    In a word...Wow!

    Thank you Anne, I look forward to having a play with this.
    Cool ;-)

    Thanks,

    Anne

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Homepage Slide Content Hover

    Quote Originally Posted by RixStix View Post
    Kathleen was looking for something new and didn't realize this was new.... as in today

    Great looking mod but I'm having a bit of a problem, most likely something simple that I'm overlooking but I've edited, reedited the file several times

    After editing the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php file by inserting the code using Notepad++

    All I get is a blank main page.

    This is a default v1.5.1 install using Avonlee_Contempo with no additional modules installed yet.

    upscalemaille dot com

    I did upload all the files first then copy/paste/edit the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php instead of editing the file prior to uploading.
    Check your /cache or /logs folder for error messages and either fix the errors, or you can post here with the error and I can take a look.

    Thanks,

    Anne

  8. #8
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Homepage Slide Content Hover

    WOW. That's why you get paid the big bucks.
    Didn't think about looking at /log files....

    PHP Parse error: syntax error, unexpected '<' in /home..../includes/templates/hampshire_cammie/common/tpl_main_page.php on line 77

    On line 77, I changed from
    Code:
    <?php require($template-<get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). 
    '/tpl_home_slide_content.php');?>
    TO
    Code:
    <?php require($template->get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). 
    '/tpl_home_slide_content.php');?>
    not because I knew what I was doing but because other similar lines had a > instead of <
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Homepage Slide Content Hover

    Quote Originally Posted by RixStix View Post
    Kathleen was looking for something new and didn't realize this was new.... as in today

    Great looking mod but I'm having a bit of a problem, most likely something simple that I'm overlooking but I've edited, reedited the file several times

    After editing the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php file by inserting the code using Notepad++

    All I get is a blank main page.

    This is a default v1.5.1 install using Avonlee_Contempo with no additional modules installed yet.

    upscalemaille dot com

    I did upload all the files first then copy/paste/edit the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php instead of editing the file prior to uploading.
    I just did a fresh install of avonlee contempo on 1.5.1 and there is a typo in the readme with the manual file edit. It should be this:

    Code:
    <?php
      if ($this_is_home_page) {
    ?>
    <div id="home-banner"><center><?php require($template->get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slide_content.php');?></center></div>
    <?php
      }
    ?>
    I'll see if I can submit an update to correct the typo :-)

    Thanks,

    Anne

 

 

Similar Threads

  1. Homepage Layout with CSS3 Hover Effects - 8 Variations
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 85
    Last Post: 10 May 2016, 11:10 PM
  2. Homepage Content
    By CynthiaS in forum General Questions
    Replies: 2
    Last Post: 5 Mar 2012, 02:28 AM
  3. Sidebox content Hover
    By Spiritus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 May 2009, 01:48 PM
  4. moving content on the homepage
    By wagnerguy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Dec 2008, 03:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg