Page 43 of 100 FirstFirst ... 3341424344455393 ... LastLast
Results 421 to 430 of 995
  1. #421
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You can edit the slider image links in the define_main_page.php and the footer links in includes/templates/all_business/common/tpl_footer_menu.php .

    Thanks,

    Anne
    I did edit the links, but what I can't get to work is getting the links to open in a new window. Should I be putting target="_blank" after the URL in define main page? If so, where in this code does it go?

    define(URL5,'http://www.example.com');


    Thank you
    ~Jewel

  2. #422
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by Get Em Fast View Post
    Add this to your stylesheet:
    Code:
    #footer #siteinfoLegal {width: 80%;}
    That should fix you right up.
    That worked, thank you.

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

    Default Re: All Business template Support Thread

    I did edit the links, but what I can't get to work is getting the links to open in a new window. Should I be putting target="_blank" after the URL in define main page? If so, where in this code does it go?

    define(URL5,'http://www.example.com');


    Thank you
    ~Jewel
    Edit this section of the define_main_page.php:

    Code:
                   <div id="slider">
                            <ul>                            
                                    <li><a href="<?php echo URL1 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>"   alt="first slide image" /></a></li>
                                    <li><a href="<?php echo URL2 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>"   alt="second slide image" /></a></li>
                                    <li><a href="<?php echo URL3 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>"   alt="third slide image" /></a></li> 
                                    <li><a href="<?php echo URL4 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>"   alt="fourth slide image" /></a></li>
                                    <li><a href="<?php echo URL5 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>"   alt="fifth slide image" /></a></li>                        
                            </ul>
                    </div>

  4. #424
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    OK, so where in this code does the snippet go?

    <li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>


    Thanks
    ~Jewel

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

    Default Re: All Business template Support Thread

    OK, so where in this code does the snippet go?

    <li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>


    Thanks
    ~Jewel
    replace with:

    Code:
    <li><a href="<?php echo URL1 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
    But I would stongly advise against opening these urls in new windows unless they are pointing off site. The multiple new windows within site drive me nuts and is generally a bad practice in regards to conversion rates.

    Thanks,

    Anne

  6. #426
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thanks Anne. A couple do point to my blog, and those are the ones that I want to open in new windows. I agree with you about ones that point to categories within the store.

    ~Jewel

  7. #427
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Anne, if you do not mind me asking, how is that header's background image's ends being rounded?

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

    Default Re: All Business template Support Thread

    Thanks Anne. A couple do point to my blog, and those are the ones that I want to open in new windows. I agree with you about ones that point to categories within the store.

    ~Jewel
    O.k., good luck with your business

    Thanks,

    Anne

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

    Default Re: All Business template Support Thread

    Anne, if you do not mind me asking, how is that header's background image's ends being rounded?
    I am not sure what you are asking, but the header image does have rounded corners.

    Thanks,

    Anne

  10. #430
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am not sure what you are asking, but the header image does have rounded corners.

    Thanks,

    Anne
    I meant, which part of the CSS is making it round?

 

 
Page 43 of 100 FirstFirst ... 3341424344455393 ... LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR