• 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

tproud

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 20 posts - 1 through 20 (of 35 total)
1 2 →
  • Author
    Posts
  • August 11, 2014 at 6:15 am in reply to: How do you use full size header Lifestyle Pro?? #118162
    tproud
    Member

    Hi Brad, I was trying to open http://wpsites.net/web-design/customize-lifestyle-pro-theme-header-image-area/ but it says "Sorry but this content is not available in your country at the moment." Is there any way for me to view this content? I need to modify the size of the header. I'm in Ukraine. Thank you.

    June 27, 2014 at 2:48 pm in reply to: a part of nav menu not working #111799
    tproud
    Member

    I have solved the problem by removing the second instance of Soliloquy slider I had before the footer. Now I need to think of a way to add a different slider there since two of those don't work well together. 🙁

    June 27, 2014 at 2:51 am in reply to: a part of nav menu not working #111718
    tproud
    Member

    I do have a Soliliquy Slider active - *with* slides (one slide so far) in it. The whole point of my website is using this slider.

    June 26, 2014 at 2:55 pm in reply to: a part of nav menu not working #111672
    tproud
    Member

    It looks like the inactive links are sort of covered by something that makes them invisible to the mouse.... thinking out loud. Still in the dark.

    June 26, 2014 at 5:45 am in reply to: Replace tagline with an image in eleven40? #111617
    tproud
    Member

    Found the solution at http://wpsites.net/web-design/replace-eleven-40-pro-themes-tagline-area-with-image/. Working on it!

    June 26, 2014 at 5:26 am in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111611
    tproud
    Member

    I have replaced the second one with home_slider2 and it works now. Thank you.

    June 25, 2014 at 1:25 pm in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111520
    tproud
    Member

    I have done it again and added the second code so both codes look like this:

    add_action( 'genesis_before_content', 'home_slider', 9 );
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/installing-full-width-responsive-slider/
    */
    function home_slider() {
    if ( function_exists( 'soliloquy_slider' ) )
    soliloquy_slider( '30' ); }

    add_action( 'genesis_after_content', 'home_slider', 9 );
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/installing-full-width-responsive-slider/
    */
    function home_slider() {
    if ( function_exists( 'soliloquy_slider' ) )
    soliloquy_slider( '32' ); }

    And here is the error message I'm getting right now:

    Fatal error: Cannot redeclare home_slider() (previously declared in /home/aviation/public_html/wp-content/themes/eleven40-pro/functions.php:154) in /home/aviation/public_html/wp-content/themes/eleven40-pro/functions.php on line 164

    June 25, 2014 at 6:49 am in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111442
    tproud
    Member

    I have changed the ‘genesis_after_header’ to ‘genesis_before_content’ and the location is correct now but still the slider is not centered: http://aviation-standards.com/. How can I do that?

    Also, I tried adding the same code (your code from http://wpsites.net/best-plugins/installing-full-width-responsive-slider/) but with a different location (‘genesis_before_content’) and slider number, and everything got broken so I had to re-upload the functions.php file and add the first code again. Can I use two of your codes for different locations in functions.php, or is it impossible? Thank you!

    June 25, 2014 at 6:32 am in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111440
    tproud
    Member

    Okay, I have changed home-page in your code to the number of my slider and now it displays (YAY!!!) but not exactly where I wanted: http://aviation-standards.com/. I want it to be centered on the page and display directly between the "Double the Safety - Half the Cost!" tagline and the (nav menu + content). Hope it makes sense. Thanks so much!

    June 25, 2014 at 5:47 am in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111437
    tproud
    Member

    Hi Brad,

    OK, I guess it's not crucial to use the Genesis slider. I just need something to use throughout the site - one below the header and one with different content above the footer, too. Is there a solution for that?
    Meanwhile, I have tried using your code at http://wpsites.net/best-plugins/installing-full-width-responsive-slider/. I have installed the Responsive WordPress Slider - Soliloquy Lite and created a test slider which prompted me to use the following template tag:

    if ( function_exists( 'soliloquy' ) ) { soliloquy( '30' ); }

    I have inserted it at the end of the home.php file but it has not worked. Should I insert the template tag in a different file? Should it be worded differently? Or should I make changes in your code? Your code says:

    add_action( 'genesis_after_header', 'home_slider', 9 );
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/installing-full-width-responsive-slider/
    */
    function home_slider() {
    if ( function_exists( 'soliloquy_slider' ) )
    soliloquy_slider( 'home-page' ); }

    See, the template tag says if ( function_exists( 'soliloquy' ) while your code says if ( function_exists( 'soliloquy_slider' ). In which of these should I make the changes? And in what file should I put the template tag? Thank you so much for your help.

    June 24, 2014 at 1:47 pm in reply to: Is it possible to add a slider below the header in eleven40-Pro? #111340
    tproud
    Member

    Thanks, Brad. I would like to use a Genesis slider throughout the site, not just on home page. Should I do any changes to the code you gave me? Thank you.

    March 14, 2014 at 6:54 am in reply to: functions.php for Streamline theme (v. 2.0.1) #94851
    tproud
    Member

    Thanks for your response!

    October 10, 2013 at 3:52 am in reply to: 2-column layout with varying column content #66095
    tproud
    Member

    OK, I have looked into a number of plugins to solve this, and found that Restrict Widgets works best.

    October 9, 2013 at 1:13 pm in reply to: 2-column layout with varying column content #65995
    tproud
    Member

    thank you very much, that's a start!

    July 29, 2013 at 8:26 am in reply to: Responsive slider in Generate theme #53067
    tproud
    Member

    The interesting thing is as soon as I remove the slider from the new widget area, the styling gets back to normal.

    July 29, 2013 at 5:14 am in reply to: Responsive slider in Generate theme #53042
    tproud
    Member

    Thank you so much for your help. I have followed the tutorial and managed to get the slider on my static home page. Now, however, the style is gone, the content area has lost its definitive Generate theme border and is stretched 100% across the page: http://lendingbeeinc.com/test/. It used to look neat and centered and bordered just like the slider and footer area there. Is it possible to fix? Thank you again!

    July 27, 2013 at 5:40 pm in reply to: Responsive slider in Generate theme #52877
    tproud
    Member

    Susan, thanks for your response. I have read the Widgets API thoroughly but since I'm not very code-savvy, I could not do that correctly. Not sure which code I should add to functions.php and which - to home.php. 🙁

    July 26, 2013 at 4:19 pm in reply to: Generate Box is not displaying in Generate #52697
    tproud
    Member

    I have asked a couple of friends to check it out, they do not see the slider either. @webmaster@uthsc.edu, would you please take a look at http://lendingbeeinc.com/test/ and let me know if you see the slider on top of the page. Thank you.

    July 26, 2013 at 3:32 pm in reply to: Generate Box is not displaying in Generate #52693
    tproud
    Member

    I'm using Firefox too, and Chrome, there's no slider. What do you see under the slider?

    July 26, 2013 at 3:30 pm in reply to: Generate Box is not displaying in Generate #52691
    tproud
    Member

    what do you mean?! there's NO slider there, refresh the page

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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