WebDev22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Parallax effect in a worpress site?So far, I’m working outside of WordPress to get this done. Once I’ve got it working, I’ll then need to figure out how to best get it into WordPress.
Forum: Fixing WordPress
In reply to: Parallax design: I have the PSD from graphics. Now what?I thought I’d post the direction I’m taking on this. I found this tutorial, which outlines how to implement the parallax scrolling effect: http://www.techrepublic.com/blog/webmaster/tutorial-how-to-implement-the-parallax-scrolling-effect-part-1/2169?tag=content;siu-container.
It doesn’t talk about implementing this in WordPress, but it’s still a great start. The article references this very handy GitHub code, written by Richard Shepherd: https://github.com/richardshepherd/Parallax-Scrolling, as well as this HTML5 boilerplate: html5boilerplate.com.
I’ll keep posting updates.
Forum: Themes and Templates
In reply to: Parallax effect in a worpress site?@stefanakoz – How did it go with your parallax design project?
Forum: Fixing WordPress
In reply to: How to enable JavaScript in a text widget without a pluginWe’re not able to do this from an actual page. I’m trying to get it to work under the Text Widget section (Text Box 1) at the bottom of the admin screen for that page. I haven’t tried it from Widgets, but Widgets wouldn’t work because we only need it for one page. Is that where you tried it?
There will be a series of unique scripts for several different pages, with several different calls to action.
Forum: Fixing WordPress
In reply to: How to enable JavaScript in a text widget without a pluginForum: Fixing WordPress
In reply to: How to enable JavaScript in a text widget without a pluginThey don’t have any suggestions.
Forum: Fixing WordPress
In reply to: How to enable JavaScript in a text widget without a pluginI just tried wrapping it in anchors, but it didn’t render the link. Is that what you meant trying?
Forum: Fixing WordPress
In reply to: How to enable JavaScript in a text widget without a pluginYes. It’s a link to a JavaScript from our lead-generation marketing program. The script displays a sentence and a call-to-action button, which is all administered within the lead-gen admin.
Forum: Hacks
In reply to: how to disable autosave in WP3.3 ?Thanks. It worked.
Forum: Hacks
In reply to: how to disable autosave in WP3.3 ?@sethmatics – Are you agreeing with Egill’s solution? We need to turn off autosave due to users who open up tabs and tabs of the same edit page and causing confusion.
Forum: Plugins
In reply to: [Email Alerts] Does not work with 3.4.2Thanks for posting. I really need some way to get informed whenever someone makes a change in content, whether it’s adding, editing, or deleting a page or post. Does this plugin do that?
Forum: Plugins
In reply to: [Email Alerts] Does not work with 3.4.2Is this plugin still being maintained? Are there plans to get it working with 3.4.2?
I’m wondering if adding the following entry to the robots.txt file will do it:
‘ Disallow: /wp-content/uploads/’
Forum: Plugins
In reply to: Plugin to track changes and notify adminI’d be fine with a cron job that ran every night that would summarize the following:
- Pages/Posts drafts added
- Pages/Posts deleted
- Pages/Posts published
- Pages/Posts reverted to Draft
- Changes to Media Library
- Change in number of Pages/Posts/Media Library objects
Is there anything that already exists that does anything remotely close to this?
Did you find a solution for this? I’m trying to find out how to hide certain obsolete items that sales is not quite ready to remove from the Media Library. There are ways to hide the entire uploads folder, but we just need to hide items with a particular keyword.