Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

BFA Subscribe widget not working


  #1  
Old Sep 27, 2010, 05:00 PM
DeonneK
 
19 posts · Aug 2010
Hello all,

I have WP 3.0.1 and Atahualpa 3.5.3. My subscribe via email widget wasn't working for some people, but I ended up copying the HTML from the feedburner site to create a nice envelope icon that apparently works. But I still have the email box and submit button below, which don't. How do I delete the box and the button?

My blog is: http://www.gonescamping.com

Any help would be greatly appreciated!

Thanks,

Deonne
  #2  
Old Sep 27, 2010, 06:25 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go thru the theme options there is an option to shut it off
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Sep 28, 2010, 02:48 PM
DeonneK
 
19 posts · Aug 2010
Thanks for the reply! I'm not sure I see where to do this - I don't see how in style widgets or style & configure sidebars, and if I go into the widget itself I'd have to delete the whole thing, but I want to keep the html for the email envelope/text and the subscribe to posts buttons/text (all three go together in this widget). What am I missing?
  #4  
Old Sep 28, 2010, 07:50 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ato->rss settings
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Sep 29, 2010, 08:43 AM
DeonneK
 
19 posts · Aug 2010
Thanks for the reply. I went to RSS settings but still don't see how to delete the boxes for email address and submit button. I only see options for the links/buttons, which are fine on my blog.

I also don't see how in the BFA submit section in widgets. (Which is the section in question - right sidebar.) I removed the text from the email box and submit box, but the boxes themselves remain.

I looked at the editor but didn't see any code (I'm a total neophyte, so no surprise) that looked like something I could delete and thereby eliminate the boxes. Any ideas?
  #6  
Old Sep 30, 2010, 01:40 PM
shirley1
 
65 posts · Jun 2010
I'm using atahualpa 3.4.9 and i have the same problem . I put the bfa subscribe widget in the right side bar.
then I go to ATO--»RSS settings --» and put Show Feedburner Email icon? No , Show Comment Feed icon?
No and Show Post Feed icon? Yes. However In the widget I have still all the buttons.
  #7  
Old Oct 1, 2010, 04:30 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Deonne: sorry, I don't know where my head was. I thought you were talking about the feed icons in the header. 0 the widget is a different animal

Since you copied the HTML code and added some of your own in the sidebar, you just have to remove the HTML code that creates the input box and the button. Find this part of the HTML code you added
HTML Code:
<tr><td class="email-field"><input type="text" name="email" class="text inputblur" value="" 
onfocus="this.value='';" />
<input type="hidden" value="GoneScamping" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
</td><td class="email-button">
<input type="submit" class="button"  value="" />
</td></tr>
and remove it - that will get ride of the input box and button

Shirley (Deonne you could also do it this way)
you can just add the following to CSS Inserts
HTML Code:
td.email-field, td.email-button {display: none;}
and that will hide teh area.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Oct 1, 2010, 07:19 AM
shirley1
 
65 posts · Jun 2010
Thanks..
But I have still some icons . I want to have only th rss feed .

Last edited by shirley1; Jan 28, 2011 at 07:49 AM.
  #9  
Old Oct 1, 2010, 07:45 AM
DeonneK
 
19 posts · Aug 2010
Juggledad - Yay! I hadn't used that much of the first HTML code, but the second suggestion worked like a charm. Thank you!
  #10  
Old Oct 1, 2010, 08:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
?? if all you want is the RSS (the orange icon) why did you put in your own email icon?
But no matter - since you put in the HTML, you can pull out what ever part you don't want...or use CSS to hide it. your code looks like this (the lines of ='s are just for illustration purpose) lso, I formated the code for ease of viewing
HTML Code:
<div id="bfa_subscribe" class="widget widget_bfa_subscribe">
	<form class="feedburner-email-form" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=GoneScamping', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
		<table class="subscribe" cellpadding="0" cellspacing="0" border="0">
===========================
			<tr>
				<td class="email-text" colspan="2"><p>
					<a href="http://feedburner.google.com/fb/a/mailverify?uri=GoneScamping&amp;loc=en_US">
						<img src="http://www.gonescamping.com/wp-content/themes/atahualpa353/images/feedburner-email.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a><a href="http://feedburner.google.com/fb/a/mailverify?uri=GoneScamping&amp;loc=en_US">Subscribe to Gone Scamping by Email</a></p>
				</td>
			</tr>
===========================
			<tr>
				<td class="email-field">
					<input type="text" name="email" class="text inputblur" value="" onfocus="this.value='';" />
					<input type="hidden" value="GoneScamping" name="uri"/>
					<input type="hidden" name="loc" value="en_US"/>
				</td>
				<td class="email-button">
					<input type="submit" class="button"  value="" />
				</td>
			</tr>
============================
			<tr>
				<td  class="post-text" colspan="2"><p>
					<a href="http://www.gonescamping.com/feed/">
						<img src="http://www.gonescamping.com/wp-content/themes/atahualpa353/images/post-feed.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a>Subscribe to posts in a reader</p>
				</td>
			</tr>
===========================
			<tr>
				<td class="comment-text" colspan="2"><p>
					<a href="http://www.gonescamping.com/comments/feed/">
						<img src="http://www.gonescamping.com/wp-content/themes/atahualpa353/images/comment-feed.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a>Subscribe to comments in a reader</p>
				</td>
			</tr>
===========================
		</table>
</form>
</div>
you have a <div..> with a <form..> inside it that has a <table...> with four rows. These four rows are the rows you see on the page (well three since you hid one with CSS ...umm on a side note are you editing css.php?? you shouldn't, just go to ATO->Add HTML/CSS Inserts->CSS Inserts and add it there. this will then make it a theme option and you don't have to worry about updating the code during the next upgrade.)

You can remove the row (<tr>...</tr> for which ever rows you don't want, or you could use CSS to hide them. For example, to hide the last row, you create the CSS Selector from the column class 'comment-text' and add the rule 'display:none; to get
HTML Code:
td.comment-text {display: none;}
You know, if all you wanted was the first one, you could just have used a text widget and put the HTML for that in the widget and skipped using the BFA_Subscribe widget altogether.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
widget problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BFA Subscribe not working for me SanityBreak RSS, Feeds & Subscribing 3 Aug 3, 2010 08:22 AM
BUGFIX 351/352-06: BFA Subscribe widget does use link colors in widget options juggledad Old Version fixes and change logs 0 Jul 12, 2010 08:21 AM
BFA subscribe widget not working daveman RSS, Feeds & Subscribing 8 Oct 7, 2009 07:08 AM
[SOLVED] Atahualpa 3.3.3. BFA Subscribe Widget not Working Correctly in WP 2.8 Matt Atahualpa 3 Wordpress theme 7 Sep 23, 2009 08:05 PM
BFA Subscribe widget like RSS in header? Puretext RSS, Feeds & Subscribing 1 Mar 6, 2009 03:00 PM


All times are GMT -6. The time now is 11:05 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.