The zenophile module is awesome! however i'm running into an annoying issue where when I print out Views module it seems like the zen theme has it's own javascript which prints out the "Edit Export and Clone" Button.

Unfortunately this is getting in the way of my theme, Views provides a way to disable it but I can't find out how to disable it for the Zen Theme.

Any ideas?

Thanks

Comments

Jordash’s picture

Any help???

Garrett Albright’s picture

Status: Closed (works as designed) » Active

Okay, for future reference, if you mark an issue as "by design," you're essentially closing it, and I won't see it in my "open issue" queues. It's by chance that I've come across it just now. If you're submitting a new issue and you want people to actually see it, keep it as "active."

Secondly, I'm afraid I don't understand what you're asking. What do you mean by "print out Views module?" And are you sure you're asking a question about Zenophile and not about Zen in general?

Jordash’s picture

It might be Zen in general i'm not completely sure.

But anywhere you place a View on your website (In a block) when you hover over the block it puts some 'Edit Export Clone' Links near the Top, Zen/Zenophile inserts their own 'Edit Export Clone' Links near the top right of the block. The Zenophile 'Edit Export Clone' Buttons get in the way of other content so I'd like to know a way to disable it (Right now I hid them with CSS) e.g.

.edit{
display: none;
}

Garrett Albright’s picture

Title: Help getting views to stop trying to help give edit export clone » Views' block hover tips conflict with Zen's
Project: Zenophile » Zen
Version: 6.x-1.x-dev » 6.x-1.0
Component: User interface » Miscellaneous
Priority: Critical » Minor

Yes, this is either an issue for Zen or Views; Zenophile doesn't have anything to do with those links. I'm going to move this over to Zen's issue queue (and drop the priority, since frankly this is critical by no stretch of the imagination) and see what the Zen folks have to say about it, if anything.

pumpkinkid’s picture

You can disable the Zen hover overs by going into themes and clicking on the configure link next to your active theme...

Not sure why you want to disable them though, I'm having that opposite issue.. I want them back and they wont show up...

akalata’s picture

Status: Active » Closed (works as designed)

Closing old/inactive requests.

andrenoronha’s picture

I used to have these links in my zen theme on drupal 6. But after upgrade they're gone.

You can disable the Zen hover overs by going into themes and clicking on the configure link next to your active theme...

I dont have this option in Zen's config page.

Any help?