Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Atahualpa Theme Options page won't render properly (http://forum.bytesforall.com/showthread.php?t=20923)

Hackrepair Sep 17, 2013 04:01 PM

Atahualpa Theme Options page won't render properly
 
1 Attachment(s)
Yes, I know been covered before.
After spending an hour trying different settings and changes-- Uncle!

Pretty-please help me fix my export so I can edit settings below Posts & Pages?

Thanks,
Jim

juggledad Sep 17, 2013 04:34 PM

What version of Atahualpa and Wp?
what is the url?
Did you try shutting off ALL your plugins?

Hackrepair Sep 17, 2013 04:47 PM

Atahualpa 3.7.12

No, have not tried plugins off yet. Figure was just my widget add messup.

-Jim

juggledad Sep 17, 2013 06:03 PM

then try shutting off ALL your plugins?

Hackrepair Sep 17, 2013 06:08 PM

All plugins off = no change.

Happened after I set your handy new widget center column thingy.

Thanks,
Jim

juggledad Sep 17, 2013 07:02 PM

Your code for a new widget area in the 'Configure Header Area' is bad and is causing the issue. You have
HTML Code:

<?php bfa_widget_area('name=header_main&cells=1&width_1=1021&before_widget=<div id="imagecontainer"&class="header-image-container"&no-repeat>&after_widget=</div>'); ?>
but in the
HTML Code:

<div id="imagecontainer"&class="header-image-container"&no-repeat>
there should be no &, they should be spaces. That caused the parser to mess up.

Hackrepair Sep 18, 2013 11:24 AM

1 Attachment(s)
I did the export,
removed the &
which I had added due to an earlier post stating to replace spaces with &.
Obviously I misread that earlier post.

After "importing" the error remains
http://tvcnet.net/images/tutorials/2013-09-18_1024.png

Attached is my current export.
Maybe if you could edit the export, reply back with corrections and I import your recommendations it might fix the issue so we can close this one?

Many thanks,
Jim

Hackrepair Sep 18, 2013 12:10 PM

Ok, I tried the fix you recommended but it was a total fail. Actually ended up trashing my site so I had to revert to last night's backup.

So at this point just hoping you can take a looksee at my last export, possibly correct and pass back to me so I can try again?

Many thanks,
Jim

lmilesw Sep 18, 2013 02:47 PM

You just need to follow the guidelines in the Add New Widget Areas section. The code for the widget area needs & in some places but not in others the code should be something like.
HTML Code:

<?php bfa_widget_area('name=Main Header&cells=1&width_1=1021&before_widget=<div id="imagecontainer" class="header-image-container" no-repeat> after_widget=</div>'); ?>
Please double check my syntax against the example though.

Hackrepair Sep 19, 2013 12:47 PM

Any chance someone there can just look at my export (above), correct it and attach back in ticket so I can do this right and end this back and forth?

Thanks,
Jim

juggledad Sep 19, 2013 01:49 PM

1 Attachment(s)
try this
Attachment 2417

also look to see if your php has magic-quotes turned on, they should be off

Hackrepair Sep 19, 2013 03:21 PM

Sadly that totally removed the header completely, leaving site header-less.

So I imported back my last one to get it working again.

Other thoughts?

-Jim

juggledad Sep 19, 2013 03:37 PM

i would import the settings I sent then add in the header new widget area code and get that working, then add the center area code again


All times are GMT -6. The time now is 04:24 PM.

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