Zen Cart Logo
Forums / All Other Contributions/Addons / Same Line - google plus - ask q - share

Same Line - google plus - ask q - share

Views: 995

Results 1 to 5 of 5
7 Aug 2011, 9:03 AM
#1
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Same Line - google plus - ask q - share

Need help with this code how to make same line - google plus - ask q - share

The code :

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_counter addthis_pill_style"></a> 
<g:plusone size="medium"></g:plusone><div id="askQuestion" class="biggerText">
   <?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id='
   . $_GET['products_id']) . '">' .   zen_image_button(BUTTON_IMAGE_ASK_A_QUESTION, BUTTON_ASK_A_QUESTION_ALT) .
   '</a>'; ?></div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d9f0913528c8e79"></script>
7 Aug 2011, 4:19 PM
#2
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Same Line - google plus - ask q - share

Example magic link -

look the part of the price - http://www.king-magic.com/tko-wdvd-p-807.html

Thanks

7 Aug 2011, 4:47 PM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Same Line - google plus - ask q - share

dmagic:

Need help with this code how to make same line - google plus - ask q - share

The code :

<div class="addthis_toolbox addthis_default_style "> <a class="addthis_counter addthis_pill_style"></a>  <g:plusone size="medium"></g:plusone><div id="askQuestion" class="biggerText"> <?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_ASK_A_QUESTION, BUTTON_ASK_A_QUESTION_ALT) . '</a>'; ?></div> <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d9f0913528c8e79"></script> ```

dmagic:

Example magic link -

look the part of the price - http://www.king-magic.com/tko-wdvd-p-807.html

Thanks

try rewriting the code as follows:

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_counter addthis_pill_style"></a> 
<g:plusone size="medium"></g:plusone> 
   <?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id='
   . $_GET['products_id']) . '">' .   zen_image_button(BUTTON_IMAGE_ASK_A_QUESTION, BUTTON_ASK_A_QUESTION_ALT) .
   '</a>'; ?></div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d9f0913528c8e79"></script>
7 Aug 2011, 5:38 PM
#4
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Same Line - google plus - ask q - share

Thank you Clyde... very close ! - but isn't Straight .

look again the link please .

7 Aug 2011, 6:03 PM
#5
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Same Line - google plus - ask q - share

dmagic:

Thank you Clyde... very close ! - but isn't Straight .

look again the link please .

looks fine to me. the Ask a Question icon is taller than the others thats the only difference I can see.