Pages (5):    1 2 3 4 5   
Member
Member
Yuri   30-01-2010, 21:10
#41

Thank you so much!
I have another problem: I`m trying to insert logo image in gallery.php instead of gallery title text. I try something like this:

">

and I don`t know how? I am not a php-programer at all as you can guess :)

Member
Member
breglis   30-01-2010, 22:06
#42

just use the themeroot variable infront:

i.e. src="."/images/logo.png"

it not only works but also is good style
;)

Member
Member
Yuri   31-01-2010, 10:56
#43

I found it:

Member
Member
Yuri   01-02-2010, 11:08
#44

I have some problems with dropdown menus in IE: http://totalcartoons.com/
"Portfolio" dropdown menu is hidden under Random gallery image and "About" dropdown menu doesnt work. Its no good because parent menu item ("Portfolio", "About") doesn`t clickable - these items have no links.

Can I turn off dropdown function at all - so the navigation menu could be fully functional even in IE and parent menu item ("Portfolio", "About") works as links as "Home" or "News"? How it could be turned off?

Member
Member
Yuri   04-02-2010, 13:00
#45

I beg your pardon, anyone have an idea how to replace dropdown menu with simple menu?

Administrator
Administrator
acrylian   04-02-2010, 14:12
#46

I am not familiar in detail with this menu. Have you tried to hardcode the "portfolio" link instead of the dropdown menu function?

Member
Member
gjr   05-02-2010, 00:28
#47

You have heavily modded this theme, so not sure exactly how to help you. I do know that the demo works fine in ie. I remember it being a huge headache with ie7/8 to get the drop down to appear above the random image. You probably messed with the position and z-index of elements in your mod. Try googling z-index bugs for ie.

If you just want to remove the drop down js, just remove the call to the superfish js files in the themes header.php file. You will probably have to adjust he css as needed.

Member
Member
statvoid   05-02-2010, 18:17
#48

Has anyone tried this with the nightly build? I updated to the nightly and it broke zpFocus. I'm getting these two errors...

Notice: getSubAlbums is deprecated. Use getAlbums(). in /[home]/blv/zp-core/class-album.php on line 1434

and

Fatal error: Call to undefined function printSortableGalleryLink() in /[home]/blv/themes/zpfocus/customfunctions.php on line 78

Can anyone help me figure out what happened? Did something change in the script?

Member
Member
gjr   05-02-2010, 18:54
#49

I will post a new version with the patches when I can. Thanks for the heads-up

Administrator
Administrator
acrylian   05-02-2010, 19:06
#50

The trick is to rename getSubAlbums() to getAlbums as the notice says. The other error should not appear and is related to the drag and drop sorting that has been reworked. I suppose this is not the latest night?

Member
Member
statvoid   05-02-2010, 19:10
#51

That was the nightly as of Wednesday morning (so that would be Tuesday night's nightly).

Member
Member
gjr   05-02-2010, 19:20
#52

yes, I have the printAdminToolbox customized in customfunctions.php to include in the dropdown menu. So, as it is calling to these functions that are deprecated it is causing the error. Will post soon - fixing as we speak!

Member
Member
statvoid   05-02-2010, 20:31
#53

Ok, would that also be why no content is showing up past the drop down menu? Basically page loads the top menu, and it's blank.

Member
Member
gjr   05-02-2010, 20:36
#54

OK, new version released 1.2

  • Fixed to work with nightly as of 2/4/2010
  • Fixed video issues

Note: This version will not work with version 1.2.8 Released 1/1/2010. You MUST upgrade to nightly build for this new version.

I did this quick, hope there are no issues. Let me know here if there are!

Member
Member
statvoid   05-02-2010, 20:57
#55

Works perfectly! Thanks a lot!

Member
Member
hvaleanu   08-02-2010, 16:15
#56

@Yuri: please, can you tell me how you achieved in CSS the nice rounded corners for this theme? I modified it a bit also, but I am kind of a css n00b, so I could not achieve the center rounded margins...
I know it's trivial, but still :)

Member
Member
Yuri   09-02-2010, 15:09
#57

@hvaleanu
I made rounded corners with large png images by css styles in main.css:

one image placed in header in top menu section:

`
/ TOP MENU /

nav{background:url(../images/up_shadow.png) no-repeat;


`
and another image in footer:

/* LAYOUT */ ... div.footerwrap{background:url(../images/bottom_shadow.png) no-repeat;
images are transparent with gray background

Junior Member
Junior Member
themorganrose   13-02-2010, 17:33
#58

Anybody have any luck removing the random gallery image in the top right corner and also removing the gallery links on the main page. I have been looking for the directory but no luck. I would just like the news section to be displayed.

Member
Member
atomicmak   19-03-2010, 09:04
#59

was trying out and found a really good theme to use. the only thing i have problem with this is search function not working fully. giving some javascript error when clickon arrow "toggle('searchextrashow');" any solution to resolve this ?

Member
Member
atomicmak   24-03-2010, 13:25
#60

any update ?

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.