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 » Header configuration & styling »

[SOLVED] Help add featured posts with images and titles below header


  #1  
Old Feb 12, 2012, 04:36 PM
imissamerica
 
13 posts · Nov 2009
Hello,
I've been trying for months to figure out how to make my blog: http://www.bigswingingchicks.com/, have a featured post area similar to this site http://www.theawl.com/ or this site http://www.uproxx.com/. I have no idea where to put the code, I have downloaded several plugins but haven't gotten any to work. I think this WP Featured Content Slider (http://www.iwebix.de/featured-conten...dpress-plugin/) is good but I don't know where to put the code. I tried adding to CSS sheet and my whole site was disabled. Please please advice. I love atahualpa and appreciate all the help!
Thanks!
  #2  
Old Feb 12, 2012, 05:03 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you could add a new widget area to the 'Configure Header Area' option and put the widget in it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Feb 12, 2012, 06:34 PM
imissamerica
 
13 posts · Nov 2009
Thank you but I am not sure how to create a widget that would allow me to feature a post and then have that post show (if that is what you recommend). I tried creating a widget a while ago but was unsuccessful.
1. Am I supposed to download a plugin, then add a new widget to the configure header option with the code of the plugin in there?

Or am I supposed to create the widget, put the code in the widget, then put the name of the widget in the configure header area? If that is the case, I currently have this in my configure widget area "%image %pages %bar1 %logo". So would I just put the name of the new widget somewhere in there?

2. Since I am not using bar2, is it not possible to put the code for the plugin in there?

Any further advice would be much appreciated.
  #4  
Old Feb 12, 2012, 07:10 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
If the 'WP Featured Content Slider' has a widget here is what0 you should do
1) install the 'WP Featured Content Slider' plugin
2) go to ato->New widget area and follow the instructions - I'd suggest just putting the minimun in for now
3) put the new widget area code in teh 'configure header area' option
4) view the front page of your site
5) go to the widget area - you should now see the new widget area you created
6) put the 'WP Featured Content Slider's plugin in your new widget area.
you should be done - other any customizing the plugin requires.

Experiment a little, it is the best way to learn
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Feb 12, 2012, 07:40 PM
imissamerica
 
13 posts · Nov 2009
Thank you-- I will try this first thing tomorrow.

I have no problem experimenting and apologize for needing such explicit directions but I basically crashed my site last time I dug too deep in the experimenting so I am being cautious now.

Thanks for the help!
  #6  
Old Feb 13, 2012, 01:54 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Do go do regular backups? You should do one before any major design change
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Feb 18, 2012, 04:51 PM
imissamerica
 
13 posts · Nov 2009
I finally got to back up my site, and tried the instructions you gave me but nothing is showing up.
1. I created a new widget called "My new widget area" in the configure header area I now have
%image %pages %bar1 %logo <?php bfa_widget_area('name=My new widget area'); ?>
2. Then I went to my widgets and added a text box into the My New Widget Area where I put the code of the WP Featured Content Slider "%image %pages %bar1 %logo <?php bfa_widget_area('name=My new widget area'); ?>".
3. I saved that and then clicked several posts to be featured, but nothing is showing up.

Perhaps this isn't the best plugin but if anyone can please help me either figure out what I am doing wrong or suggest a better plugin I would appreciate it. I wish I could experiment more and get it right but I don't know coding well enough for that
  #8  
Old Feb 18, 2012, 08:27 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Quote:
Originally Posted by imissamerica
2. Then I went to my widgets and added a text box into the My New Widget Area where I put the code of the WP Featured Content Slider "%image %pages %bar1 %logo <?php bfa_widget_area('name=My new widget area'); ?>".
According to the plugin instruction you should put the following where you want the slider.
PHP Code:
<?php include (ABSPATH '/wp-content/plugins/wp-featured-content-slider/content-slider.php'); ?>
But as you should be aware of php won't work in the native text widget so you need to install a plugin that gives you a php aware text widget and then put the code for the slider in it or use a plugin like 'exec-php'
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by juggledad; Feb 19, 2012 at 04:29 AM.
  #9  
Old Feb 19, 2012, 03:50 PM
imissamerica
 
13 posts · Nov 2009
Thank you! I was trying to put the code in a txt widget! My bad.

Thanks to all for the help!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing Archive Posts as Images & Titles bvimusic Atahualpa 3 Wordpress theme 4 Sep 11, 2011 08:39 PM
Random featured images in a widget peri Sidebars & Widgets 0 Sep 10, 2011 09:25 AM
Featured Posts plugin evripidis Plugins & Atahualpa 1 Aug 5, 2009 09:31 PM
How to create a homepage with links to featured posts scrubbs Post-Kicker, -Byline & -Footer 9 May 31, 2009 06:22 PM
Featured posts in horizontal bar 1 technstuff Header configuration & styling 1 Feb 3, 2009 04:11 AM


All times are GMT -6. The time now is 05:06 PM.


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