HTML - Problem With Link In Widget On Blogger Blog
I am having trouble with a link in a widget on my blogger blog. The widget is titled "NQTC Followers" The words "Follow This Blog" leads to a blank screen. The link is "javascript:_FollowersView._openPopup("http://www.blogger.com/follow-blog.g?blogID=7259025587922523478");" When I click that its just blank, so I jsut want it to link to "http://www.blogger.com/follow-blog.g?blogID=7259025587922523478". I can't seem to figure out how to edit the HTML though to change the link from the first thing to the second thing. Here is what the HTML shows for this widget:
Code: <b:widget id='Followers1' locked='false' title='NQTC Followers' type='Followers'> <b:includable id='main'> <b:if cond='data:title != ""'> <b:if cond='data:codeSnippet != ""'> <h2 class='title'><data:title/></h2> <b:else/> <h2 class='title'><data:title/> (<data:totalFollowerCount/>)</h2> </b:if> </b:if> <div expr:id='data:widget.instanceId + "-wrapper"'> <b:if cond='data:codeSnippet != ""'> <data:codeSnippet/> <b:else/> <b:if cond='data:followingLinkPresent'> <div class='follow-this profile-link item-control following-follow-this'> <a expr:href='"javascript:_FollowersView._openPopup(\"" + data:followUri + "\");"'> <data:followThisMessage/> </a> </div> <div class='follow-this profile-link item-control following-stop-following-this'> <a expr:href='"javascript:_FollowersView._openPopup(\"" + data:followUri + "\");"'> <data:stopFollowingMessage/> </a> </div> </b:if> <div class='followers-grid'> <b:if cond='data:totalFollowerCount == 0'> <div class='profile-link item-control following-follow-this'> <data:emptyFollowersMessage/> </div> </b:if> <!-- Relies on the js written out in navbar.gxp --> <b:loop values='data:followers' var='follower'> <div class='follower'> <a expr:href='data:follower.profileUrl' expr:title='data:follower.displayName' rel='nofollow'> <img class='follower-img' expr:alt='data:follower.displayName' expr:height='data:follower.imageHeight' expr:onerror='"this.onerror=null;this.src=\"" + data:anonFollowerImageUrl + "\";"' expr:onload='"setAttributeOnload(this, \"src\", \"" + data:follower.imageUrl + "\")"' expr:width='data:follower.imageWidth' src='http://img1.blogblog.com/img/blank.gif'/> </a> </div> </b:loop> <div class='clear'/> </div> <div class='followers-canvas profile-link'> <data:followersFooterMessage/> <span class='item-control following-not-admin'> <a expr:href='data:followersUri'> <data:viewAllMessage/> </a> </span> <span class='item-control blog-admin'> <a expr:href='data:manageFollowersUri'> <data:manageFollowersMessage/> </a> </span> </div> </b:if> <b:include name='quickedit'/> </div> </b:includable> </b:widget> Similar TutorialsSo I'd like to have a 160*600 box with hyperlinks displaying only a headlines I select. I would like the bottom of the box to have arrows for navigating between sections of links that fit in the box with a place to enter a page number in between them. I would like it to begin with displaying the most recently posted links starting on the last page number with that being the first page it displays. I want the bottom of the box to include below the browsing chronological browsing feature an arrow facing left with the word "search" that would open a box with a place to type in text for it to search link headlines. At the bottom of the search box I would like an arrow facing down with the words "search by label". Yes, I would like to not only select a headline for each link but also categorically label them. If I could also select images for it to automatically fill the empty space with when a new page number is started that would be great, even better if it selects ones that fill the most depending on how long the headlines are. If it repeated headlines in extra page space instead of showing images that would be cool too. I'd also like it to automatically expand in height past 160*600 to make a new page number just for a headline that doesn't fit in 160*600. I need this in HTML. My blog is episin.blogspot.com Hello, first post. HELLO! my video widget playlist on my index is a different size on my index.php but the correct size throughout the rest of my site. Its quite annoying, can anyone shed any light on this issue? thanks. http://www.brewrecords.net HTML Code: <?php get_header(); ?> <div id="content"> <div id="homepagetop"> <div class="textbanner"> <?php $recent = new WP_Query("cat=" .ot_option('hp_top_cat'). "&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <?php endwhile; ?> </div> <div id="homeslider"> <?php include(TEMPLATEPATH."/includes/slider.php");?> </div> <div class="homewidgets"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Top Right') ) : ?> <div class="widget"> <h4>Widget Area</h4> <p>This section is widgetized. To add widgets here, go to the <a href="<?php echo admin_url(); ?>widgets.php">Widgets</a> panel in your WordPress admin, and add the widgets you would like to <strong>Homepage Top Right</strong>.</p> <p><small>*This message will be overwritten after widgets have been added</small></p> </div> <?php endif; ?> </div> </div> <div id="homepage"> <?php include(TEMPLATEPATH."/sidebar_left.php");?> <div class="homepagemid"> <h3><?php echo cat_id_to_name(ot_option('hp_mid_cat')); ?></h3> <?php $recent = new WP_Query("cat=" .ot_option('hp_mid_cat'). "&showposts=" .ot_option('hp_mid_num') ); while($recent->have_posts()) : $recent->the_post();?> <div class="homepagecontent"> <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_post_thumbnail( 'home-thumbnail' ); ?></a> <h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h4> <?php the_excerpt(); ?> </div> <?php endwhile; ?> </div> <?php include(TEMPLATEPATH."/sidebar_right.php");?> </div> </div> <!-- The main column ends --> <?php get_footer(); ?> Hi Everyone! I'm new to this forum. I have this problem about commenting in blogs. how should you know if you can use html codes in blogs if you're commenting? Hi all, well, i have a problem with the header in my blog. The address is blog.groffudd.net. When i open it with Mozilla Firefox everything is ok, but with ie7 my header hides the title of the first article... i can solve the problem putting
Code: <br /><br /> after the header, but then in firefox the space between the content and the header becomes too big. Is there a better way to control this space in the both browsers (btw i've put my header in table like you can see from the source)? Thank U in advance! Sry for this explanation, but my english is poor. Hello, I just uploaded a new Wordpress template and can't seem to figure out how to find out to change my pictures at the bottom. If you look at my site wwww.webdesignsbyapw.com and go below to "My Flickr gallery" - it only shows images of a notepad and pen. I looked in bottom.php file and it shows this coding. So, I am guessing I can replace the images with something I upload to the website but how do I get it to just read from my flickr gallery so that if I add a new pic to Flickr- it'll just appear? Or do I have to install something on WP for that? I'm totally confused, lol. <div class="box_content"> <div class="flickr"> <h3>My Flickr Gallery</h3> <div class="flickr_content"> <ul> <?php if ( function_exists('get_flickrRSS') ) { get_flickrRSS(); } else { ?> <li><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/150-sample.jpg" width="100" height="100" /></a></li> <li><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/150-sample.jpg" width="100" height="100" /></a></li> <li><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/150-sample.jpg" width="100" height="100" /></a></li> <li><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/150-sample.jpg" width="100" height="100" /></a></li> Hi I've built a website for my karaoke show, and would like to add a blog page to the site. Rather than 3rd party, I'd prefer to have my own blog on my own domain to increase traffic for the SE crawlers. I was wondering... - what some good options are ie what blog software to use - if I can have a blog that somehow incorporates Facebook and Twitter (i've seen Facebook connect, but I'd like something that posts my blog messages to my Facebook and Twitter pages) I currently have a Typepad blog on there, but as I said, I'd prefer to have my own blog code, not third party. The site is www.billygoatkaraoke.com.au , and I'd really like the blog to stay on the site - I'm thinking that I'll have a blog page open up over the goat when someone clicks on the BLOG link. Cheers Shaun Hi I am new to this site, I am having problem in my non blog site. I was trying to integrate wordpress blog in my non blog site. I am nearly done only few issues. Here is the site http://www.zipanatomy.com/blog/ 1. the post titles are coming some other way, without linking and some coding. 2. down to the footer, I have called a footer.php file which is from the non blog site and is in the root directory, the problem here is, they are linking to the wordpress log folder. 3. And one more issue is when I click the categories and do any search from the sidebar, that are opening on the extreme right of the page instead of in center. please, advices from the pros where I am getting wrong. thanks in advance, chander K, i have a blogger page and I'm quite familiar with HTML and a bit of CSS. My site is a blog and a bit of tutorials. Now the problem is, the text editor for blogger is also an html editor (you'd have to use blogger to know what i mean). So when I try to put something like: Code: <body><p>Hello</p></body> It will say the "body" tags are not allowed and since it's an HTML editor too it will write "hello". I need to insert a widget right into the blog or something. know i can use screen captures but they take too long. Please Help. I want to add a banner in post's footer, i'm using this template: http://btemplates.com/2009/11/28/mystique/ I read that I had to put html banner code inside: <div class='post-footer-line post-footer-line-3'/> </div> but I don't have that on my html code. Does anyone know how to do it? I'm trying to design a couple blog banners with page tabs such as the one on this site http://hellomaryrebecca.blogspot.com/ but I've googled for hours now and can't figure it out. I can only find info on building simple tabs like this that I have temporarily up now on http://phillipchesterphotography.blogspot.com Please help! I can donate to your blog/website if need be to figure this out. Thanks in advance!! I have a blog at blogger.. I installed a premade template..and tweaked a little to include my own header.. I also changed the color of the site description.. but i cant seem to change the color of the title.. http://tshirtjunkieindian.blogspot.com this is my blog.. I dont know anything about HTML..Please help me.. I'll post code if you instruct me which part to post.. Thanks in advance Hi, I have a basic understanding of HTML, and now I have a problem. My blog is on www.wrappedfolds.blogspot.com. I am trying to make my list on my blog navigational rather than just a list. I want all of the designs (the list is after where it says "a list of my designs") to be links to the article that they're posted on. I have read plenty about it, but I can't seem to get it to work. I have a blogger but is looks bad. You see: http://englishpublishers.blogspot.com Who can tell me how to use it? I want to write a blog. Hi folks, I'm trying to achieve something in a wordpress widget, but no good result so far. Please have a look at the image. My problem is that I cant separate text from the image on the right side. Cant give the space between "vivamus lectus" and the "venenatis tempus..." And cant separate social icons on bottom without using a table. I'm coding it with normal html, no css. Can you please help me out? thanks Hello, I am looking to add a weather widget to my website. Basically the website has several 100 profiles which all have a different city and country. I was wondering if there is a widget that I could add into these profiles which automatically find the weather update of that profile according to its city and country and if possible also display climate information for the year. Any help? Thanks, Sunny Comments on this post Mandarin disagrees: Duplicate topic: http://www.htmlforums.com/multimedia-elements/t-weather-widget-141305.html I run an entertainment blog http://tshirtjunkieindian.blogspot.com/..and recently i added an AddThis button for social bookmarking. I changed the image to my own.. and another member of this forum helped me remove the white border around the image.. Now a couple of problems are there.. 1. When i try clicking the button and submitting a story to digg its always submitting the same story..no matter what post i submit..It submits "T-shirt Junkie's Burn After Reading Review" .. 2. The button is supposed to be drop down.. that is not working as well... The code i used is Code: <style type='text/css'>.addthis img {border:0px}</style> <!-- AddThis Button for Post BEGIN --> <div class='addthis'><script type='text/javascript'>addthis_url=data:post.url; addthis_title=data:post.title;</script><script type='text/javascript'>var addthis_pub="manujosephv";</script> <a href='http://www.addthis.com/bookmark.php' onclick='return addthis_sendto()' onmouseout='addthis_close()' onmouseover='return addthis_open(this, '', '[url]', '[TITLE]')'><img alt='' border='0' height='30' src='http://i35.tinypic.com/24gqh05.png' width='289'/></a><script src='http://s7.addthis.com/js/152/addthis_widget.js' type='text/javascript'/></div> <!-- AddThis Button for Post END --> I placed it just after Code: <div class='ebody'> <data:post.body/> ..Now i removed it cause of this problem.. Please help.. And I think my template is screwed up..cause most solutions in google included finding a couple of codes that is not in my template.. and i know no html.. Does anyone use Use.com for their templates? I'm trying to post an image template in my blog but blogger just shows the html and not the actual images. My right column, the skinnier one, is where all of the widgets are going to be. There is a widget that allows me to post HTML/Javascript. What I need is to post several images/ads but in a specific layout, as you can see below... Does anyone know how to align these images like in the example? Or atleast something close. Thanks!... I have no formal training in HTML CSS but learned it by reading and trying with some help from W3schools, so sometimes don't know the full implications of things I do. One is editing the Blogger template and my favorite is changing maxwidgets='1' showaddelement='No' to maxwidgets='' next to showaddelement='yes' which allows any number of widgets to be added. However, I am worried about possible implications like perhaps it cause more resources to be used, longer download time, etc. Would it be better to change it to maxwidgets='2' showaddelement='yes' or is there no difference. |