Everyone in our nonprofit group admires and likes using your Theme. I do need help with a few glitches. I previously reported the problem with the WYSIWYG Text Editor and uploading images. Now, I've found a complication in Views when using the "More" link.
I created the Block using Views; added the More link; set it to go to a Page View. The "More" link is not being displayed.
I did clear the Cache using Views >Tools >Clear Cache and Performance >Clear Cached Data.
---Ashford
Site: http://heartwoodtmn.org
Block Title: This Month
More link: Yes
Distinct: No
Access: Unrestricted
Caching: None
Link display: Scheduled Activities
Comments
Comment #1
Ashford commentedI tried it on every Block. It finally worked when I reduced the maximum number of nodes to display to a low number.
Comment #2
agileware commentedHi,
Try this, in the template.php file change the theme_button function as follows.
From:
Change to:
This should remove the theming for all buttons on the website. Which is the cause of the problem.
Comment #3
Ashford commentedThanks, Justin, for sharing your expertise. I'll be glad when I catch up to you guys. I can see the logic of the PHP code after it's written; but I cannot write it myself.
You saved me from having to switch to another Theme. All our volunteers in our group and the web site visitors really like Wilderness.
Comment #4
agileware commentedHappy to help. And thanks for using our theme.
Happy Drupal'ing!
Comment #5
rais38 commentedI'm having the same problem with the module IMCE (File Browser).
No buttons appear: Uploads, Delete, Thumbnails, Resize... (My account -> File Browser).
Any ideas?
Thanks
Rafael
Comment #6
bayousoft commentedBetter solution at least for me:
In template.php (Wilderness Theme) at approx line 59 change:
if (arg(0) == 'admin')
to
if (arg(0) == 'admin' || arg(0) == 'imce')
Comment #7
pokadan commentedThe code at #2 has already made it into template.php code. The issue at #5 I cannot reproduce. I installed imce 6.x-2.3.
Everything shows as one can see in the picture below.
Comment #8
pokadan commentedShould the issue at #5 reemerge please open another/different issue.
Comment #9
agileware commentedThanks @poka_dan :)
Comment #10
pokadan commentedWas about time I gave back to the wonderful Drupal community..
Thank you