addthis, recaptcha, slide

Guys i need some help

1. addthis social is not displaying
Attachment 33204

2. i want to add recaptcha on contact pages on both languages
Attachment 33205

3. sometime slide is not displaying as it should
Attachment 33206

is there any option to Max Length in title
Attachment 33212

http://www.boomini.eu/index.php

4 answers

Profile photo of Sherlock 0.00 $tone January 22, 2014
Public

Following are my answer for your question

Q: addthis social is not displaying
A: you can try to put the below content to the static block of Social share

HTML Code:

    <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">&nbsp;</div>
<script type="text/javascript">// <![CDATA[
var addthis_config = {"data_track_addressbar":false};
// ]]></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e5efa0b57af4dbc"></script>
<!-- AddThis Button END -->

Q: i want to add recaptcha on contact pages on both languages
A: I think by default magento does not supoprt recaptcha for the contact form, you can use a thirdparty extension, for example try this one

Q: sometime slide is not displaying as it should
A: I have suggesed you a solution for this in nnother thread, please check it !

Q: is there any option to Max Length in title .
A: you open the file app\design\frontend\default\jm_megamalltemplate\c atalog\product\view.phtml there you look for the code

PHP Code:

  <?php 
                                
if (strlen($_product->getName()) > 35) :
                                    echo 
strip_tags(substr($_product->getName(), 025)).'...';
                                else : 
                                    echo 
$_product->getName();
                                endif;
                            
?>


here you can change the value of 35 and 25

#1
Profile photo of Radonja Djurisic 0.00 $tone January 22, 2014
Public

Thanks sherlock,
There is code in social share block.. still not showing?

I add extension for recaptcha already but i lost google map
And i turn back old one

I will look forslide solution u mentioned

Thanks for lenght of title !

#2
Profile photo of Sherlock 0.00 $tone January 23, 2014
Public

You can try with this social shortcode:

HTML Code:

                  <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52e0a2810f3f98f5"></script>
<!-- AddThis Button END -->

is posible to replace shop by with category?

I think it’s hard to replace those because it’s a default magento feature.

#4

Please login or Register to Submit Answer

Written By

Comments