This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Mobile view not showing search bar

9 years ago · Last reply by Andrew Misplon 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

20
  1. Andrew Misplon Staff 9 years, 10 months ago

    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. Gopu Private 9 years, 10 months ago

    This is a private message.

  3. Andrew Misplon Staff 9 years, 10 months ago

    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. Gopu 9 years, 10 months ago

    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. Andrew Misplon Staff 9 years, 10 months ago

    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. Andrew Misplon Staff 9 years, 10 months ago

    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. Gopu 9 years, 10 months ago

    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. Andrew Misplon Staff 9 years, 10 months ago

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

  9. Andrew Misplon Staff 9 years, 10 months ago

    SettingsBreadcrumb NavXTGeneralHome Breadcrumb. Hope that helps :)

  10. Gopu 9 years, 9 months ago

    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. Andrew Misplon Staff 9 years, 9 months ago

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

  12. Gopu Private 9 years, 9 months ago

    This is a private message.

  13. Gopu 9 years, 9 months ago

    Thank you for your support .

  14. Andrew Misplon Staff 9 years, 9 months ago

    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. Gopu 9 years, 9 months ago

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

  16. Andrew Misplon Staff 9 years, 9 months ago

    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. Gopu 9 years, 9 months ago

    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. Andrew Misplon Staff 9 years, 9 months ago

    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. Gopu 9 years, 9 months ago

    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. Andrew Misplon Staff 9 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread