• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

LaunchPad777

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 14 posts - 81 through 94 (of 94 total)
← 1 2 3 4 5
  • Author
    Posts
  • February 20, 2014 at 10:21 am in reply to: Need help with creating columns in widget? #91409
    LaunchPad777
    Member

    Thanks Marcy,

    Really appreciate you providing so much information....

    If I needed to apply this to a single text widget within the main .home-section-1 area, and not to the entire Home Section......

    I looked at the code using Firebug and this looks like the right area:
    <section id="text-6" class="widget widget_text"> (this shows up on the left)

    But under Style on the right I can't seem to isolate the code that needs to be targetted....
    What would I need to change?

    If I changed the code and added id="text-6" as follows:

    .home-section-1 .widget id="text-6"{
    float: left;
    padding: 0 2.8%;
    width: 33.333333333333%;
    }

    Thanks again...
    Regards
    Greg

    February 20, 2014 at 2:24 am in reply to: Aligning Text and Images in Home Sections in Parallax Pro #91345
    LaunchPad777
    Member

    Hi there,

    Anyone have any ideas at all?

    Regards
    Greg

    February 18, 2014 at 1:46 pm in reply to: Aligning Text and Images in Home Sections in Parallax Pro #91021
    LaunchPad777
    Member

    Hi there,

    Take a look at this screencast to see what I'm trying to achieve:

    http://screencast.com/t/EVssxdLdEVNc

    Regards

    Greg

    February 17, 2014 at 1:16 pm in reply to: Creating Navigation Menu Using Links in Parallax Pro #90827
    LaunchPad777
    Member

    Hi there,

    Please ignore this....I actually think I got it sorted....thanks

    Regards
    Greg

    February 16, 2014 at 11:49 am in reply to: Creating Navigation Menu Using Links in Parallax Pro #90616
    LaunchPad777
    Member

    Sorry those links should be:
    Nave menu links - < a href="#anchor">Link Text (spaces inserted to break link)

    The page destination is – < a name="anchor">

    Links not appearing correctly - see examples here:
    http://help.typepad.com/anchor-tags.html

    February 15, 2014 at 1:03 pm in reply to: Setting up Parallax Pro Pages, Home Sections etc #90512
    LaunchPad777
    Member

    Thank you for your help....I learned a lot.

    BTW - I have just read through the codex...

    From Sridhar's tutorial the final step is to add this code to the front-page.php file:
    Step 3
    Add the following in child theme’s functions.php:
    /**
    * Enqueue scripts for smooth scrolling
    */
    add_action( 'wp_enqueue_scripts', 'sk_smooth_scroll' );
    function sk_smooth_scroll() {

    wp_enqueue_script( 'scrollTo', get_stylesheet_directory_uri() . '/js/jquery.scrollTo.min.js', array( 'jquery' ), '1.4.5-beta', true );
    wp_enqueue_script( 'localScroll', get_stylesheet_directory_uri() . '/js/jquery.localScroll.min.js', array( 'scrollTo' ), '1.2.8b', true );
    wp_enqueue_script( 'scrollto-init', get_stylesheet_directory_uri() . '/js/scrollto-init.js', array( 'localScroll' ), '', true );
    }

    Is that what you are referring to in Point 5?

    If so, then I have done it....

    February 15, 2014 at 12:38 pm in reply to: Setting up Parallax Pro Pages, Home Sections etc #90509
    LaunchPad777
    Member

    Thanks,

    Backed up the .php files to computer....

    Successfully uploaded the 3 js files via FTP to th js directory.....

    However in point 5, you say:
    5. Edit your theme’s functions.php using the back-end WP editor to include the changes from the tutorial.

    What I'm asking is this - how do you specifically then edit front-page.php?

    February 15, 2014 at 11:57 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90502
    LaunchPad777
    Member

    Valuable advice indeed...

    Before posting this thread I asked Official Support and they pointed me to Sridhar's blog and this Forum...

    They suggested this:
    Yes, Parallax Pro does have a js directory already. I would recommend adding this to the front-page.php file instead of functions.php since the scrolling will only work on the homepage. This way, you're not loading an extra resource on other pages.

    Best,
    Jennifer Baumann
    Support Manager

    I understand what you say about uploading the files now.......but how do you do what you say in Point 5?
    Are you saying that you copy the code again and add it at the bottom of the front-page.php in the WP editor?

    Really appreciate your help....

    February 15, 2014 at 11:22 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90492
    LaunchPad777
    Member

    I'm following the directions here:

    Smooth scrolling to in-page links in any Genesis theme

    Step 1

    Copy jquery.scrollTo.min.js and jquery.localScroll.min.js from Agency Pro’s js directory into your active Genesis child theme’s js (create if not existing) directory. If you do not own a copy of Agency Pro, you can download these js files from here and here respectively.

    Those two files mentioned above in bold need to be added to the js directory......

    If you look at /jquery.scrollTo.min.js you will see that it is a fair bit of code....how do you upload that via FTP?
    Should it be first placed inside a folder on my PC?

    And then how do you get it into the Child Theme functions.php?

    February 15, 2014 at 11:05 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90487
    LaunchPad777
    Member

    Thanks..

    Using Filezilla....Just went into the Parallax theme and see that there is already a js directory in place...learnt something new...thanks.

    Ok if you need to add code to this directory - how do you do it?

    Do you just add it via the editor?

    How do you locate the directory in the editor?

    rgards
    Greg

    February 15, 2014 at 10:35 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90483
    LaunchPad777
    Member

    Hey Davinder,

    Ok you got me...

    Not familiar with working with php....
    I've just trawled around the Internet for more than a hour trying to see how to do this...

    Exactly how do you add or create a new js folder in the theme folder....

    Thanks
    Greg

    February 14, 2014 at 10:58 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90314
    LaunchPad777
    Member

    Thanks Davinder,

    The test site is here http://www.test.gregcooksley.com so that I can see how Parallax Pro works before building the client's website.

    I'm busy playing around with the content right now...

    What I've discovered is that Parallax Pro doesn't have smooth scrolling already built into the theme.
    My client wants the effect when a Nav menu item is clicked, that it scrolls smoothly to that section of the page...

    I see that this is discussed here:

    Smooth scrolling to in-page links in any Genesis theme

    The question is where do you create the required js directory in Parallax Pro?

    Regards
    Greg

    February 14, 2014 at 4:56 am in reply to: Setting up Parallax Pro Pages, Home Sections etc #90257
    LaunchPad777
    Member

    Hi there,

    Anyone out there?
    Kinda stuck here.....any ideas or recommendations?

    Regards

    Greg

    February 12, 2014 at 7:10 am in reply to: Hi there #89950
    LaunchPad777
    Member

    Thanks Davinder,

    I've been working on WordPress for a whil so have someknowledge and know how to apply code changes in the editor etc

    I've never worked on a parallax site so it's a bit daunting....particularly as the client emloyed a designer to comeup with the design and they want it to look exactly like the design....

    Regards
    Greg

  • Author
    Posts
Viewing 14 posts - 81 through 94 (of 94 total)
← 1 2 3 4 5
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble