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 »

[SOLVED] how to Change BFA Subscribe widget design


  #1  
Old Apr 3, 2009, 01:25 PM
ppat2
 
23 posts · Dec 2008
hello,

i m trying to change the way BFA subscribe widget looks. right now its email icon, email submit, post and comment plz check my site. how to i change it to the way it looks in the header. on top email, post, comment icons and than on the bottom just the email section with button.

Also, how do i change the icons, where?
i would really appreciate if i can get the exact way to do it like with code..sorry the coding is kinda complicated to understand.

thanks you so much Flynn

p.s. i m looking forward to your tabbed widget thing on the new version.

Last edited by ppat2; Apr 3, 2009 at 01:50 PM.
  #2  
Old Apr 4, 2009, 07:01 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
It's a table, line 37-63 in bfa_subscribe.php that you would have to edit. Simply cut and paste the lines of the table <TR> ... </TR> to re-arrange the order
  #3  
Old Apr 26, 2009, 04:30 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
I wanted the three icons to line up on one line, and I didn't want the email text field, so I changed the table to the following:

Code:
<table class="subscribe" cellpadding="0" cellspacing="0" border="0"><tr>
<td class="email-text" colspan="2"><p>
<a href="http://<?php echo $window_url . $id; ?>&amp;loc=<?php echo get_locale() . 
($bfa_ata_nofollow == "Yes" ? ' rel="nofollow"' : ''); ?>">
<img src="<?php echo get_bloginfo('template_directory'); ?>/images/feedburner-email.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a><?php echo $email_text; ?></p>
<a href="<?php echo get_bloginfo('rss2_url'); ?>"<?php if ($bfa_ata_nofollow == "Yes") { ?> rel="nofollow"<?php } ?>>
<img src="<?php echo get_bloginfo('template_directory'); ?>/images/post-feed.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a><?php echo $posts_text; ?></p>
<a href="<?php echo get_bloginfo('comments_rss2_url'); ?>"<?php if ($bfa_ata_nofollow == "Yes") { ?> rel="nofollow"<?php } ?>>
<img src="<?php echo get_bloginfo('template_directory'); ?>/images/comment-feed.gif" style="float:left; margin: 0 7px 3px 0" alt="" /></a><?php echo $comments_text; ?></p>
</td>
</tr>
</table>
There might be some unnecessary code still in there, but it seems to work fine.

Right sidebar, at http://www.larchmontgazette.com
  #4  
Old Apr 28, 2009, 09:29 PM
ppat2
 
23 posts · Dec 2008
thanks flynn and paulae, it finally worked..i simply had to re-arrange the code in bfa_subscribe.php file..it seemed pretty easy after i messed around with the code..i took of the email field cuz it did same thing as the icon (something paulae did which i wish she would have posted few days earlier LOL)and added search with plugin....thank you for the help guys

you can check out my site: http://techvibe2day.com

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[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
Subscribe widget not opening in new window and won't center fredless Sidebars & Widgets 3 Jun 11, 2009 05:16 AM
BFA Popular Posts Widget coaxkid Sidebars & Widgets 3 Apr 14, 2009 03:52 PM
BFA Subscribe widget like RSS in header? Puretext RSS, Feeds & Subscribing 1 Mar 6, 2009 03:00 PM
BFA Subscribe using Feedburner - Email subscriptions mactony RSS, Feeds & Subscribing 2 Jan 30, 2009 02:26 PM


All times are GMT -6. The time now is 12:28 AM.


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