Is there a way to make the menu at the top sticky without it disappearing once you scroll down?
]]>Hi,
Is there a way to have a click to show feature or some other way to hide the contact info from bots?
]]>Hello,
I’m using the excelent theme features to build my site.
I’m using the theme menu, that navigates over sections, and I’ve added an li on header.php menu builder to add a link to another page (so I won’t use only one page, the second page is a custom link to a product).
<nav id="site-navigation" class="main-navigation" role="navigation" itemscope itemtype="https://schema.org/SiteNavigationElement">
<ul>
<?php
if( ! get_theme_mod( 'business_one_page_ed_home_link' ) ){
if( is_front_page() ){ ?>
<li class = "<?php echo esc_attr( 'current-menu-item', 'business-one-page' ); ?>"><a href="<?php echo esc_url( home_url( '#home' ) ); ?>"><?php echo esc_html( $home_link_label ); ?></a></li>
<?php }else{ ?>
<li><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php echo esc_html( $home_link_label ); ?></a></li>
<?php }
}
foreach( $enabled_sections as $section ){
if( $section['menu_text'] ){
?>
<li><a href="<?php echo esc_url( home_url( '#' . esc_attr( $section['id'] ) ) ); ?>"><?php echo esc_html( $section['menu_text'] );?></a></li>
<?php
}
}
?>
--mycustomlink <li id ="shopitem"><a href="https://site/product/custport1/">shop</a></li>
</ul>
</nav>
Everything works ok, I can navigate between my second page and the main page, but I cannot highlight the menu item of second page when I’m in.
With wooks for wp_nav_menu I can’t reach beacuse the nav is not a standart one, so is there another way to get class .nav_menu_css_class assigned to my custom link like is done for sections?
Thank you for your help
Hugo
]]>Hello Team,
1) i had installed business one page theme with demo content import.
2) in theme customisation / testimonials section: Selected by default post category is “team” in place of “testimonials”. kindly do needful.
Hi,
is it possible change slider with another plugin??
Dear Team,
I’m currently using your theme for a clients, it’s awesome but I noticed I can’t remove the powered by wordpress on the footer.
Hi,
I have one question about this theme, I’ve download the free version, but when I try to open the web site with my smartphone the page doesn’t work.
The responsive function is only for pro version?
Thanks a lot.
Silvia
The slider stopped working.
]]>When I try to install the theme “Business One”, it show “Failed to connect to FTP Server number_bnb:21”
What can I do? I can’t install any theme!
]]>Hello,
I’ve created child theme: directory names business-one-page and inside style.css and functions.php
Style.css includes header, but still getting this error:
Broken Themes
The following themes are installed but incomplete.
Name Description
Business One Page Child Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. Delete
Hi! I do not understand how to turn on slider.
https://prntscr.com/ecdg4f this one.
I’ve made all on slider sattings page https://prntscr.com/ecdgj1
But still do not see slider. How to turn it on?
How can I change sections position?
]]>in the demo site on mobile, when I tap a section title, the site scrolls to that section in the background but the mobile menu doesn’t close! Is this by design?
]]>Is it possible to have submenu?
If possible how can I add it, if it mean changing template files
]]>