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 »

Only first set of Custom Widget Showing


  #1  
Old Dec 5, 2011, 02:31 PM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
For some reason in my site www.sellfed.com my footer widgets do not show up if I have header widgets. I use Widget Logic to set up which page I want them to show up on using is_page()
The first set shows up, then if I add another to the same widget for a different page under the first one or put widgets in footer they don't show.

Is there some reset code I need to put someplace? where? what? ( <?php wp_reset_query(); ?> ) is this it? will it screw up the rest of the page?

I a am using Juggledad Template (wonderful), widgetlogic (recommend), Atahualpa 3.7.3 (wonderful), Wordpress 3.2.1

Last edited by swimflyfast2; Dec 5, 2011 at 04:19 PM.
  #2  
Old Dec 5, 2011, 04:36 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'm not seeing a problem. you are going to have to give a detailed explaination, what widget is where and what the widget logic code is for each.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 5, 2011, 07:32 PM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
Thanks,

There is a four part widget "footer widget 1 -4" that does not show up. I have the following content in footer widget 1
<br>
<center><a href="http://sellfed.com/what-we-do/reputation-management/>Reputation Management</a></center><br> Test Widget in the Footer 1 home
is_page(7) being used in widget logic (the home page called Federal Sales Methods)

In under-header 1 I have
<br>
<center><a href="http://sellfed.com/what-we-do/coaching/>Coaching</a></center>
(widget logic is set to is_page(33) which is My "What We Do" page)

In under-header 1 I have
<a href="http://sellfed.com/what-we-do/"> <img src="http://www.sellfed.com/content/fed-logos-1.jpg" alt="what we do" /></a> (widget logic is set to is_page(50) which is my Experience page)

The ones that show on the home page look great in under-header 1,2, and 3 (photos)
  #4  
Old Dec 6, 2011, 04:17 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to ato->export/import settings, export your settings and attach them to a reply using the paper clip icon
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Dec 6, 2011, 05:56 AM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
Here you go
Attached Files
File Type: txt ata-sellfedcom-20111206.txt (15.4 KB, 1374 views)

Last edited by lmilesw; Dec 6, 2011 at 07:04 AM.
  #6  
Old Dec 6, 2011, 09:05 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What do you have in the footer widgets? Any widget logic?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Dec 6, 2011, 09:09 AM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
In footer widget 1

<br>
<center><a href="http://sellfed.com/what-we-do/reputation-management/>Reputation Management</a></center><br> Test Widget in the Footer 1 home
now

is_page(7) in widget logic

Last edited by swimflyfast2; Dec 6, 2011 at 09:12 AM.
  #8  
Old Dec 6, 2011, 09:20 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need a closing double quote
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Dec 6, 2011, 01:21 PM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
that fixed the header problem

Now I have exact same code in footer widgets 1-2 as I do in 1-2 header widget, same widget logic is_page(7) On home page.

No footer widgets showing anywhere in theme pages. I added a page without theme "test page" and the footer widget worked. same code for header widget 3 in footer widget 3 on test page.
  #10  
Old Dec 6, 2011, 05:43 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Did you check ALL your code for missing double quotes?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Dec 7, 2011, 06:41 AM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
I did not see any open "

All widgets work when they are added via widget logic "is_page(array(x,y,z))" to page with default template. Both header and footer widgets. I dragged them back and forth from header to footer in all combinations.

It's only on the templated pages that I have trouble with them when I drag them to the footer widget areas.

I set up a new page with Supercharge Template and it was all OK, it works, Set up an new JuggleDad page and no go..

Last edited by swimflyfast2; Dec 7, 2011 at 10:38 AM.
  #12  
Old Dec 7, 2011, 11:48 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Try this, edit the template and change the line
HTML Code:
	$number_of_columns = 1;
to
HTML Code:
	$mccq_page = new WP_Query('page_id=' . $post->ID); /* save the page id */

	$number_of_columns = 1;
then at the end, change the line
HTML Code:
<?php endif; /* END of: If there are no posts */ ?>
to
HTML Code:
<?php endif; /* END of: If there are no posts */ ?>
<?php $wp_query = $mccq_page;  /* reset the page id */ ?>
and see how it works
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #13  
Old Dec 7, 2011, 11:59 AM
swimflyfast2's Avatar
swimflyfast2
 
150 posts · Aug 2010
Horse Country in Virginia
This worked, thanks!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Widget showing on left sidebar and not in the right sidebar rlaunay Sidebars & Widgets 2 Nov 25, 2011 05:56 AM
Where does the shortcode for a custom widget go? jms5017 Sidebars & Widgets 6 Nov 16, 2011 07:06 PM
BUGFIX 361-04: Allow Custom Menu widget links to use same styling as Pages widget. juggledad Old Version fixes and change logs 1 Jan 22, 2011 08:40 AM
Add Custom Menu as Widget soni Atahualpa 3 Wordpress theme 1 Oct 27, 2010 04:55 AM
[SOLVED] Deleted custom widget areas still showing talbin Sidebars & Widgets 2 Mar 23, 2010 10:40 AM


All times are GMT -6. The time now is 02:59 AM.


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