Home>Support>Mobile view not showing search bar

Mobile view not showing search bar

i am currently developing my site in local machine . i use the vantage theme for my site.(its not premium version) . while viewing the site in mobile view and tablet view option in new wordpress 4.5, i noticed that it doesnt have the search option. i went through a thread (https://siteorigin.com/thread/search-bar-html-5/) and copied the code in custom css ,then too there is no change while viewing in the mobile view .

siteorgin editor is very very helpful .i dont have much knowledge about coding and i am creating my entire site using the siteorgin plugin.thank you…. waiting for the reply

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

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

    Hi Gopu

    Thanks for your support.

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 8 years, 5 months ago Private Message - Gopu

    This is a private message.

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

    Thanks for your feedback. We’re unable to replicate the search icon issue locally. If possible, let us know once your site is live, we’ll then take a look and advise a solution. Unfortunately, problems like this are very hard to solve if we can’t inspect the code on your site.

    Vantage doesn’t have BreadcrumbNavXT integration but it is ready for Yoast SEO breadcrumbs. Perhaps you’re already using Yoast SEO or plan to. If so, go to install and activate Yoast SEO then go to SEOAdvanced and enable Breadcrumbs. Finally, go to AppearanceTheme Settings and ensure that Yoast Breadcrumbs are enabled.

  4. 8 years, 5 months ago Gopu

    Thank you for the reply.i shall wait till the site is finished.next about yoast seo,i read in threads that the plugin has compatibility issues with siteorgin editor.so will it help me.i use siteorgin editor to design pages and due to that i am trying with ‘all in one SEO’ Plugin.does this plugin help to include breadcrumbs in vantage theme? Waiting for reply.

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

    Unfortunately, you’re right, there have been some challenges with Yoast SEO, specifically with Yoast SEO content analysis which is their tool for getting feedback on your content score etc. Let me work up a child theme for you so that you can use BreadcrumbNavXT.

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

    Here is how you can proceed:

    1. Install and activate a plugin called Code Snippets.
    2. Go Snippets > Add New and name your snippet Vantage Breadcrumbs, insert the following in the function body:

    function vantage_breadcrumbs() {
    	if ( function_exists( 'bcn_display' ) ) { 
    		$breadcrumbs = bcn_display( true );
    	} 
    
    	if ( ! empty( $breadcrumbs ) ) { 
    		echo '<div class="breadcrumbs">'. $breadcrumbs .'</div>'; 
    	} 
    }
    add_action( 'vantage_main_top', 'vantage_breadcrumbs' );
    

    3. Enable Only run on site front-end, that’s important.
    4. Click Save and Activate.
    5. Go to your Custom CSS plugin and insert:

    .breadcrumbs {
      margin-bottom: 25px;
    }
    

    Hope that helps.

  7. 8 years, 5 months ago Gopu

    Thank you.the solution worked well.is it possible to remove breadcrunb from front page but show in all other pages?(its showing in all pages now).waiting for the reply.

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

    Sure. I think that’s a setting on the Breadcrumb settings page.

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

    SettingsBreadcrumb NavXTGeneralHome Breadcrumb. Hope that helps :)

  10. 8 years, 5 months ago Gopu

    Thank you for helping me to fix the breadcrumb issue.the breadcrunb style depends on the theme used that is what i read in some posts.what should i do make them little more attractive.earlier when using another theme,the breadcrumb had another style.

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

    It is indeed. I can assist with small customizations but would ideally, need a request. What are you looking to change?

  12. 8 years, 5 months ago Private Message - Gopu

    This is a private message.

  13. 8 years, 5 months ago Gopu

    Thank you for your support .

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

    Vantage Premium offers a series of menu customizations, you can view them here:

    https://siteorigin.com/vantage-documentation/customizations/menu/

    If you want to check out the premium offering you can head over to AppearanceVantage Premium.

  15. 8 years, 4 months ago Gopu

    I am not able to post new threads in fourm why?

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

    Sorry to hear about the hassle. I’m not sure, can you please, let us know what’s happening when you try post? Is there a particular error message you’re seeing? You’re welcome to ask a question here.

  17. 8 years, 4 months ago Gopu

    Two days before i tried to post a question by opening a new thread.after writing when i tried to post it said ‘the filter found this content as spam’ .i tried to post the same question in this thread but was not listed. I was only able to post the above reply.

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

    Thanks for the update and apologies for the hassle. We don’t currently have a way to roll back a false positive like this, please, feel free to post your question here.

  19. 8 years, 4 months ago Gopu

    Thank you for the reply.let me try to post again by opening a new thread and see what it tells.my question was related to parapllax scrolling and its integration with vantage theme.i knw page builder dnt support this feature with vantage theme.vantage is siteorigins theme then why a legacy issue?

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

    Unfortunately, it’s a legacy issue. Vantage was the first to add certain Page Builder features, as a result it was challenging to add later Page Builder features back into Vantage. I wrote a short guide on using Adam Rob’s Parallax plugin here: Thread: How to add parallax scrolling to a Page Builder row.

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