glenroy99
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error Since updating WordPressi posted in a new thread about the issue. my immediate response from support was – check for plugin and theme conflicts… of course. it seems like they don’t really know what is going on.
i also just manually rolled back my version and was able to get my site back. The issue is clearly with 4.7 not plugins or themes.
Forum: Fixing WordPress
In reply to: Fatal Error Since updating WordPressi am getting the same error:
Call to a member function add_filter() on array in /home/…/public_html/wp-includes/plugin.php on line 111
I am running WP 4.7 and the PHP version is 5.6.29 – so the original suggestion to upgrade the PHP doesn’t apply.
Does anyone from WordPress have anything to suggest on this?
Forum: Themes and Templates
In reply to: Single Page Parallax Effectre: rehtaeh
Headway couldn’t help you because its a CSS issue, not a theme framework issue. I assume you’ve done some reading on CSS and how to handle parallax scrolling with it, but perhaps just keep looking up more tutorials to get a better handle? you’re not far off.
basically, however, you are trying to create an exact placement of an image in a parallax situation – which just doesn’t happen. The nature of background image placement in the parallax model is variable – the images adjust to the size and width of the browser window. So trying to control exactly how much portion of an image is visible is going to change for everyone anyhow, depending on what browser, what size, etc. Parallax is a revealed-cropping of an image.
you want the top portion of the image to be revealed immediately, with the butterflies, but the actual container that holds the image is partially hidden in order to create the parallax effect. So you can’t have it both ways basically is what i’m saying. Sorry that isn’t the news you want to hear, but that is that.
if you want an easy plugin type of system to create parallax in headway, i would suggest checking out http://gingersoulrecords.com/. good luck.
Forum: Themes and Templates
In reply to: Single Page Parallax Effectso to make sure i am clear on what you need to do:
You have a one-page design, which features a “stack” of content sections on the page? the standard one-page kind of deal?
you need to A) create a template which stacks all of these sections on one page, and B) set up your navigation as such that it will skip down to the corresponding section when clicked?
I have been doing a number of these recently, all in Headway. Its pretty simple with HW actually.
A) create a homepage template. Add your wrappers first – not content blocks – as these make it easier to contain the sections.
– In your first wrapper create your normal navigation block and header block etc.
– then in each subsequent wrapper, create each content block however necessary. If you are using Pages to create each section (like its own page), then use the functions in the Visual Editor to target a specific Page from the Content block.now you should have a entire page set up – a stack of wrappers, starting with Header/navigation blocks, ending with footer block, and a bunch of separated content blocks between.
B) With your navigation, I used a plugin called “Page scroll to id” to control the connections, and to make smooth scrolling happen, not a jump. In the Menus panel, you turn on the extra settings, as you need to add a linkrel from the plugin to each link. make each link an anchor reference (#link) for the corresponding page.
returning to each page, add a “<div id=”link”>” in the code window at the top of each page.
With that, i was able to create one-page websites in Headway with smooth scrolling.
hope that helps.