Hello,
I ma not sure it is a CSS/layout problem but after I installed the latest version of WP and WPG2, using the Aylwin Blue Zinfandel theme, I customized my sidebar in adding the album tree and the sidebar image block with the widgets tool in the theme admin, but the title does not appear. The lines are empty.
Anyone can help ?
Posts: 1378
Hiya Petri,
Have you had a chance to read this post?
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 253
Hello Ozgreg,
Yes I have, and I edited everything the way it should be, that's why I don't get it. On the source code of the page, I can see that the widgettitle is empty : <h2 class="widgettitle"></h2> for my sidebarblock and the albumtree. In the post you wrote :
.
did you find what was the problem for you ? Is it the same problem ?
I realise that the l_sidebar.php file (blue zinfandel them from Aylwin) I have is not the same than the sidebar I have online, I guess it is because of the dynamic sidebar function, but where does it write the changes when I manage my sidebar through the widgets control panel ?
wait a minute.... I just realised that when I check the content of my wpg2header.php file, the changes that I made via ftp are not there, for example the line with the title on my ftp file is :
<title><?php bloginfo('name'); ?>» <?php echo $g2_title; ?></title>
and in the theme editor :
<title><?php echo $g2_title; ?> » <?php bloginfo('name'); ?></title>
1) could that be the problem ?
2) why are my changes via ftp not the same in the theme editor ?
I feel I am missing smth quite simple there
Posts: 253
hum hum.... got it
I did not realize the little menu icon on the widget in the sidebar (on the widget management page) is actually a title custom.
So the problem is solved...
Sorry to bother...shamefull am I
Petri
Posts: 1378
Hehe no problems, yeah the widget UI in WP is not exactly what I would call intuitive..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo