eVision Themes

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 168 total)
  • Author
    Posts
  • in reply to: Change hight/rows of text area in contact form 7 #608
    eVision Themes
    Keymaster

    Textarea row height seems overriden by theme CSS preventing it to take actual rows height. So this can be fix by adding simple custom CSS. Follow the steps below:

    1. First you need to Go to your Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS options.
    2. In this section you need to add this CSS:
    .wpcf7-form-control {
    height: auto;
    }

    You can adjust no. of rows from CF7 shortcode.

    Write us if problem exists.

    in reply to: One page Menu / Slider Navigation #604
    eVision Themes
    Keymaster

    Try changing the post slider permalink to something like http://yourdomain.com/#my-custom-section which when click would scroll the page down to particular section ‘my-custom-section’. Hope this make sense.

    Thanks

    in reply to: Change hight/rows of text area in contact form 7 #603
    eVision Themes
    Keymaster

    Hi,
    Make sure the generated shortcode for textarea looks something like this :
    [textarea your-message 40×10 “your message here …”]
    This should work with the design.

    Thanks

    in reply to: Modifying contact page #602
    eVision Themes
    Keymaster

    Just go to your page editor section and choose the third layout under Choose Sidebar Template option. This would give you a fullwidth layout page.

    in reply to: Banners #601
    eVision Themes
    Keymaster

    Please update your theme to the latest version 2.0.4 for this bug fix. Let us know if you have still have this problem.

    Thanks

    in reply to: Modifying contact page #600
    eVision Themes
    Keymaster

    Hi there,

    First of all thank you for choosing our theme Bizlight.

    We would like to request you Please post your queries in our support link: http://themepalace.com/forum/bizlight-pro/

    We are available there.

    Regards
    eVision Theme Support

    in reply to: One page Menu / Slider Navigation #599
    eVision Themes
    Keymaster

    Hi there,

    First of all thank you for choosing eVision Corporate theme.

    We would like to request you Please post your queries in our support link: http://themepalace.com/forum/evision-corporate-pro/

    We are available there.

    Regards
    eVision Theme Support

    in reply to: Banners #597
    eVision Themes
    Keymaster

    Hello,

    We would like to request you to ask this question here http://themepalace.com/forum/bizlight-pro/.

    Regards,
    eVision Themes Team

    in reply to: Banners #595
    eVision Themes
    Keymaster

    Hello John,

    First of all thanks for choosing Bizlight Pro.
    Regarding issue changing in banners, Yes there was a error in our theme. Now we solved it.
    New version ( 2.0.4) of the Bizlight Pro theme is now available. Please confirm that you have got the update notification in your dashboard.

    Sorry for late reply.
    If you have any issue, you can post in this url http://themepalace.com/support-forum/

    Regards,
    eVision Themes Team

    in reply to: Few questions #548
    eVision Themes
    Keymaster
    • Please go to appearance menu,
    • Create a new menu
    • Lets name it Empty Menu and please don’t add any menu item under it
    • And in Menu Settings check on Primary Menu
    • And finally Save Menu

    We hope it will help you. If you have any further queries, please let us know.

    Thanks!
    eVisionThemes Team

    in reply to: Few questions #544
    eVision Themes
    Keymaster

    By default you can change the banner image,if you remove the banner image, default banner image will appear.
    To change banner image:
    1. From “Customize” section, go to Theme Options.
    2. From Theme Options, go to Layout Options.
    3. You can change Default Banner Image.

    Here is another way to remove banner image from Custom CSS.

    .page-inner-title {
        background-image: none;
        background-color: #028484;
    }

    It will solve your problems. If you have any further problems, please let us know.

    Thanks!
    eVisionThemes Team

    in reply to: Few questions #540
    eVision Themes
    Keymaster

    Hello John,

    Thank you for using our theme.
    In the Bizlight Pro version,

    1. From “Customize” section, go to Colors.
    2. From Colors, go to Basic Color Options and you will be able to change basic colors.
    3. In the Basic Color you will see Banner Title Color, it will change the main title color.

    For changing the text color to please
    1. From “Customize” section, go to Theme Options and inside it there is Custom CSS.
    2. Now, here you can add Custom CSS.

    .evision-slider-caption p {
      color: #25BABA;
    }

    Here is our full documentation http://themepalace.com/theme-instructions/bizlight-pro/.

    We hope it will solve your problems. If you have any further queries, please feel free to post.

    Thanks!
    eVisionThemes Team

    in reply to: Enabling social links in the footer #488
    eVision Themes
    Keymaster

    The supported social links are as follows:
    – facebook.com
    – twitter.com
    – linkedin.com
    – instagram.com
    – youtube.com
    – pinterest.com
    – plus.google.com
    – flickr.com
    – tumblr.com

    It is also mentioned in the theme docs:
    http://doc.evisionthemes.com/evision-corporate-pro/#item_sub3_8

    If you have further confusion, please don’t hesitate to post.

    Regards,
    eVisionThemes Support Team

    in reply to: Regarding mobile menu #484
    eVision Themes
    Keymaster

    Hello william,

    Thank you for using our theme Bizlight-Pro.

    By default there is no option for mobile menu removel. But you can do it by yourself,
    Please put the following CSS in the Custom CSS.

    1. From “Customize” section, go to Theme Options.
    2. Now, go to Custom CSS and put the following CSS

    @media screen and (max-width: 767px) {
      nav.main-navigation {
        display: none !important;
      }
    }
    

    We hope it will fulfill your requirement. 🙂

    Please view our documentation here http://themepalace.com/theme-instructions/bizlight-pro/.

    If you have any further queries, please feel free to post 🙂

    Regards,
    eVisionThemes Support Team

    in reply to: Increasing Height of Slider #481
    eVision Themes
    Keymaster

    Hello johnmark,

    thank you for using our theme Bizlight-Pro.

    By default there is no option for full height slider. But you can do it by yourself,
    Please put the following CSS in the Custom CSS.

    1. From “Customize” section, go to Theme Options.
    2. Now, go to Custom CSS and put the following CSS

    .bx-viewport, 
    .bx-wrapper {
      height: 100vh !important;
    }

    Please view our documentation here http://themepalace.com/theme-instructions/bizlight-pro/.

    If you have any further queries, please feel free to post 🙂

    Regards,
    eVisionThemes Support Team

Viewing 15 posts - 151 through 165 (of 168 total)