• 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

andrearicchiweb

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 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • February 29, 2016 at 8:08 am in reply to: Altitude Pro: problems with favicon #180256
    andrearicchiweb
    Member

    Ciao Victor, I put the file into themes/altitude-pro/favicon.ico

    that's not ok?

    February 23, 2016 at 9:17 am in reply to: How to change the background-color only in footer widget text in Altitude pro? #179714
    andrearicchiweb
    Member

    Thanks so much!

    February 12, 2016 at 9:57 am in reply to: Atitude pro – CSS for Multi-Column Footer Widgets #178894
    andrearicchiweb
    Member

    Any help???

    February 11, 2016 at 9:57 am in reply to: Atitude pro – CSS for Multi-Column Footer Widgets #178796
    andrearicchiweb
    Member

    For sure Victor: http://www.yourtourleader.com/

    February 11, 2016 at 4:54 am in reply to: Images or gallery in front page of Altitude Pro theme #178780
    andrearicchiweb
    Member

    Perfect! Thanks Christoph!

    February 9, 2016 at 2:46 am in reply to: Altitude Pro height front-pages #178635
    andrearicchiweb
    Member

    Thanks for your reply Victor, this part do you mean:

    /* WordPress
    
    --------------------------------------------- */
    
    .alignleft {
    	float: left;
    	text-align: left;
    }
    .alignright {
    	float: right;
    	text-align: right;
    }
    a.alignleft,  a.alignnone,  a.alignright {
    	max-width: 100%;
    }
    a.alignnone {
    	display: inline-block;
    }
    a.aligncenter img {
    	display: block;
    	margin: 0 auto;
    }
    img.centered,  .aligncenter {
    	display: block;
    	margin: 0 auto 24px;
    }
    img.alignnone,  .alignnone {
    	margin: 0 0 12px;
    }
    a.alignleft,  img.alignleft,  .wp-caption.alignleft {
    	margin: 0 24px 24px 0;
    }
    a.alignright,  img.alignright,  .wp-caption.alignright {
    	margin: 0 0 24px 24px;
    }
    .wp-caption-text {
    	font-size: 18px;
    	line-height: 1.2;
    	text-align: center;
    }
    .entry-content p.wp-caption-text {
    	margin-bottom: 0;
    }
    .gallery-caption,  .entry-content .gallery-caption {
    	margin: 0 0 10px;
    }
    .post-password-form input {
    	width: auto;
    }
    .post-password-form input[type="submit"] {
    	padding: 25px;
    }
    .wp-audio-shortcode,  .wp-playlist,  .wp-video {
    	margin: 0 0 28px;
    }
    /*
    
    Widgets
    
    ---------------------------------------------------------------------------------------------------- */
    
    
    January 25, 2016 at 10:44 am in reply to: Altitude Pro Theme – Main menu fixed #177458
    andrearicchiweb
    Member

    Thanks so much Christoph! Now it works, just a cache problem 😉

    January 23, 2016 at 12:42 pm in reply to: Altitude Pro Theme – Main menu fixed #177276
    andrearicchiweb
    Member

    this is a problem about css, if you see the website the text "Discovering Modena and Bologna...." is a text widget, i would like the background white by css, but by trying many class, it doesn't work, the only solution is insert into the widget the text with the code, i don't like this solution because i want find the way by css file, what's wrong?

    January 23, 2016 at 12:05 pm in reply to: Altitude Pro Theme – Main menu fixed #177271
    andrearicchiweb
    Member

    Thanks so much Christoph, just one more thing, about this?

    I am checking also the box where you see “Discovering Modena and Bologna”, I try to change the css in syle.css but it seems the application don’t read my modify, but maybe it’s another problem

    January 23, 2016 at 11:41 am in reply to: Altitude Pro Theme – Main menu fixed #177268
    andrearicchiweb
    Member

    I did Christoph, right now it works! it would be a refresh problem but I cleared any caching by WP Fastest Cache and browser setting and I didn't see no variations, what am i missing?

    January 22, 2016 at 11:01 am in reply to: Altitude Pro Theme – Main menu fixed #177192
    andrearicchiweb
    Member

    Thanks for your reply Christoph!
    I have made all steps you told me but nothing change, this is the website: http://www.yourtourleader.com/

    I am checking also the box where you see "Discovering Modena and Bologna", I try to change the css in syle.css but it seems the application don't read my modify, but maybe it's another problem

    Wait for some ideas

    January 22, 2016 at 4:58 am in reply to: Altitude Pro Theme – Main menu fixed #177153
    andrearicchiweb
    Member

    this is global.js

    jQuery(function( $ ){
    
    	if( $( document ).scrollTop() > 0 ){
    		$( '.site-header' ).addClass( 'dark' );			
    	}
    
    	// Add opacity class to site header
    	$( document ).on('scroll', function(){
    
    		if ( $( document ).scrollTop() > 0 ){
    			$( '.site-header' ).addClass( 'dark' );			
    
    		} else {
    			$( '.site-header' ).removeClass( 'dark' );			
    		}
    
    	});
    
    	$( '.nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu' ).addClass( 'responsive-menu' ).before('<div class="responsive-menu-icon"></div>');
    
    	$( '.responsive-menu-icon' ).click(function(){
    		$(this).next( '.nav-primary .genesis-nav-menu,  .nav-secondary .genesis-nav-menu' ).slideToggle();
    	});

    i have comment from 3 to 18 line

    /*	if( $( document ).scrollTop() > 0 ){
    		$( '.site-header' ).addClass( 'dark' );			
    	}
    
    	// Add opacity class to site header
    	$( document ).on('scroll', function(){
    
    		if ( $( document ).scrollTop() > 0 ){
    			$( '.site-header' ).addClass( 'dark' );			
    
    		} else {
    			$( '.site-header' ).removeClass( 'dark' );			
    		}
    
    	});
    */

    and in functions.php I insert in the top page

    //* Add class dark to .site-header
     
    add_filter( 'genesis_attr_site-header', 'altitude_add_class' ); 
    function altitude_add_class( $attributes ) {
    $attributes['class'] = $attributes['class']. ' dark';
    return $attributes;
    }

    but doesn't work! All looks the same

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 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