You are not logged in.
I paid for a Security Certificate for my website so it can use HTTPS, but it give out a security warning to users. Anyone know how to fix this? I bought the SSL cert from Starfield Inc (Godaddy). So it was not a self sign certifcate.
Any suggestion on fixing this?
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
no complaints my end.
depends how locked down one likes things...i guess. i use adblock, everything else is on default.
edit, unless i click on the shield thing, then it gets upset.
read this, maybe something there?
https://support.google.com/chrome/bin/a … er=1342714
Last edited by wuxmedia (2012-09-30 23:22:50)
Online
Still getting the security certificate warning here. Please contact me so that we can sort out the purpose of the site and restore the links you've posted if appropriate.
Offline
@kowloonboy
It's your "addthis" toolbox
The javascript link http://s7.addthis.com/js/250/addthis_wi … d93cd75e94
If you use Chrome/Chromium and run Tools -> Java script console it will tell you as much.
Hope that helps.
Edit. wuxmedia's link is the exact same answer...
Last edited by jelloir (2012-10-01 06:56:35)
Offline
@kowloonboy
It's your "addthis" toolbox
The javascript link http://s7.addthis.com/js/250/addthis_wi … d93cd75e94
If you use Chrome/Chromium and run Tools -> Java script console it will tell you as much.
Hope that helps.
Edit. wuxmedia's link is the exact same answer...
Ok now that we know the bug is http://s7.addthis.com/js/250/addthis_wi … d93cd75e94
what am I support to do to fix it? This is the social networking functions for my website, I can't delete that, it is the core. 
Should I email the author who wrote addthis.com.js? And let them know they have a bug so they can fix it?
I just email to the author of the Theme, and let them know they need to get version 1.3 out, because their current version got a bug.
Thanks all for your help. I guess, I just need to wait for them now. I don't know enough Javascript or Jquery to fix it myself.
Last edited by kowloonboy (2012-10-01 12:43:06)
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
@ kowloonboy: there are alternatives to 'addthis': http://alternativeto.net/software/addthis/ to name just a few.
you can also make your own likey/sharey/huggy/shameless self-promotion boxes, like I did (well mutated an existing one- http://www.dhartley.net).
They're just floating jquery boxes I think 
There's lots of blogs on floating jquery boxes. I found one really good one I stole the jquery boxes from, but cant find it now. Will have a look at my script and see if its there....
Edit: had a look and cant find the jquery boxes, but all I would say is this: I managed to bodge some likey boxes together and, seriously, it was pretty much the first time I'd touched jquery!
Last edited by dura (2012-10-01 19:17:15)
Offline
@ kowloonboy: there are alternatives to 'addthis': http://alternativeto.net/software/addthis/ to name just a few.
you can also make your own likey/sharey/huggy/shameless self-promotion boxes, like I did (well mutated an existing one- http://www.dhartley.net).
They're just floating jquery boxes I think
There's lots of blogs on floating jquery boxes. I found one really good one I stole the jquery boxes from, but cant find it now. Will have a look at my script and see if its there....
Edit: had a look and cant find the jquery boxes, but all I would say is this: I managed to bodge some likey boxes together and, seriously, it was pretty much the first time I'd touched jquery!
Bu the thing is, that addthis boxes are part of the template I am using, so I am scare to damage the template.
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Why not just make a copy of it and keep it somewhere? If all widgets are in it as you suggest they are then its completely fine I'd say. It's usually just a case of finding where the widget begins and ends, and then cutting it out. It will be identified by addthis! and would, I expect, be a jquery floating menu/box, meaning it can be removed safely. I may be completely wrong
Offline
Why not just make a copy of it and keep it somewhere? If all widgets are in it as you suggest they are then its completely fine I'd say. It's usually just a case of finding where the widget begins and ends, and then cutting it out. It will be identified by addthis! and would, I expect, be a jquery floating menu/box, meaning it can be removed safely. I may be completely wrong
But what about the image of the RSS, Facebook, and so on? How do I tag them? I really don't know how to do this. I am not a programmer. I think I will either wait till the Theme author come back with a new update. Or just don't tell people about there is a https: version of the site. And I use it mainly myself to stop interceptoin of my password.
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
I just realise it is actually PHP, so I really have no clue, here are the code:
<div class="span-8 last">
<div id="subscriptions">
<a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss.png" alt="Subscribe to RSS Feed" title="Subscribe to RSS Feed" /></a>
<?php if(get_theme_option('twitter') != '') { ?><a href="<?php echo get_theme_option('twitter'); ?>" title="<?php echo get_theme_option('twittertext'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png" title="<?php echo get_theme_option('twittertext'); ?>" alt="<?php echo get_theme_option('twittertext'); ?>" /></a><?php } ?>
</div>
<div id="sidebar">
<ul>
<li id="search">
<?php get_search_form(); ?>
</li>
</ul>
<?php
if(get_theme_option('socialnetworks') != '') {
?>
<div class="addthis_toolbox">
<div class="custom_images">
<a class="addthis_button_twitter"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/twitter.png" width="32" height="32" alt="Twitter" /></a>
<a class="addthis_button_delicious"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/delicious.png" width="32" height="32" alt="Delicious" /></a>
<a class="addthis_button_facebook"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/facebook.png" width="32" height="32" alt="Facebook" /></a>
<a class="addthis_button_digg"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/digg.png" width="32" height="32" alt="Digg" /></a>
<a class="addthis_button_stumbleupon"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/stumbleupon.png" width="32" height="32" alt="Stumbleupon" /></a>
<a class="addthis_button_favorites"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/favorites.png" width="32" height="32" alt="Favorites" /></a>
<a class="addthis_button_more"><img src="<?php bloginfo('template_directory'); ?>/images/socialicons/more.png" width="32" height="32" alt="More" /></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a65e1d93cd75e94"></script>
</div>
<?php
}
?>
<?php if(get_theme_option('banners_125') != '') {
?>
<div style="text-align: center; margin-top: 5px;">
<?php banners_125(); ?>
</div>
<?php } ?>
<ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
<li><h2><?php _e('Recent Posts'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&limit=5'); ?>
</ul>
</li>
<li><h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li><h2>Calendar</h2>
<?php get_calendar(); ?>
</li>
<?php wp_list_categories('hide_empty=0&show_count=1&title_li=<h2>Categories</h2>'); ?>
<li id="tag_cloud"><h2>Tags</h2>
<?php wp_tag_cloud('largest=16&format=flat&number=20'); ?>
</li>
<?php wp_list_bookmarks(); ?>
<li><h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
</div>"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Ok, I think I might have fixed it now. Could someone please help verify it has been fixed? Thanks KB
Last edited by kowloonboy (2012-10-02 08:10:34)
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Could someone please help me verify that I have fixed this bug? Thanks
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.