• 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

Mobiusynergy

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • November 27, 2017 at 11:11 pm in reply to: I am trying to change my header logo on scroll. #214041
    Mobiusynergy
    Member

    I am trying to go from a "word-logo" to a "symbol logo" on scroll

    November 27, 2017 at 11:10 pm in reply to: I am trying to change my header logo on scroll. #214040
    Mobiusynergy
    Member

    Where do I put the small logo file in the code? I don't see any links to media files.

    In the example, the large header goes from (Vana Ash) to small header (VA).

    November 27, 2017 at 3:33 pm in reply to: Delete white spaces in my web #214031
    Mobiusynergy
    Member

    Sub'd I think this is an issue I am working on as well. For some reason there is a gap between the header and body, and body and footer. I've tried to target the margin, and the padding and the body, but have no luck. I'm a beginner and have limited css skills.

    April 3, 2017 at 6:00 pm in reply to: I need your help with a code for functions.php #204254
    Mobiusynergy
    Member

    Thank you.

    I had to find a different approach to this solution. It may not have been the easiest, but it worked. Now, I need to find out how to do this with simple products so they don't show the same price twice.

    Used code:

    function wc_ninja_custom_variable_price( $price, $product ) {
    // Main Price
    $prices = array( $product->get_variation_price( 'min', true ), $product->get_variation_price( 'max', true ) );
    $price = $prices[0] !== $prices[1] ? sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $prices[0] ) ) : wc_price( $prices[0] );

    // Sale Price
    $prices = array( $product->get_variation_regular_price( 'min', true ), $product->get_variation_regular_price( 'max', true ) );
    sort( $prices );
    $saleprice = $prices[0] !== $prices[1] ? sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $prices[0] ) ) : wc_price( $prices[0] );

    if ( $price !== $saleprice ) {
    $price = '' . $saleprice . ' <ins>' . $price . '</ins>';
    }

    return $price;
    }
    add_filter( 'woocommerce_variable_sale_price_html', 'wc_ninja_custom_variable_price', 10, 2 );
    add_filter( 'woocommerce_variable_price_html', 'wc_ninja_custom_variable_price', 10, 2 );

    January 11, 2017 at 6:11 pm in reply to: My (favicon) image won't load into my site identity after clicking "Select" #199248
    Mobiusynergy
    Member

    Thank you, by any chance do you know what the technical terms of this issue would be? I'm trying to search the wordpress forum, but I'm having a hard time sifting through all of the issues as they don't match to this specific problem.

    January 8, 2017 at 9:12 pm in reply to: Infinity Pro front page 4 #199044
    Mobiusynergy
    Member

    The theme setup also suggest a link: http://ionicons.com/

    January 8, 2017 at 9:08 pm in reply to: Infinity Pro front page 4 #199043
    Mobiusynergy
    Member

    You can make and edit icons here: https://logomakr.com/

    on the top left is a search bar that will help you find icons.

    January 8, 2017 at 8:02 pm in reply to: Can we add a short code somewhere that is not a post, page or text widget? #199040
    Mobiusynergy
    Member

    Thanks everyone

    January 8, 2017 at 4:43 pm in reply to: Can we add a short code somewhere that is not a post, page or text widget? #199025
    Mobiusynergy
    Member

    The plugin has a text box, that is where we put it.

    Also, I added the filter to functions.php didn't work. I tried to add it to the extra sections of the plugin that also didn't work.

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)

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