- This topic has 15 replies, 3 voices, and was last updated 8 years, 8 months ago by Tom.
-
AuthorPosts
-
April 5, 2016 at 6:16 am #184328Dave
Hi Tom,
couple of questions today:Do you have a documentation of how to put together a Parallax page – I have done it but it doesn’t seem to work right.
And is there a way to add an underline to a word in the nav menu when that page is the current one, rather than a difference in background color?
Thanks
DaveApril 5, 2016 at 7:10 am #184349DaveJust to clarify – I have enabled and disabled Parallax in the sections and it makes no difference either way. How come the text doesn’t scroll while the image remains where it is while that section is visible?
Thanks
April 5, 2016 at 10:28 am #184432TomLead DeveloperLead DeveloperHi Dave,
The parallax option in Sections is very simple, it simply scrolls the background image very lightly as you scroll the page. Is that not working on your site? Can you link me?
As for the border, this might help: https://generatepress.com/forums/topic/main-navigation-menu-sub-menu-border-padding/#post-141808
Just border
border
toborder-bottom
.April 5, 2016 at 11:22 am #184449DaveThanks Tom – this is the page I am testing it on – the image very very slightly scrolls when I look really long – but with a bigger image it is barely noticeable at all (even less than right now) is there a way to increase the movement like on Genesis Parallax?
Cheers
DaveApril 5, 2016 at 11:24 am #184450Daveforgot the link: https://buyfictionplots.com/about/
April 5, 2016 at 12:29 pm #184461TomLead DeveloperLead DeveloperAh, it’s definitely working, just a bit subtle.
You can increase the effect with a filter:
add_filter( 'generate_sections_parallax_speed','generate_custom_parallax_speed' ); function generate_custom_parallax_speed() { return 6; }
6 is the default – the lower the number, the greater the effect.
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
April 5, 2016 at 1:36 pm #184485DaveNice one – thanks!
April 5, 2016 at 1:38 pm #184486TomLead DeveloperLead DeveloperYou’re welcome 🙂
April 15, 2016 at 10:06 am #187093JosephGreetings, trying to get links to scroll to the selected page section.
Example: when I click on any of the circled links it should take me to the appropriate section for that particular link on the page. Is this possible?
Here is the home page with the links (circle menu)
http://provinciawebdesign.com/client/ktalkThanks in advance
April 15, 2016 at 11:11 am #187113TomLead DeveloperLead DeveloperRight now all of those circles seem to be linking to Google?
They should link to: yoursite.com/whatever-page#this-section
April 15, 2016 at 11:36 am #187115JosephCorrect, the google link was just a “#” placement until I figured out the parralax link code. In the case where I disable the title page, will the “this-section” not work (see attached link where the page content code displays instead) Or do I have to give it a title to set the section.
And the second issue is that when I click on Add-Section, nothing happens? I’ve used this featured plenty of times and works like a charm so I’m stuck.http://provinciawebdesign.com/client/sample.png
Thanks Tom.
April 15, 2016 at 11:48 am #187119TomLead DeveloperLead DeveloperAdd this into the top of the section in the “Text” tab:
<a name="this-section"><!-- anchor --></a>
Then linking to yoursite.com/whatever-page#this-section will take you there.
If the Add Section button isn’t working, try updating to the latest version of the plugin.
If that doesn’t work, try #1 on this page: https://generatepress.com/knowledgebase/debugging/
April 17, 2016 at 3:31 am #187404JosephHi Tom, I went back and installed the latest version of the plugin but still nothing happens when I click on Add Section. This is weird as it has worked with ease before. Parallax is enabled and also tried it w/o being enables and no luck. I created another blank page and click on YES for sections and could only get the first section and not letting me add another section.
Tried to find a post on this to not bother you but no luck. Been trying to get this to work for a couple of days.Any help is appreciated, Thanks!!
April 17, 2016 at 11:06 am #187501TomLead DeveloperLead DeveloperHave you tried #1 on this page?: https://generatepress.com/knowledgebase/debugging/
Sounds like another plugin may be causing a javascript error.
April 18, 2016 at 7:36 am #187652JosephResult: Arg, plugin conflict disable the Section adding option.
For the record of aiding others, the plugin is “Amazing Hover Effects Pro” by Nor E-Alam
Thank you for your time Tom.
-
AuthorPosts
- You must be logged in to reply to this topic.