Results 1 to 10 of 995

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi Again,

    I have followed the instructions for the twitter and face book links...

    8. Customize Facebook and Twitter links
    =======================================

    Go to:

    includes/languages/english/extra_definitions/all_business/footer_menu_defines.php

    Find line 56 and 57 and add the urls to your twitter and facebook accounts.

    this is what i have put in...

    define('TWITTER', 'http://www.twitter.com/pedalpartsaus');
    define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall');

    But the links dont work?
    www.pedalpartsaustralia.com

    Thanks

    Mark

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

    Default Re: All Business template Support Thread

    markew--I went to:

    www.pedalpartsaustralia.com

    and do not see your zen cart??

    There is just a launching soon page.

  3. #3
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Ah...whoops!

    here it is!

    pedalpartsaustralia.com/pedalpartsaustralia/store/

    sorry!

    Mark

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

    Default Re: All Business template Support Thread

    Mark,

    Your define statements should be:

    Code:
    define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
    define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
    If this does not work then you can always hard code them into the footer.

  5. #5
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Mark,

    Your define statements should be:

    Code:
    define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
    define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
    If this does not work then you can always hard code them into the footer.
    Hi,

    I put the code in exactly as you said but then my whole store vanished i changed the '' at the end of each link back to a single ' and my store is now back, but the links again dont work?

    How would i hard code them into the footer? im not sure what that means.

    Thanks

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

    Default Re: All Business template Support Thread

    Sorry about that--they should be single quotes.

    You can edit the includes/templates/all_business/common/tpl_footer_menu.php file:

    Change:

    Code:
    <span id="social-media">
    <a href="<?php echo TWITTER; ?>"><img src="includes/templates/all_business/im
    ages/twitter.png" class="twitter-image"  alt="twitter link" /></a>
    <a href="<?php echo FACEBOOK; ?>"><img src="includes/templates/all_busin
    ess/images/facebook.png" class="facebook-image"  alt="facebook link" /></a>
    </span>
    to:

    Code:
    <span id="social-media">
    <a href="your twitter url"><img src="includes/templates/all_business/im
    ages/twitter.png" class="twitter-image"  alt="twitter link" /></a>
    <a href="your facebook url"><img src="includes/templates/all_busin
    ess/images/facebook.png" class="facebook-image"  alt="facebook link" /></a>
    </span>

  7. #7
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Mark,

    Your define statements should be:

    Code:
    define('TWITTER', 'http://www.twitter.com/pedalpartsaus'');
    define('FACEBOOK','http://www.facebook.com/pages/Pedal-Parts-Australia/127188200663332?v=wall'');
    If this does not work then you can always hard code them into the footer.
    Awesome thanks!

 

 

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

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