New Landing How can we help? Themeforest Theme Support Flexform Woocommerce and Responsive menu questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #94918
    mako
    Member
    Post count: 35

    Hello, I have a couple of questions

    1) When I see the site in my cell phone the menu shows as a big button that says “Select a page”. This is not very user friendly for people who don’t speak English. How can I change “Select a page” for “Menu”

    2) What are the recommended image sizes for Woocommerce products to avoid distortion. What is the recommended image size of the product image and product gallery images?

    3) How can I add a button as a menu item?

    #95190
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Open up header.php and change line 213 and 328.

    2) A minimum of 540px wide

    3) Im afraid this is not possible as standard, you would have to use custom css to the individual menu item

    – Kyle

    #106490
    mako
    Member
    Post count: 35

    I have decided not to use a main menu but when I see my site in mobile version, I do see an empty main menu. How do I hide the main menu button in mobile version?

    Also, the top menu shows as a gray button that says “Select a page”. This is not very user friendly for people who don’t speak English. How can I change “Select a page” for “Menu”

    The way the menues are displayed in Flexform are very old fashion. I think you should consider changing the responsive menus the same way as DANTE.

    Attachments:
    You must be logged in to view attached files.
    #106559
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    .visible-phone.show-menu {
      display: none!important;
    }

    2) Go to flexform/wp-content/themes/flexform/header.php and edit:

    <div class="container">
      212  					<div class="row">
      213: 						<a href="#" class="visible-phone show-menu"><?php _e("Select a page", "swiftframework"); ?><i class="icon-angle-down"></i></a>
      214  						<nav id="top-bar-menu" class="top-menu span8 clearfix">						
      215  							<div id="aux-nav">
      ...
      326  								
      327  								<!--// OPEN MAIN NAV //-->
      328: 								<a href="#" class="visible-phone show-menu"><?php _e("Select a page", "swiftframework"); ?><i class="icon-angle-down"></i></a>
      329  								<nav id="main-navigation">

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register