Page 1 of 5 123 ... LastLast
Results 1 to 10 of 94

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Location
    Tampa,FL
    Posts
    25
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by picaflor-azul View Post
    Try removing the includes/modules/pages/index/jscript_easySlider.php file.

    You can rearrange the elements on the product info page by editing the includes/templates/bristol_lace/templates/tpl_produc_info_display.php file.

    Thanks,

    Anne
    Hi Anne,

    I tried this, but it didn't work..Only had a homepage with background. Now, instead of the zx slideshow, I would rather implement your module sliding home images. Is there a way to install any of your templates without the built in slider? I really like your templates, but I am having issues removing the easy slider. I think part of it has to do with the stylesheet.css. There are references to the slider, and when I try to remove them, I end up with just a background on my home page, so I am really not sure what code to eliminate and which code needs editing. Thank you

    Sharon

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

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by Sharon J View Post
    Hi Anne,

    I tried this, but it didn't work..Only had a homepage with background. Now, instead of the zx slideshow, I would rather implement your module sliding home images. Is there a way to install any of your templates without the built in slider? I really like your templates, but I am having issues removing the easy slider. I think part of it has to do with the stylesheet.css. There are references to the slider, and when I try to remove them, I end up with just a background on my home page, so I am really not sure what code to eliminate and which code needs editing. Thank you

    Sharon
    To remove the styles for the slider, remove this from the stylesheet.css file:

    Code:
    /*bof easy slider*/
    #slider{margin:0 auto;position:relative;top:-8px;}
    #slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
    #slider2{margin-top:1em;}
    #slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */width:980px;height:250px;overflow:hidden;}    
    /*bof easy slider numeric controls*/    
    #control_div{width:200px;height:18px;position:relative;left:400px;top:-40px;}
    ol#controls{margin:1em 0;padding:0;height:18px;}
    ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
    ol#controls li a{float:left;height:18px;line-height:18px;/*border:1px solid #141312;*/background:#e4cdd3;color:#444;padding:0 10px;text-decoration:none;}
    ol#controls li.current a{background:#ae3953;color:#fff;}
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
    and add this to the #home-banner:

    Code:
    display:none;
    Also, remvoe the file I posted previously, and the includes/templates/bristol_lace/common/tpl_home_slider.php file. You will need to remove this code from the includes/templates/bristol_lace/common/tpl_main_page.php file:

    Code:
    <?php
      if ($this_is_home_page) {
    ?>
    <div id="home-banner"><center><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></center></div>
    <?php
      }
    ?>
    Then you can add any slide show that you like.

    Thanks,

    Anne

  3. #3
    Join Date
    Dec 2012
    Location
    Tampa,FL
    Posts
    25
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by picaflor-azul View Post
    To remove the styles for the slider, remove this from the stylesheet.css file:

    Code:
    /*bof easy slider*/
    #slider{margin:0 auto;position:relative;top:-8px;}
    #slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
    #slider2{margin-top:1em;}
    #slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */width:980px;height:250px;overflow:hidden;}    
    /*bof easy slider numeric controls*/    
    #control_div{width:200px;height:18px;position:relative;left:400px;top:-40px;}
    ol#controls{margin:1em 0;padding:0;height:18px;}
    ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
    ol#controls li a{float:left;height:18px;line-height:18px;/*border:1px solid #141312;*/background:#e4cdd3;color:#444;padding:0 10px;text-decoration:none;}
    ol#controls li.current a{background:#ae3953;color:#fff;}
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
    and add this to the #home-banner:

    Code:
    display:none;
    Also, remvoe the file I posted previously, and the includes/templates/bristol_lace/common/tpl_home_slider.php file. You will need to remove this code from the includes/templates/bristol_lace/common/tpl_main_page.php file:

    Code:
    <?php
      if ($this_is_home_page) {
    ?>
    <div id="home-banner"><center><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></center></div>
    <?php
      }
    ?>
    Then you can add any slide show that you like.

    Thanks,

    Anne
    Hi Anne,

    I followed your instructions, but still no joy. After following your instructions, I end up losing the mega menu in the header and footer. So, I started over, and after each step, I refreshed my page to see where the error comes in. When I remove the includes/templates/bristol_lace/common/tpl_home_slider.php file is when I lose all. I replace that file, and they are back.

    Thank You,

    Sharon

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

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by Sharon J View Post
    Hi Anne,

    I followed your instructions, but still no joy. After following your instructions, I end up losing the mega menu in the header and footer. So, I started over, and after each step, I refreshed my page to see where the error comes in. When I remove the includes/templates/bristol_lace/common/tpl_home_slider.php file is when I lose all. I replace that file, and they are back.

    Thank You,

    Sharon
    You will have a blank page until you remove the call for the file in the tpl_main_page.php.

    Thanks,

    Anne

  5. #5
    Join Date
    Jun 2012
    Posts
    50
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Hi Anne, I've tried adding my own logo in all your templates, but it doesn't work properly. all the white spaces show up.

    Here's an example in the bristol lace template. I simply just edited your logo which came with the template, but it just looks like as if it's just an image there....it doesn't look neat at all.

    here's an example of the logo not working properly. How can I fix that?
    http://dropshipturnkey.com/perfume2/

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

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by nesum18 View Post
    Hi Anne, I've tried adding my own logo in all your templates, but it doesn't work properly. all the white spaces show up.

    Here's an example in the bristol lace template. I simply just edited your logo which came with the template, but it just looks like as if it's just an image there....it doesn't look neat at all.

    here's an example of the logo not working properly. How can I fix that?
    http://dropshipturnkey.com/perfume2/
    Your logo is on a white background. If you make it on a transparent background it will work.

    Thanks,

    Anne

  7. #7
    Join Date
    Aug 2006
    Location
    Preston, Lancashire, UK
    Posts
    23
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Hi Anne

    I have a number of EZ Pages with headers and footers turned on. They appear in the Useful Links footer column but not in the Header Info > Useful Links.

    Is there something I have done wrong? The website is here www.valentinewigs.co.uk.

    Regards

    Richard

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

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by rikartalex View Post
    Hi Anne

    I have a number of EZ Pages with headers and footers turned on. They appear in the Useful Links footer column but not in the Header Info > Useful Links.

    Is there something I have done wrong? The website is here www.valentinewigs.co.uk.

    Regards

    Richard
    If you read the readme.html file you will see instructions for how to show the useful links in the header drop down menu ;-)

    Thanks,

    Anne

  9. #9
    Join Date
    Aug 2006
    Location
    Preston, Lancashire, UK
    Posts
    23
    Plugin Contributions
    0

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by picaflor-azul View Post
    If you read the readme.html file you will see instructions for how to show the useful links in the header drop down menu ;-)

    Thanks,

    Anne
    Thank you, Anne. I missed the importance of step 5. It is all working now.

    Regards

    Richard

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

    Default Re: Bristol Lace Template Support Thread-Questions about slider and additional images

    Quote Originally Posted by rikartalex View Post
    Thank you, Anne. I missed the importance of step 5. It is all working now.

    Regards

    Richard
    I am happy that you figured it out ;-)

    Thanks,

    Anne

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

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