|
#1

Feb 25, 2010, 12:49 PM
|
|
Hey,
First of all, sorry for my bad english. I build an website with atahualpa and finally I created a new widget area. I put the code in "Content above the loop".
Code:
<?php
if(is_front_page())
{
?>
<?php bfa_widget_area('name=My widget area&cells=4&align=1&align_2=9&align_3=7&width_4=7 00&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
<?php
}
?>
All works fine, but when I'm going to scale the browser down, the new widget in the new widget area is swapping the sidebar. I attach a foto where you can see exactly what I mean.
Thank you!!
Last edited by BFreddy; Feb 26, 2010 at 07:01 AM.
|
#2

Feb 25, 2010, 12:53 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what version of Atahaulpa and WP?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Feb 25, 2010, 12:59 PM
|
|
Atahualpa: 3.4.6
Wordpress: 2.9.2
Thanks!
|
#4

Feb 26, 2010, 05:01 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
1) what is the url
2) did you add this new widget area in a prior release of Atahualpa?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Feb 26, 2010, 05:31 AM
|
|
1.)
2.) No. I installed atahualpa normally and add the new widget area after that.
An information for you: The new widget area contains just the six pictures below the slider. The slider is an external plugin that is also embed in Content above the loop. I had tried already to deactivate the slider, but the problem still alive.
Last edited by BFreddy; Feb 26, 2010 at 06:59 AM.
|
#6

Feb 26, 2010, 06:21 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
ok, teh problem here is the nextgen gallery and that big ad are not resizing. They are not under the control of Atahualpa. You need to try to get them to resize or you could just set a minimun page width, wo the page can't get ay smaller that the width of the big add and the sidebars... (ATO->Style & configure LAYOUT->Style & configure LAYOUT)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Feb 26, 2010, 06:59 AM
|
|
Thank you for your fantastic support. It seem to be the only solution to set a minimum page with. Ok, I must accept that...
|
#8

Feb 26, 2010, 07:33 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I'm not saying that is the only solution. The images and big image above it are not controled b the Atahualpa CSS. The small images look like they are from a nextgen gallery. You have to address the nextgen CSS to find out why they won't resize or move around. I was just offering one solution
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|