Home>Support>I need a Vantage child theme

I need a Vantage child theme

Hello guys!

I’ve purchased your wonderful Vantage premium theme (an extra mile variant :) At this moment I’m starting to fill my site in. And I need a Child theme with H1 that I can use only ONCE pro page.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andy

    Thanks for your support and positive feedback, it’s much appreciated.

    This isn’t a quick change but I think I can work it up for you. The child theme will need to have a set of styles to handle the new header tags.

    I’ll come back to you ASAP with this, hopefully tomorrow.

  2. 9 years, 10 months ago andy-shandy

    Hi Andrew

    Thanks for your reply. Can I continue to fill my site in or I need to wait that Child theme first?

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    For sure. You can proceed. Activating the child theme will however require the Customizer and Menu settings to be re-applied. So if you’d like you can install the following child theme.

    https://siteorigin.com/wp-content/uploads/2014/12/vantage-child-vanilla.zip

    Install the ZIP from Appearance > Themes > Add New: Upload Theme.

    We can then just add edited theme files to that child theme and you won’t have to redo Customizer and Menu settings later.

  4. 9 years, 10 months ago andy-shandy

    ok Andrew.

    Will do that to not lose time because I have only few days to end it up. Please, write me when the files are ready.

  5. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    For sure. Will be with you ASAP on this. It is something you can launch without though. We’ll just be changing tags and adapting CSS to work with those new tags. Nothing visually will change.

  6. 9 years, 9 months ago andy-shandy

    up

  7. 9 years, 9 months ago andy-shandy

    Still waiting guys :|

  8. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andy

    I’ll be with you ASAP. This is unfortunately a custom development request which we don’t really offer but do our best to help out. I’m pretty sure I can do this for you, I just need to eliminate regular support queries before I can get to it. I should be with you a little later this evening.

  9. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    All good to go. Please try the following functions.php in your child theme. If you’re all good using FTP you can upload it to /wp-content/themes/vantage-child, it’ll change the logo from an h1 to an h2 tag.

    https://siteorigin.com/wp-content/uploads/2014/12/functions.php_.zip

    Please unzip the file before uploading it.

    I started working on the other h1’s in the template files, the reason I thought this was a bigger task than it might actually be, did you just need the logo heading tag changed?

    Let me know how it all goes and we’ll take it from there.

    Thanks

  10. 9 years, 9 months ago andy-shandy

    Hello Andrew

    I would like to tell thank you for your time and help! I really appreciate it. I was always using the HTML sites…and trying to do my best to learn the WP site building.

    I’ve put your functions.php. That H1 has disappeared from the code. Good.

    I have also the following questions:

    1. I’ve changed your H2 tag to new1 tag. Just not to have too much of H2 tags…

    http://joxi.ru/EA4pekgfOLNjAb

    Question: Can I leave it like this?

    2. Before your custom functions.php file I had this variant of logo

    http://joxi.ru/E2pk5d6ta5eZmY

    And after I put that custom functions.php it became like this

    http://joxi.ru/V2VekBWTKpWwmv

    Question: How can I change that font type and size?

    3. Question: How can I remove that H3 (I guess it is Sub Title in the Vantage Headline) from the code?

    http://joxi.ru/l2ZV8NZIEKZO2J

    4. With your wonderful Page Builder I use the Black Studio Tinymce plugin. And this widget adds a lot of H3 tags…This is also a problem for my SEO.

    http://joxi.ru/eAO4a7bIp0nbro

    Question: Is any way to change that tags to something neutral? Like new2 or something like that?

    Thank you in advance!

    Best regards

    Andy

  11. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andy

    1. No, unfortunately that’s not a valid tag. You could however change it to:

    <span class="site-title">SiteOrigin</span>
    

    2. My mistake, sorry. Assuming you change h2 to span like I’ve said above, then insert the following into your style.css file (child theme stylesheet):

    /* Site Title */
    
    header#masthead .hgroup span.site-title {
    color: #666666;
    font-weight: 100;
    font-size: 36px;
    line-height: 1em;
    }
    

    3. Filtering widget tags is unfortunately a little beyond what we can offer at the moment. Sorry I don’t have more there. Hopefully we see more flexibility in this widget in the future.

    4. In the Visual Editor widget (Black Studio) the widget title is the only tag you don’t have control over. Those h3’s look like they are inside the widget body. That means you can highlight the text and change the tag using the drop down menu OR switch to Text view and change the tag manually.

    If you can’t see the drop down menu in the Visual Editor widget with all the heading tags, click the last button in the widget’s row of buttons to toggle the toolbar.

    Hope that helps.

  12. 9 years, 9 months ago andy-shandy

    Andrew,

    Thank you very much! =)

    My site construction goes further with your help!

    Have a nice weekend.

    Best regards

    Andy

  13. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    For sure, glad that helped move things on. Chat soon.

  14. 9 years, 9 months ago andy-shandy

    Hi Andrew

    Few questions:

    1. When I make a post (with news, for example) in the code appears another H1 that I would like to change. So I can have only one h1 (with the name of my article). This unnecessary h1 is here:

    http://joxi.ru/V2VekBWTkBqKmv

    2. One of my pages must be something like a data base of lost/stolen phones. A person can enter his lost phone’s serial number and add it to the whole data base and the other way is to check the device…entering any serial number.

    Question: is it possible to make in WP? Something like this – missingphones.org

    Looking forward to hearing from you.

    Best regards

    Andy

  15. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andy

    1. Please send through a url to the page you’ve checked and I’ll take a look at the menu that’s coming from. (The text you’re seeing in that tag only appears in accessibility cases, screen readers etc.

    2. Sure, almost anything is possible with WP. You’d need to start by looking for a plugin. If you’re unable to find one you’d need to find a developer and go the custom route. http://codeable.io is our recommendation.

  16. 9 years, 9 months ago andy-shandy

    Andrew

    Here you go

    iphone-poisk.com/zapretyat-li-v-rossii-iphone-ipad.html

    Post navigation

  17. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Within your child theme, within the functions.php file, somewhere after the opening PHP tag you’d need to insert the following:

    if ( ! function_exists( 'vantage_content_nav' ) ) :
    /**
     * Display navigation to next/previous pages when applicable
     *
     * @since vantage 1.0
     */
    function vantage_content_nav( $nav_id ) {
    	global $wp_query, $post;
    
    	// Don't print empty markup on single pages if there's nowhere to navigate.
    	if ( is_single() ) {
    		$previous = ( is_attachment() ) ? get_post( $post->post_parent ) : get_adjacent_post( false, '', true );
    		$next = get_adjacent_post( false, '', false );
    
    		if ( ! $next && ! $previous )
    			return;
    	}
    
    	// Don't print empty markup in archives if there's only one page.
    	if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_search() ) )
    		return;
    
    	// Add the shorten title filter
    	add_filter('the_title', 'vantage_content_nav_shorten_title');
    
    	$nav_class = 'site-navigation paging-navigation';
    	if ( is_single() )
    		$nav_class = 'site-navigation post-navigation';
    
    	?>
    	<nav role="navigation" id="<?php echo esc_attr( $nav_id ); ?>" class="<?php echo $nav_class; ?>">
    
    	<?php if ( is_single() ) : // navigation links for single posts ?>
    
    		<div class="single-nav-wrapper">
    			<?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'vantage' ) . '</span> %title' ); ?>
    			<?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'vantage' ) . '</span>' ); ?>
    		</div>
    
    	<?php elseif ( $wp_query->max_num_pages > 1 && ( is_home() || is_archive() || is_search() ) ) : // navigation links for home, archive, and search pages ?>
    
    		<?php vantage_pagination() ?>
    
    	<?php endif; ?>
    
    	</nav><!-- #<?php echo esc_html( $nav_id ); ?> -->
    	<?php
    
    	// Remove the shorten title filter
    	remove_filter('the_title', 'vantage_content_nav_shorten_title');
    }
    endif; // vantage_content_nav
    
  18. 9 years, 9 months ago andy-shandy

    Andrew

    Thank you very much! It works =)

    Have a nice day!

    Best regards

    Andy

  19. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that did the trick.

  20. 9 years, 9 months ago andy-shandy

    P.S.

    Andrew

    and can I level somehow the text widget + button widget?

    http://joxi.ru/VrwQaqRS4vvO2X

    http://joxi.ru/82Q73YbH933drd

  21. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    In Page Builder 2.0 you’ll be able to use the new layout widget to create layouts within layouts. Launching later this month. That should help with this kind of challenge.

  22. 9 years, 9 months ago andy-shandy

    Good. Thanks)

  23. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

  24. 9 years, 9 months ago andy-shandy

    Hi Andrew,

    That’s strange…but when I create a new thread the system tells me that my Order Number is not valid…and I can’t add to my new post the premium status.

    Please, check this post Thread: Posting in different categories

    Best regards

    Andy

  25. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Sorry for the hassle Andy. I’ll check into this now.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More