• 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

yolohtzin

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 - 21 through 40 (of 45 total)
← 1 2 3 →
  • Author
    Posts
  • February 19, 2014 at 1:09 am in reply to: METRO theme – how to change color #91093
    yolohtzin
    Member

    Hi - could I do this changing the Blue Metro Pro colour to grey just by changing the blue colour hex code - I've been trying to figure out how to do this for quite a while so hope this will work.

    Thanks!

    Heather Hess
    http://mariposamemoirs.com

    January 11, 2014 at 9:29 am in reply to: Metro Pro – Image (Gallery) Template Page #84620
    yolohtzin
    Member

    Thank you so much for your reply - it is very helpful! Heather

    January 8, 2014 at 7:28 pm in reply to: Modern Portfolio Primary Navigation #84099
    yolohtzin
    Member

    Hi - I used this coding and it worked - however, now I want to figure out how to make the header and navigation menu full-width.

    Thanks in advance!

    Heather Hess
    http://mariposamemoirs.com

    November 22, 2013 at 10:35 am in reply to: Minimum Pro – Portfolio #75031
    yolohtzin
    Member

    Thanks - Please let me know what did I do wrong please so I can learn how to do these changes myself - thanks so much Brad - you made my day - Heather

    November 22, 2013 at 8:52 am in reply to: Minimum Pro – Portfolio #74961
    yolohtzin
    Member

    Silly question - I just emailed you - Heather

    November 22, 2013 at 8:48 am in reply to: Minimum Pro – Portfolio #74960
    yolohtzin
    Member

    Where do i email it to please

    Heather

    November 22, 2013 at 8:40 am in reply to: Minimum Pro – Portfolio #74956
    yolohtzin
    Member

    Why am I getting that error message? Heather

    November 22, 2013 at 8:37 am in reply to: Minimum Pro – Portfolio #74953
    yolohtzin
    Member

    It didn't work - Parse error: syntax error, unexpected T_STRING in /home4/flowers/public_html/heatherhess.ca/wp-content/themes/minimum-pro/functions.php on line 83

    In this coding I changed Portfolio to read Photography (I changed it back to Portfolio but now I have to figure out how to fix this):

    //* Create portfolio custom post type
    add_action( 'init', 'minimum_portfolio_post_type' );
    function minimum_portfolio_post_type() {

    register_post_type( 'portfolio',
    array(
    'labels' => array(
    'name' => __( 'Portfolio, 'minimum' ),
    'singular_name' => __( 'Portfolio', 'minimum' ),
    ),
    'exclude_from_search' => true,
    'has_archive' => true,
    'hierarchical' => true,
    'menu_icon' => get_stylesheet_directory_uri() . '/images/icons/portfolio.png',
    'public' => true,
    'rewrite' => array( 'slug' => 'portfolio' ),
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes', 'genesis-seo' ),
    )
    );

    }

    Heather

    November 22, 2013 at 8:21 am in reply to: Minimum Pro – Responsive Slider #74948
    yolohtzin
    Member

    Hi - I gave up on slider - thanks for helping though - Heather

    November 20, 2013 at 7:20 pm in reply to: Minimum Pro – Responsive Slider #74623
    yolohtzin
    Member

    Well - I couldn't find where to change slider settings so I bought ProSoliloquy - I deleted the basic soliloquy and after I uploaded pro plugin I got this message

    Fatal error: Class 'Tgmsp_Widget' not found in /home4/flowers/public_html/heatherhess.ca/wp-includes/widgets.php on line 324

    What do I do now!

    Thanks

    Heather

    November 20, 2013 at 1:49 pm in reply to: Minimum Pro – Responsive Slider #74511
    yolohtzin
    Member

    Hi - I have got it in the right place - finally. However it is too high - I had previously changed gallery that didn't slide to

    .minimum .site-tagline {
    margin-top: 600px;
    margin-top: 60rem;
    }

    and like the height it was

    How can I change height of responsive slideshow please

    Also - why does the black Contact bar (which I think is part of the footer) attached to the gallery?

    Thanks!

    Heather

    November 20, 2013 at 11:09 am in reply to: Minimum Pro – Responsive Slider #74412
    yolohtzin
    Member

    hmmmmmm - it is there but in the wrong place and it's not sliding. Heather

    http://heatherhess.ca

    November 20, 2013 at 10:51 am in reply to: Minimum Pro – Responsive Slider #74400
    yolohtzin
    Member

    I don't know where to put the code - do I put it at the bottom of the php file and change the code everytime I want a new slider?

    What is a view raw link?

    Do I need to add both these codes:

    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’ ); }

    add_action('genesis_after_header', 'soliloquy_slider_header_home');
    /**
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/best-plugins/add-soliloquy-slider-in-header-of-any-theme/
    */
    function soliloquy_slider_header_home() {
    if (is_front_page()) {
    if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '88' );
    }
    }

    and change 88 to 1015 (the code on my slider photos)?

    I tried this and the slider didn't show up - do I need to remove background image first or will this override it.

    Also if I upgrade to ProSoliloquy will I need to make any changes in php

    Thanks - I am a slow learner when it comes to adding this.

    Heather

    Heather

    November 20, 2013 at 10:31 am in reply to: Minimum Pro – Responsive Slider #74392
    yolohtzin
    Member

    I am going to give up and keep one photo on the home page - I have no idea how to do this - thanks for your help - it might make sense someday but I don't entirely understand and don't want to do something wrong. Heather

    November 20, 2013 at 9:57 am in reply to: Minimum Pro – Responsive Slider #74383
    yolohtzin
    Member
    This reply has been marked as private.
    November 20, 2013 at 9:54 am in reply to: Minimum Pro – Responsive Slider #74382
    yolohtzin
    Member

    Hi - I activated Soliloquy slider plugin.

    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' ); }

    I uploaded 2 photos and got this shortcode [soliloquy id="1015"] and the option of using this if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '1015' );

    Now I don't know where to put the code to get the slider to show up

    Heather

    November 20, 2013 at 8:52 am in reply to: Minimum Pro – Responsive Slider #74364
    yolohtzin
    Member

    Thanks - should the slider settings be 1600 wide? Problem is I have genesis responsive slider plugin but don't know how to put it were photo of pink roses is.

    I have gone through all the back posts and don't know exactly where to start. Can I create widget for it? Please tell me how to get it 'embedded'.

    Also I see that perhaps http://wordpress.org/plugins/soliloquy-lite/ is the best slideshow

    Thanks so much!

    Heather

    November 18, 2013 at 11:22 am in reply to: Firebug & Fonts #73972
    yolohtzin
    Member

    Thanks - I think I did it - Heather

    November 18, 2013 at 10:56 am in reply to: Firebug & Fonts #73966
    yolohtzin
    Member

    Hi - where do I put this - can it go at the bottom or replace what is already there - thanks - Heather

    November 18, 2013 at 10:47 am in reply to: Firebug & Fonts #73961
    yolohtzin
    Member

    Hi - Do I add this coding at bottom of php page?

    And do I take out what I put on the .css page before I do this?

    Thanks - heather

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 45 total)
← 1 2 3 →
« 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